MixedStreamServerControlConfig class
Configurations to be set while mixing streams on the server side.
Properties
- enableVolumeIndication → bool
-
Sets whether to enable the function of separately sending sound indication SEI:
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAddVolumeValue → bool
-
Sets whether volume value is contained in the sound indication SEI:
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seiContentMode → MixedStreamSEIContentMode
-
Sets SEI content.
final
- seiPayloadType → int
-
SEI payload type.
final
- seiPayloadUUID → String
-
SEI payload UUID.
final
- talkVolume → int
-
Effective volume within the range of
0, 255
. The default value is 0.final - volumeIndicationInterval → double
-
Sound indication interval in s. The range is [0.3,+∞). The default value is 2.
final
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