NERtcLocalRecordingStreamInfo constructor

NERtcLocalRecordingStreamInfo({
  1. int uid = 0,
  2. int streamType = NERtcVideoStreamType.main,
  3. int streamLayer = 0,
  4. required NERtcLocalRecordingLayoutConfig layoutConfig,
})

Implementation

NERtcLocalRecordingStreamInfo({
  this.uid = 0,
  this.streamType = NERtcVideoStreamType.main,
  this.streamLayer = 0,
  required this.layoutConfig,
});