PublicStreamingRegion class
Layout of each stream to be mixed into the public stream.
Properties
- alpha ↔ double
-
Required. Transparency in a range of
[0.0, 1.0]
.getter/setter pair - alternateImage ↔ String
-
Background image address.
getter/setter pair
- h ↔ double
-
Required. The normalized height of the user's view, ranging within
(0.0, 1.0]
.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- mediaType ↔ TranscoderContentControlType
-
Required. Public media stream content.
getter/setter pair
- renderMode ↔ VideoRenderMode
-
Required. Video render mode.
getter/setter pair
- roomId ↔ String
-
Required. ID of the room from which the stream is pushed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceCrop ↔ SourceCrop
-
Relative position and size of the user video layout.
getter/setter pair
- streamType ↔ StreamIndex
-
Required. Public media stream type.
getter/setter pair
- uid ↔ String
-
Required. ID of the user who publishes the video stream.
getter/setter pair
- w ↔ double
-
Required. The normalized width of the user's view, ranging within
(0.0, 1.0]
.getter/setter pair - x ↔ double
-
Required. The normalized horizontal coordinate value of the top left end vertex of the user's view, ranging within `[0.0, 1.0).
getter/setter pair
- y ↔ double
-
Required. The normalized vertical coordinate value of the top left end vertex of the user's view, ranging within `[0.0, 1.0).
getter/setter pair
- zorder ↔ int
-
The layer order of the video in the stacks when Regions overlap with each other.
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