RCCallPlusAudioQuality

设置音频通话质量, 默认为普通通话模式

Entries

Link copied to clipboard

开黑人声音质,编码码率最大值为18Kbps

Link copied to clipboard

人声音质,编码码率最大值为32Kbps

Link copied to clipboard

标清音乐音质,编码码率最大值为64Kbps

Link copied to clipboard

高清音乐音质,编码码率最大值为128Kbps

Properties

Link copied to clipboard
public int bitrate

Functions

Link copied to clipboard
public static RCCallPlusAudioQuality getAudioQuality(int value)
Link copied to clipboard
public int getBitrate()
Link copied to clipboard
public static RCCallPlusAudioQuality 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.