TRTCMixUser class
Position information of each channel of subimage in On-Cloud MixTranscoding
TRTCMixUser
is used to specify the detailed position of the video image of each channel (i.e., each userId
).
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int
-
Height of the layer position (absolute pixel value)
getter/setter pair
- inputType ↔ int?
-
Whether the user only enables audio or only enables video, 1-enables audio and video, 2-only video, 3-only audio
getter/setter pair
- pureAudio ↔ bool
-
Whether the user only enables audio
getter/setter pair
- roomId ↔ String
-
roomId
of theuserId
that engages in mixtranscoding. Thenull
value indicates the current roomgetter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamType ↔ int
-
Whether the primary image (TRTCCloudDef.TRTC_VIDEO_STREAM_TYPE_BIG, which is the default value) or screen sharing image (TRTCCloudDef.TRTC_VIDEO_STREAM_TYPE_SUB) engages in mixtranscoding
getter/setter pair
- userId ↔ String
-
userId
that engages in mixtranscodinggetter/setter pair - width ↔ int
-
Width of the layer position (absolute pixel value)
getter/setter pair
- x ↔ int
-
X coordinate of the layer position (absolute pixel value)
getter/setter pair
- y ↔ int
-
Y coordinate of the layer position (absolute pixel value)
getter/setter pair
- zOrder ↔ int
-
Layer number (1–15), which must be unique
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Convert the current object to JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited