NERtcLiveStreamUserTranscoding constructor
NERtcLiveStreamUserTranscoding(- {required int uid,
- bool videoPush = true,
- bool audioPush = true,
- int adaption = NERtcLiveStreamVideoScaleMode.liveStreamModeVideoScaleFit,
- int x = 0,
- int y = 0,
- int width = 0,
- 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});