Android SDK 100ms
lib
/
live.hms.video.sdk.peerlist.models
/
Hls
Hls
data
class
Hls
(
val
enabled
:
Boolean
?
,
val
startedAt
:
Long
?
,
val
hlsRecordingConfig
:
HMSHlsRecordingConfig
?
)
Constructors
Properties
Constructors
Hls
Link copied to clipboard
fun
Hls
(
enabled
:
Boolean
?
,
startedAt
:
Long
?
,
hlsRecordingConfig
:
HMSHlsRecordingConfig
?
)
Properties
enabled
Link copied to clipboard
@
SerializedName
(
value
=
"enabled"
)
val
enabled
:
Boolean
?
hls
Recording
Config
Link copied to clipboard
@
SerializedName
(
value
=
"config"
)
val
hlsRecordingConfig
:
HMSHlsRecordingConfig
?
started
At
Link copied to clipboard
@
SerializedName
(
value
=
"started_at"
)
val
startedAt
:
Long
?