NERtcServerRecordMode enum Null safety
Server recording modes
Constructors
- NERtcServerRecordMode()
-
const
Values
- mixAndSingle → const NERtcServerRecordMode
-
Mixing audio and individual audio recording
const NERtcServerRecordMode(0) - mix → const NERtcServerRecordMode
-
Mixing audio recording
const NERtcServerRecordMode(1) - single → const NERtcServerRecordMode
-
Individual audio recording
const NERtcServerRecordMode(2)
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<
NERtcServerRecordMode> -
A constant List of the values in this enum, in order of their declaration.
[mixAndSingle, mix, single]