NERoomLiveStreamUserTranscoding class Null safety
直播成员布局
Constructors
- NERoomLiveStreamUserTranscoding({required String userUuid, required int x, required int y, required int width, required int height, bool videoPush = true, bool audioPush = true, int zOrder = 0, NERoomLiveStreamVideoScaleMode adaption = NERoomLiveStreamVideoScaleMode.kFit})
Properties
- adaption → NERoomLiveStreamVideoScaleMode
-
直播推流视频和画布的适应属性。详细信息请参考 NERoomLiveStreamVideoScaleMode。
final
- audioPush → bool
-
是否在直播中混流该用户的对应音频流
final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- height → int
-
用户图像在画布中的高度
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- userUuid → String
-
成员ID
final
- videoPush → bool
-
是否在直播中向观看者播放该用户的对应视频流。
final
- width → int
-
用户图像在画布中的宽度
final
- x → int
-
用户图像的横轴坐标值
final
- y → int
-
用户图像的纵轴坐标值
final
- zOrder → int
-
图层编号
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited