NERtcAudioMixingError class Null safety
Audio mixing error
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
- errorCodecOpen → const int
-
Failed to open the decoder or timeout
9 - errorDecode → const int
-
Audio decoding error
1 - errorHttpNotFound → const int
-
404 HTTP/HTTPS, file not found
3 - errorInterrupt → const int
-
Operation disruption
2 - errorInvalidInfo → const int
-
Invalid audio parameters (channels and sample rate)
10 - errorIO → const int
-
Network I/O error
13 - errorIOTimeout → const int
-
Network input and output timeout
12 - errorNoCodec → const int
-
No codec
7 - errorNoInfo → const int
-
Failed to get the decoding info or timeout
5 - errorNoMemory → const int
-
No memory
8 - errorNoStream → const int
-
No audio stream
6 - errorOpen → const int
-
An error occurred while opening a file
4 - errorOpenTimeout → const int
-
Opening a stream file timed out
11 - finish → const int
-
Audio mixing ends
0