Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
AUDIO_CODEC_TYPE | codec |
int | sampleRateHz |
int | samplesPerChannel |
int | numberOfChannels |
EncodedAudioFrameAdvancedSettings | advancedSettings |
The definition of the EncodedAudioFrameInfo struct.
|
inline |
|
inline |
AUDIO_CODEC_TYPE codec |
The audio codec: AUDIO_CODEC_TYPE.
int sampleRateHz |
The sample rate (Hz) of the audio frame.
int samplesPerChannel |
The number of samples per audio channel.
If this value is not set, it is 1024 for AAC, or 960 for OPUS by default.
int numberOfChannels |
The number of audio channels of the audio frame.
EncodedAudioFrameAdvancedSettings advancedSettings |
The advanced settings of the audio frame.