15#import <Foundation/Foundation.h>
16#import <CoreAudioTypes/CoreAudioTypes.h>
25typedef 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;
Definition: EMVoiceParam.h:39
NSInteger bitsPerSample
Definition: EMVoiceParam.h:69
EMVoiceFormat format
Definition: EMVoiceParam.h:47
NSInteger sampleRate
Definition: EMVoiceParam.h:60
NSInteger channels
Definition: EMVoiceParam.h:78