15 #import <Foundation/Foundation.h>
16 #import <CoreAudioTypes/CoreAudioTypes.h>
25 typedef NS_ENUM(UInt32, EMVoiceFormat) {
26 EMVoiceFormatPCM = kAudioFormatLinearPCM,
27 EMVoiceFormatAMR = kAudioFormatAMR,
28 EMVoiceFormatMP3 = kAudioFormatMPEGLayer3,
47 @property (nonatomic, assign) EMVoiceFormat
format;
78 @property (nonatomic, assign) NSInteger
channels;
NSInteger sampleRate
Definition: EMVoiceParam.h:60
NSInteger bitsPerSample
Definition: EMVoiceParam.h:69
NSInteger channels
Definition: EMVoiceParam.h:78
EMVoiceFormat format
Definition: EMVoiceParam.h:47
Definition: EMVoiceParam.h:38