NERoomLiveStreamUserTranscoding class Null safety
Member layout in the live streaming
Constructors
- NERoomLiveStreamUserTranscoding({required String userUuid, required int x, required int y, required int width, required int height, bool videoPush = true, bool audioPush = true, int zOrder = 0, NERoomLiveStreamVideoScaleMode adaption = NERoomLiveStreamVideoScaleMode.kFit})
Properties
- adaption → NERoomLiveStreamVideoScaleMode
-
Video scale mode for live streaming, For more information, see NERoomLiveStreamVideoScaleMode.
final
- audioPush → bool
-
Whether the audio stream of a specified member is mixed into the published stream
final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- height → int
-
Height of the user view in the canvas
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- userUuid → String
-
Member ID
final
- videoPush → bool
-
Whether the video stream of a specified member is displayed to viewers.
final
- width → int
-
Width of the user view in the canvas
final
- x → int
-
X coordinate of a user view
final
- y → int
-
Y coordinate of a user view
final
- zOrder → int
-
layer number
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited