HMSHlsRecordingConfig

data class HMSHlsRecordingConfig(val singleFilePerLayer: Boolean, val videoOnDemand: Boolean)

Configuration for recording HLS.

Parameters

singleFilePerLayer

if true, files for each resolution will be uploaded. False by default, which means no files will be uploaded.

videoOnDemand

if true will turn on video on demand streaming. False be default for live streaming.

Constructors

Link copied to clipboard
fun HMSHlsRecordingConfig(singleFilePerLayer: Boolean, videoOnDemand: Boolean)

Properties

Link copied to clipboard
@SerializedName(value = "single_file_per_layer")
val singleFilePerLayer: Boolean
Link copied to clipboard
@SerializedName(value = "hls_vod")
val videoOnDemand: Boolean