TRTCMixUser class Null safety
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. [...]
read-only, inherited
- height ↔ int
-
Height of the layer position (absolute pixel value)
read / write
- pureAudio ↔ bool
-
Whether the user only enables audio
read / write
- roomId ↔ String
-
roomId
of theuserId
that engages in mixtranscoding. Thenull
value indicates the current roomread / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- streamType ↔ int
-
Whether the primary image (
TRTC_VIDEO_STREAM_TYPE_BIG
, which is the default value) or screen sharing image (TRTC_VIDEO_STREAM_TYPE_SUB
) engages in mixtranscodingread / write - userId ↔ String
-
userId
that engages in mixtranscodingread / write - width ↔ int
-
Width of the layer position (absolute pixel value)
read / write
- x ↔ int
-
X coordinate of the layer position (absolute pixel value)
read / write
- y ↔ int
-
Y coordinate of the layer position (absolute pixel value)
read / write
- zOrder ↔ int
-
Layer number (1–15), which must be unique
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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