@byomakase/omakase-player
Preparing search index...
VideoState
Interface VideoState
Serializable snapshot of a video
Track
.
interface
VideoState
{
duration
:
number
;
id
:
string
;
label
:
string
|
undefined
;
loadStage
:
OpStageState
;
mediaType
:
MediaEntityType
;
relations
:
RelationState
[]
;
source
:
SourceState
|
undefined
;
sourceFileFormatType
?:
FileFormatType
;
trackType
:
TrackType
;
videoType
:
VideoType
;
}
Hierarchy (
View Summary
)
TrackState
VideoState
Index
Properties
duration
id
label
load
Stage
media
Type
relations
source
source
File
Format
Type?
track
Type
video
Type
Properties
duration
duration
:
number
Video duration in seconds.
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
track
Type
trackType
:
TrackType
video
Type
videoType
:
VideoType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
duration
id
label
load
Stage
media
Type
relations
source
source
File
Format
Type
track
Type
video
Type
@byomakase/omakase-player
Loading...
Serializable snapshot of a video Track.