HMSHLSRecordingConfig constructor

HMSHLSRecordingConfig({
  1. bool singleFilePerLayer = false,
  2. bool videoOnDemand = false,
})

Implementation

HMSHLSRecordingConfig(
    {this.singleFilePerLayer = false, this.videoOnDemand = false});