AgoraEncodedAudioFrameInfo
编码后的音频帧信息。
Objective-C
__attribute__((visibility("default"))) @interface AgoraEncodedAudioFrameInfo: NSObject
@property (assign, nonatomic) NSInteger samplesPerChannel;
@property (assign, nonatomic) NSInteger channels;
@property (assign, nonatomic) NSInteger samplesPerSec;
@property (assign, nonatomic) AgoraAudioCodecType codecType;
@end
samplesPerChannel
每个声道的音频采样数。
channels
音频声道数。
samplesPerSec
音频采样率(Hz)。
codecType
音频编解码器类型。详见 AgoraAudioCodecType。