|
Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
| unsigned int | streamCount |
| MixedAudioStream * | audioInputStreams |
| bool | syncWithLocalMic |
|
inline |
| unsigned int streamCount |
The number of the audio streams that are mixed locally.
| MixedAudioStream* audioInputStreams |
The source of the audio streams that are mixed locally. See MixedAudioStream.
| bool syncWithLocalMic |
Whether the mxied audio stream uses the timestamp of the audio frames captured by the local microphone.
true: (Default) Yes. Set to this value if you want all locally captured audio streams synchronized.false: No. The SDK uses the timestamp of the audio frames at the time when they are mixed.