RCRTCAudioEventCode

Author

gusd @Date 2021/08/31

Entries

Link copied to clipboard

未知错误

Link copied to clipboard

音频采集设备被其他应用抢占

Link copied to clipboard

其他应用释放音频设备,尝试恢复音频设备

Link copied to clipboard

开启音频采集设备失败

Properties

Link copied to clipboard
public int code

Functions

Link copied to clipboard
public static RCRTCAudioEventCode 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
public static Array<RCRTCAudioEventCode> values()

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.