NERtcVideoSendMode enum Null safety
Video streaming mode
Constructors
- NERtcVideoSendMode()
-
const
Values
- none → const NERtcVideoSendMode
-
Publish streams as the format subscribed by the remote peer.
const NERtcVideoSendMode(0) - high → const NERtcVideoSendMode
-
Publish high-quality streams
const NERtcVideoSendMode(1) - low → const NERtcVideoSendMode
-
Publish low-quality streams
const NERtcVideoSendMode(2) - all → const NERtcVideoSendMode
-
Publish all types of streams
const NERtcVideoSendMode(3)
Properties
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
Constants
-
values
→ const List<
NERtcVideoSendMode> -
A constant List of the values in this enum, in order of their declaration.
[none, high, low, all]