NERtcLiveStreamUserTranscoding constructor

NERtcLiveStreamUserTranscoding(
  1. {@required int uid,
  2. bool videoPush: true,
  3. bool audioPush: true,
  4. int adaption: NERtcLiveStreamVideoScaleMode.liveStreamModeVideoScaleFit,
  5. int x: 0,
  6. int y: 0,
  7. int width: 0,
  8. int height: 0}
)

Implementation

NERtcLiveStreamUserTranscoding(
    {@required this.uid,
    this.videoPush = true,
    this.audioPush = true,
    this.adaption = NERtcLiveStreamVideoScaleMode.liveStreamModeVideoScaleFit,
    this.x = 0,
    this.y = 0,
    this.width = 0,
    this.height = 0});