NERtcLiveStreamUserTranscoding class

直播成员布局

Constructors

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})

Properties

adaption int
视频流裁剪模式, 参考 NERtcLiveStreamVideoScaleMode
read / write
audioPush bool
是否推送该用户音频流
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
height int
画面在主画面的显示高度,画面底边超出主画面会失败
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
uid int
用户uid
read / write
videoPush bool
是否推送该用户视频流,推流模式为 NERtcLiveStreamMode.liveStreamModeAudio 时无效
read / write
width int
画面在主画面的显示宽度,画面右边超出主画面会失败
read / write
x int
画面离主画面左边距
read / write
y int
画面离主画面上边距
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited