MixingState

public enum MixingState

Entries

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.MixingState 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.