ByteRTCMixedStreamType enum

Inheritance
Available extensions

Values

ByteRTCMixedStreamByServer → const ByteRTCMixedStreamType

@brief Mix media streams on the server side.

ByteRTCMixedStreamByClient → const ByteRTCMixedStreamType

@brief Intelligent stream mixing. The SDK will intelligently decide that a stream mixing task would be done on the client or the server side.
Before using the option, please contact the technical support. Otherwise, the option does not take effect.

Properties

$value → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<ByteRTCMixedStreamType>
A constant List of the values in this enum, in order of their declaration.