@byomakase/omakase-player
Preparing search index...
ThumbnailTrackState
Interface ThumbnailTrackState
Serializable snapshot of a thumbnail
Track
.
interface
ThumbnailTrackState
{
id
:
string
;
label
:
string
|
undefined
;
loadStage
:
OpStageState
;
mediaType
:
MediaEntityType
;
relations
:
RelationState
[]
;
source
:
SourceState
|
undefined
;
sourceFileFormatType
?:
FileFormatType
;
timedItems
:
ThumbnailState
[]
;
timedItemsLocked
:
boolean
;
trackType
:
TrackType
;
}
Hierarchy (
View Summary
)
TimedItemsTrackState
<
ThumbnailState
>
ThumbnailTrackState
Index
Properties
id
label
load
Stage
media
Type
relations
source
source
File
Format
Type?
timed
Items
timed
Items
Locked
track
Type
Properties
id
id
:
string
label
label
:
string
|
undefined
load
Stage
loadStage
:
OpStageState
media
Type
mediaType
:
MediaEntityType
relations
relations
:
RelationState
[]
source
source
:
SourceState
|
undefined
Optional
source
File
Format
Type
sourceFileFormatType
?:
FileFormatType
timed
Items
timedItems
:
ThumbnailState
[]
timed
Items
Locked
timedItemsLocked
:
boolean
track
Type
trackType
:
TrackType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
label
load
Stage
media
Type
relations
source
source
File
Format
Type
timed
Items
timed
Items
Locked
track
Type
@byomakase/omakase-player
Loading...
Serializable snapshot of a thumbnail Track.