|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| BOOL | captureAudio |
| AgoraScreenAudioParameters *_Nonnull | audioParams |
| BOOL | captureVideo |
| AgoraScreenVideoParameters *_Nonnull | videoParams |
|
readwritenonatomicassign |
Determines whether to capture system audio during screen sharing:
YES: Capture system audio.NO: (Default) Do not capture system audio. setAudioScenario: method and set the audio scenario to AgoraAudioScenarioGameStreaming.
|
readwritenonatomicstrong |
The audio configuration for the shared screen stream. See AgoraScreenAudioParameters.
captureAudio is YES.
|
readwritenonatomicassign |
Whether to capture the screen when screen sharing:
YES: (Default) Capture the screen.NO: Do not capture the screen.
|
readwritenonatomicstrong |
The video configuration for the shared screen stream. See AgoraScreenVideoParameters.
captureVideo is YES.