Agora RTC Objective-C API Reference  Refactor
Data Fields
EncodedAudioFrameAdvancedSettings Struct Reference

Data Fields

bool speech
 
bool sendEvenIfEmpty
 

Detailed Description

advanced settings of encoded audio frame.

Constructor & Destructor Documentation

◆ EncodedAudioFrameAdvancedSettings()

Field Documentation

◆ speech

bool speech

Determines whether the audio source is speech.

  • true: (Default) The audio source is speech.
  • false: The audio source is not speech.

◆ sendEvenIfEmpty

bool sendEvenIfEmpty

Whether to send the audio frame even when it is empty.

  • true: (Default) Send the audio frame even when it is empty.
  • false: Do not send the audio frame when it is empty.