NERtcVideoSendMode enum Null safety

Video streaming mode

Inheritance

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

hashCode int
The hash code for this object.
read-only, inherited
index int
A numeric identifier for the enumerated value.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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]