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

Data Fields

unsigned int streamCount
 
MixedAudioStreamaudioInputStreams
 
bool syncWithLocalMic
 

Detailed Description

The configuration of the audio mixing on the local client.

Constructor & Destructor Documentation

◆ LocalAudioMixerConfiguration()

Field Documentation

◆ streamCount

unsigned int streamCount

The number of the audio streams for the audio mixing on the local client.

◆ audioInputStreams

MixedAudioStream* audioInputStreams

The source of the streams to mixed;

◆ syncWithLocalMic

bool syncWithLocalMic

Whether to use the timestamp follow the local mic's audio frame.

  • true: (Default) Use the timestamp of the captured audio frame as the timestamp of the mixed audio frame.
  • false: Do not use the timestamp of the captured audio frame as the timestamp of the mixed audio frame. Instead, use the timestamp when the mixed audio frame is constructed.