Agora RTC Objective-C API Reference  Refactor
Properties
AgoraLocalAudioMixerConfiguration Class Reference

Inherits <NSObject>.

Properties

NSArray< AgoraMixedAudioStream * > *_Nullable audioInputStreams
 
BOOL syncWithLocalMic
 

Detailed Description

The definition of AgoraLocalAudioMixerConfiguration.

Property Documentation

◆ audioInputStreams

- (NSArray<AgoraMixedAudioStream *>* _Nullable) audioInputStreams
readwritenonatomiccopy

The audio stream layout configuration in the mixed track.

◆ syncWithLocalMic

- (BOOL) syncWithLocalMic
readwritenonatomicassign

Whether to use the timestamp when the primary microphone captures the audio frame as the timestamp of the mixed 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. use the timestamp when the audio video frame is constructed Instead.