Android SDK 100ms
hls-player
/
live.hms.hls_player
/
HmsHlsCue
Hms
Hls
Cue
data
class
HmsHlsCue
(
val
startDate
:
Date
,
val
endDate
:
Date
?
,
val
payloadval
:
String
?
,
val
id
:
String
?
=
null
)
Used to start polls time-synced with the webrtc stream.
Constructors
Properties
Constructors
Hms
Hls
Cue
Link copied to clipboard
fun
HmsHlsCue
(
startDate
:
Date
,
endDate
:
Date
?
,
payloadval
:
String
?
,
id
:
String
?
=
null
)
Properties
end
Date
Link copied to clipboard
val
endDate
:
Date
?
id
Link copied to clipboard
val
id
:
String
?
=
null
payloadval
Link copied to clipboard
val
payloadval
:
String
?
start
Date
Link copied to clipboard
val
startDate
:
Date