The definition of the EncodedAudioFrameInfo struct.
◆ EncodedAudioFrameInfo() [1/2]
agora::rtc::EncodedAudioFrameInfo::EncodedAudioFrameInfo |
( |
| ) |
|
|
inline |
◆ EncodedAudioFrameInfo() [2/2]
◆ codec
◆ sampleRateHz
int agora::rtc::EncodedAudioFrameInfo::sampleRateHz |
The sample rate (Hz) of the audio frame.
◆ samplesPerChannel
int agora::rtc::EncodedAudioFrameInfo::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.
◆ numberOfChannels
int agora::rtc::EncodedAudioFrameInfo::numberOfChannels |
The number of audio channels of the audio frame.
◆ advancedSettings
The advanced settings of the audio frame.