V2TXLiveMixStream class

云端混流中每一路子画面的位置信息

Constructors

V2TXLiveMixStream({required String userId, int x = 0, int y = 0, int width = 360, int height = 640, int zOrder = 1, V2TXLiveMixInputType inputType = V2TXLiveMixInputType.v2TXLiveMixInputTypeAudioVideo})

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
【字段含义】图层位置高度(绝对像素值)
getter/setter pair
inputType V2TXLiveMixInputType
【字段含义】该直播流的输入类型
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamId String?
【字段含义】参与混流的 userId 所在对应的推流 streamId,nil 表示当前推流 streamId
getter/setter pair
userId String
【字段含义】参与混流的 userId
getter/setter pair
width int
【字段含义】图层位置宽度(绝对像素值)
getter/setter pair
x int
【字段含义】图层位置 x 坐标(绝对像素值)
getter/setter pair
y int
【字段含义】图层位置 y 坐标(绝对像素值)
getter/setter pair
zOrder int
【字段含义】图层层次(1 - 15)不可重复
getter/setter pair

Methods

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

Operators

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