NERtcAudioMixingError class
伴音错误状态
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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
- 解码器打开失败/超时
- errorDecode → const int
- 音频解码错误
- errorHttpNotFound → const int
- 404 http/https 对应的文件找不到
- errorInterrupt → const int
- 操作中断码
- errorInvalidInfo → const int
- 无效音频参数(声道、采样率)
- errorIO → const int
- 网络IO 错误
- errorIOTimeout → const int
- 网络IO 超时
- errorNoCodec → const int
- 无解码器
- errorNoInfo → const int
- 获取解码信息失败/超时
- errorNoMemory → const int
- 无内存
- errorNoStream → const int
- 无音频流
- errorOpen → const int
- 打开流/文件失败
- errorOpenTimeout → const int
- 打开流/文件超时
- finish → const int
- 伴音正常结束