AgoraAudioSoundType 常量
| Declared in | AgoraStreamingKit.h |
|---|
AgoraAudioSoundType
音频声道数。默认值为 AudioSoundTypeMono(1)。
Definition
typedef NS_ENUM(NSUInteger, AgoraAudioSoundType ) {
AudioSoundTypeMono = 1,
AudioSoundTypeStereo = 2,
};
Constants
Declared In
AgoraStreamingKit.h
