toggle menu
player-android
3.79.0
androidJvm
switch theme
search in API
player-core
/
com.bitmovin.player.api.metadata.daterange
/
DateRangeMetadata
Date
Range
Metadata
data
class
DateRangeMetadata
(
val
id
:
String
,
val
classLabel
:
String
?
,
val
startDate
:
Double
,
val
duration
:
Double
?
,
val
plannedDuration
:
Double
?
,
val
endOnNext
:
Boolean
,
val
clientAttributes
:
Map
<
String
,
String
>
)
:
Metadata.Entry
Represents #EXT-X-DATERANGE metadata in an HLS playlist
Members
Constructors
Date
Range
Metadata
Link copied to clipboard
constructor
(
id
:
String
,
classLabel
:
String
?
,
startDate
:
Double
,
duration
:
Double
?
,
plannedDuration
:
Double
?
,
endOnNext
:
Boolean
,
clientAttributes
:
Map
<
String
,
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
class
Label
Link copied to clipboard
val
classLabel
:
String
?
client
Attributes
Link copied to clipboard
val
clientAttributes
:
Map
<
String
,
String
>
duration
Link copied to clipboard
val
duration
:
Double
?
end
On
Next
Link copied to clipboard
val
endOnNext
:
Boolean
id
Link copied to clipboard
val
id
:
String
planned
Duration
Link copied to clipboard
val
plannedDuration
:
Double
?
start
Date
Link copied to clipboard
val
startDate
:
Double
type
Link copied to clipboard
open
override
val
type
:
String