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
getter/setter pair
audioPush bool
是否推送该用户音频流
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
画面在主画面的显示高度,画面底边超出主画面会失败
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid int
用户uid
getter/setter pair
videoPush bool
是否推送该用户视频流,推流模式为 NERtcLiveStreamMode.liveStreamModeAudio 时无效
getter/setter pair
width int
画面在主画面的显示宽度,画面右边超出主画面会失败
getter/setter pair
x int
画面离主画面左边距
getter/setter pair
y int
画面离主画面上边距
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map
toString() String
A string representation of this object.
override

Operators

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