NERtcAudioRecordingCode class Null safety
Event status code of recording events
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- error → const int
-
Recording error. In most cases, the disk space is full and cannot be written
4 - errorSuffix → const int
-
Unsupported recording file format
1 - finish → const int
-
Recording is complete.
5 - openFileFailed → const int
-
Unable to create a recording file. Possible reasons:
2 - start → const int
-
Start recording
3