Preparing search index...
The search index is not available
@videojs/dash-parser
@videojs/dash-parser
ParsedManifest
Interface ParsedManifest
interface
ParsedManifest
{
availabilityEndTime
?:
number
;
availabilityStartTime
?:
number
;
custom
:
Record
<
string
,
unknown
>
;
events
?:
EventScheme
[]
;
id
?:
number
;
representations
:
Representation
[]
;
type
:
ManifestType
;
utcTimingScheme
?:
UTCTimingScheme
;
}
Index
Properties
availability
End
Time?
availability
Start
Time?
custom
events?
id?
representations
type
utc
Timing
Scheme?
Properties
Optional
availability
End
Time
availabilityEndTime
?:
number
Optional
availability
Start
Time
availabilityStartTime
?:
number
custom
custom
:
Record
<
string
,
unknown
>
Optional
events
events
?:
EventScheme
[]
Optional
id
id
?:
number
representations
representations
:
Representation
[]
type
type
:
ManifestType
Optional
utc
Timing
Scheme
utcTimingScheme
?:
UTCTimingScheme
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
availability
End
Time
availability
Start
Time
custom
events
id
representations
type
utc
Timing
Scheme
@videojs/dash-parser
Loading...