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
codecType
音频编码规格: AgoraAudioCodecType。
samplesPerSec
音频采样率 (Hz)。
samplesPerChannel
每个声道的音频采样数。
channels
声道数。