LiveTranscodingRegion class

Information about layout of a single video stream in a mixed stream.

Properties

alpha double
The transparency in range of [0.0, 1.0].
getter/setter pair
applySpatialAudio bool
Sets whether a user applies spatial audio effects.
getter/setter pair
contentControl TranscoderContentControlType
The stream mixing content type.
getter/setter pair
cornerRadius double
The proportion of the radius to the width of the canvas. The default value is 0.0.
getter/setter pair
data Uint8List?
The RGBA data of the mixing image.
getter/setter pair
dataParam TranscoderLayoutRegionDataParam?
Image parameters for stream mixing.
getter/setter pair
h double
The ratio of the user video height relative to the user's original video height. Relative value, in the range [0.0, 1.0].
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isScreen bool
Whether the stream comes from screen sharing.
getter/setter pair
localUser bool
Whether the source user of the stream is a local user.
getter/setter pair
renderMode VideoRenderMode
Render mode
getter/setter pair
roomId String
Room ID (required).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spatialPosition Position
Spatial position.
getter/setter pair
type TranscoderLayoutRegionType
Stream mixing region type.
getter/setter pair
uid String
ID of the user who publishes the video stream.
getter/setter pair
w double
The ratio of the user video width relative to the user's original video width. Relative value, in the range [0.0, 1.0].
getter/setter pair
x double
The offset of the user video layout relative to the left side of the canvas. Relative value, in the range [0.0, 1.0].
getter/setter pair
y double
The offset of the user video layout relative to the top of the canvas. Relative value, in the range [0.0, 1.0].
getter/setter pair
zorder int
The layer of the user video layout in the canvas. 0 is the bottom layer, the larger the value the higher the layer, the range is [0, 100].
getter/setter pair

Methods

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

Operators

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