NERtcAudioMixingError class Null safety

伴音错误状态

Constructors

NERtcAudioMixingError()

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
解码器打开失败/超时
9
errorDecode → const int
音频解码错误
1
errorHttpNotFound → const int
404 http/https 对应的文件找不到
3
errorInterrupt → const int
操作中断码
2
errorInvalidInfo → const int
无效音频参数(声道、采样率)
10
errorIO → const int
网络IO 错误
13
errorIOTimeout → const int
网络IO 超时
12
errorNoCodec → const int
无解码器
7
errorNoInfo → const int
获取解码信息失败/超时
5
errorNoMemory → const int
无内存
8
errorNoStream → const int
无音频流
6
errorOpen → const int
打开流/文件失败
4
errorOpenTimeout → const int
打开流/文件超时
11
finish → const int
伴音正常结束
0