KTVPlayerErrorCode enum
KTV 播放器错误码
Values
- ok → const KTVPlayerErrorCode
-
成功
- fileNotExist → const KTVPlayerErrorCode
-
播放错误,请下载后播放
- fileError → const KTVPlayerErrorCode
-
播放错误,请确认文件播放格式
- notJoinRoom → const KTVPlayerErrorCode
-
播放错误,未进入房间
- param → const KTVPlayerErrorCode
-
参数错误
- startError → const KTVPlayerErrorCode
-
播放失败,找不到文件或文件打开失败
- mixIdError → const KTVPlayerErrorCode
-
混音 ID 异常
- positionError → const KTVPlayerErrorCode
-
设置播放位置出错
- audioVolumeError → const KTVPlayerErrorCode
-
音量参数不合法,可设置的取值范围为
[0,400]
- typeError → const KTVPlayerErrorCode
-
不支持此混音类型
- pitchError → const KTVPlayerErrorCode
-
音调文件不合法
- audioTrackError → const KTVPlayerErrorCode
-
音轨不合法
- startingError → const KTVPlayerErrorCode
-
混音启动中
Properties
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
-
values
→ const List<
KTVPlayerErrorCode> - A constant List of the values in this enum, in order of their declaration.