Package live.hms.video.sdk.models
Class HMSHlsRecordingConfig
-
- All Implemented Interfaces:
public final class HMSHlsRecordingConfigConfiguration for recording HLS.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleansingleFilePerLayerprivate final BooleanvideoOnDemand
-
Constructor Summary
Constructors Constructor Description HMSHlsRecordingConfig(Boolean singleFilePerLayer, Boolean videoOnDemand)
-
Method Summary
Modifier and Type Method Description final BooleangetSingleFilePerLayer()final BooleangetVideoOnDemand()-
-
Method Detail
-
getSingleFilePerLayer
final Boolean getSingleFilePerLayer()
-
getVideoOnDemand
final Boolean getVideoOnDemand()
-
-
-
-