ThumbnailMetadata
@UnstableApi
class ThumbnailMetadata : Metadata.Entry
Stores the presentation timestamp of a thumbnail.
Summary
Public constructors |
|---|
ThumbnailMetadata(presentationTimeUs: Long)Creates an instance. |
Public properties |
|
|---|---|
Long |
The presentation timestamp of the thumbnail, in microseconds. |
Inherited functions |
||||||
|---|---|---|---|---|---|---|
|
Public constructors
ThumbnailMetadata
ThumbnailMetadata(presentationTimeUs: Long)
Creates an instance.
| Parameters | |
|---|---|
presentationTimeUs: Long |
The presentation timestamp of the thumbnail, in microseconds. |
Public functions
Public properties
presentationTimeUs
val presentationTimeUs: Long
The presentation timestamp of the thumbnail, in microseconds.