TranscodingUser 类用于管理参与旁路直播的音视频转码合图的用户。最多支持 17 人同时参与转码合图。
-
Annotations
@JsonSerializable(explicitToJson: true)
Constructors
-
TranscodingUser(String uid, int x, int y, {int width, int height, int zOrder, double alpha, AudioChannel audioChannel})
Constructs a TranscodingUser
-
TranscodingUser.fromJson(Map<String, dynamic> json)
factory
Properties
-
直播视频上用户视频的透明度。取值范围为
0.0,100.0
: [...]@JsonKey(includeIfNull: false), read / write -
直播音频所在声道。取值范围为
0,5
,默认值为 0。 详见 AudioChannel。 [...]read / write -
The hash code for this object. [...]read-only, inherited
-
视频帧高度 (pixel)。默认值为 640。read / write
-
A representation of the runtime type of the object.read-only, inherited
-
旁路主播的用户 ID。final
-
视频帧宽度 (pixel)。 默认值为 360。read / write
-
屏幕里该区域相对左上角的横坐标绝对值 (pixel)。取值范围为转码配置参数定义中设置的
0,width
。final -
屏幕里该区域相对左上角的纵坐标绝对值 (pixel)。取值范围为转码配置参数定义中设置的
0,height
。final -
视频帧图层编号。取值范围为
0,100
中的整型。支持将zOrder
设置为0
。 [...]read / write
Methods
-
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]inherited
-
Returns a string representation of this object.inherited
Operators
-
operator ==(Object other) → bool
The equality operator. [...]inherited