AgoraAudioSoundType 常量

Declared in AgoraStreamingKit.h

AgoraAudioSoundType

音频声道数。默认值为 AudioSoundTypeMono(1)

Definition

typedef NS_ENUM(NSUInteger, AgoraAudioSoundType ) {
   AudioSoundTypeMono = 1,
   AudioSoundTypeStereo = 2,
};

Constants

AudioSoundTypeMono

1: 单声道。

Declared In AgoraStreamingKit.h.

AudioSoundTypeStereo

2: 双声道。

Declared In AgoraStreamingKit.h.

Declared In

AgoraStreamingKit.h