MixingStateReason

public enum MixingStateReason

Entries

Link copied to clipboard

成功调用 startMix 方法播放文件

Link copied to clipboard

播放文件加载完成

Link copied to clipboard

音乐文件完成一次循环播放

Link copied to clipboard

音乐文件开始新的一次循环播放

Link copied to clipboard

音乐文件完成所有循环播放

Link copied to clipboard

成功调用 stop 停止播放音乐文件

Link copied to clipboard

成功调用 pause 暂停播放音乐文件

Link copied to clipboard

成功调用 resume 恢复音乐文件播放

Link copied to clipboard

本地文件或网络相关错误

Link copied to clipboard

播放超时错误

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

操作错误

Functions

Link copied to clipboard
public static RCRTCAudioMixer.MixingStateReason valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.