9 #import <Foundation/Foundation.h> 17 @property(nonatomic, assign) NSUInteger
channel;
19 @property(nonatomic, assign) NSUInteger
bitrate;
21 - (instancetype) initWithChannel:(NSInteger)c sampleRate:(NSInteger)s bitrate:(NSInteger)b;
音频参数信息结构.
Definition: AVDAudioParams.h:16
NSUInteger bitrate
Definition: AVDAudioParams.h:19
NSUInteger sampleRate
Definition: AVDAudioParams.h:18
NSUInteger channel
Definition: AVDAudioParams.h:17