Player Module
3.22.0
Player Module
/
com.bitmovin.player.api.metadata.daterange
/
DateRangeMetadata
Date
Range
Metadata
data
class
DateRangeMetadata
(
id
:
String
,
classLabel
:
String
?
,
startDate
:
Double
,
duration
:
Double
?
,
plannedDuration
:
Double
?
,
endOnNext
:
Boolean
,
clientAttributes
:
Map
<
String
,
String
>
)
:
Metadata.Entry
Content copied to clipboard
Represents #EXT-X-DATERANGE metadata in an HLS playlist
Types
Constructors
Functions
Properties
Constructors
Date
Range
Metadata
Link copied to clipboard
fun
DateRangeMetadata
(
id
:
String
,
classLabel
:
String
?
,
startDate
:
Double
,
duration
:
Double
?
,
plannedDuration
:
Double
?
,
endOnNext
:
Boolean
,
clientAttributes
:
Map
<
String
,
String
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
get
Type
Link copied to clipboard
open
override
fun
getType
(
)
:
String
Content copied to clipboard
Properties
classLabel
Link copied to clipboard
val
classLabel
:
String
?
Content copied to clipboard
clientAttributes
Link copied to clipboard
val
clientAttributes
:
Map
<
String
,
String
>
Content copied to clipboard
duration
Link copied to clipboard
val
duration
:
Double
?
Content copied to clipboard
endOnNext
Link copied to clipboard
val
endOnNext
:
Boolean
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
plannedDuration
Link copied to clipboard
val
plannedDuration
:
Double
?
Content copied to clipboard
startDate
Link copied to clipboard
val
startDate
:
Double
Content copied to clipboard