V2TXLiveMixStream class
The location of each sprite in the cloud mixed stream
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
-
Field Meaning: Layer Position Height (Absolute Pixel Value)
getter/setter pair
- inputType ↔ V2TXLiveMixInputType
-
Field Meaning: The input type of the live stream
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamId ↔ String?
-
Field Meaning: The streamId of the userId participating in stream mixing is the corresponding streamId, nil indicates the current streamId of the stream
getter/setter pair
- userId ↔ String
-
Field Meaning: The userId of the person participating in the mixing
getter/setter pair
- width ↔ int
-
Field Meaning: Layer position width (absolute pixel value)
getter/setter pair
- x ↔ int
-
Field Meaning: Layer Position x Coordinate (Absolute Pixel Value)
getter/setter pair
- y ↔ int
-
Field Meaning: Layer Position y Coordinate (Absolute Pixel Value)
getter/setter pair
- zOrder ↔ int
-
Field Meaning: The layer level (1 - 15) cannot be repeated
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