RCCallPlusAudioScenario

音频模式。

Entries

Link copied to clipboard

默认场景。

Link copied to clipboard

音乐聊天室场景。此场景下,会使用音乐通道播放声音,音质好于通话通道。

Link copied to clipboard

音乐教室场景。此场景下,拾音范围会变广,同时不再处理噪音和回声。适用于乐器演奏等场景。注意,此场景下需要单工模式,通话模式下会有回声和噪音问题。

Link copied to clipboard

游戏开黑场景。此场景下,会使用通话通道播放声音,适用于只有人声的场景。

Properties

Link copied to clipboard
public int value

Functions

Link copied to clipboard
public int getValue()
Link copied to clipboard
public static RCCallPlusAudioScenario valueOf(int value)

public static RCCallPlusAudioScenario 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.