|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| NSArray< AgoraMixedAudioStream * > *_Nullable | audioInputStreams |
| BOOL | syncWithLocalMic |
|
readwritenonatomiccopy |
The source of the audio streams that are mixed locally. See AgoraMixedAudioStream.
|
readwritenonatomicassign |
Whether the mxied audio stream uses the timestamp of the audio frames captured by the local microphone.
YES: (Default) Yes. Set to this value if you want all locally captured audio streams synchronized.NO: No. The SDK uses the timestamp of the audio frames at the time when they are mixed.