Preparing search index...
The search index is not available
@videojs/hls-parser
@videojs/hls-parser
DateRange
Interface DateRange
interface
DateRange
{
class
?:
string
;
clientAttributes
:
Record
<
string
,
string
|
number
>
;
cues
:
DateRangeCue
[]
;
duration
?:
number
;
endDate
?:
string
;
endOnNext
:
boolean
;
id
:
string
;
plannedDuration
?:
number
;
scte35Cmd
?:
Uint8Array
;
scte35In
?:
Uint8Array
;
scte35Out
?:
Uint8Array
;
startDate
:
number
;
}
Index
Properties
class?
client
Attributes
cues
duration?
end
Date?
end
On
Next
id
planned
Duration?
scte35
Cmd?
scte35
In?
scte35
Out?
start
Date
Properties
Optional
class
class
?:
string
client
Attributes
clientAttributes
:
Record
<
string
,
string
|
number
>
cues
cues
:
DateRangeCue
[]
Optional
duration
duration
?:
number
Optional
end
Date
endDate
?:
string
end
On
Next
endOnNext
:
boolean
id
id
:
string
Optional
planned
Duration
plannedDuration
?:
number
Optional
scte35
Cmd
scte35Cmd
?:
Uint8Array
Optional
scte35
In
scte35In
?:
Uint8Array
Optional
scte35
Out
scte35Out
?:
Uint8Array
start
Date
startDate
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
client
Attributes
cues
duration
end
Date
end
On
Next
id
planned
Duration
scte35
Cmd
scte35
In
scte35
Out
start
Date
@videojs/hls-parser
Loading...