AgoraScreenCaptureParameters2 Class Reference

Inherits from NSObject
Declared in AgoraObjects.h

Overview

The configuration of the screen sharing.

  captureAudio

Determines whether to capture system audio during screen sharing: - YES: Capture. - NO: (Default) Do not capture.

@property (assign, nonatomic) BOOL captureAudio

Declared In

AgoraObjects.h

  audioParams

The audio configuration for the shared screen stream. See AgoraScreenAudioParameters.

@property (strong, nonatomic) AgoraScreenAudioParameters *audioParams

Discussion

Note: This parameter is only available for scenarios where captureAudio is YES.

Declared In

AgoraObjects.h

  captureVideo

Determines whether to capture the screen during screen sharing: - YES: (Default) Capture. - NO: Do not capture.

@property (assign, nonatomic) BOOL captureVideo

Declared In

AgoraObjects.h

  videoParams

The video configuration for the shared screen stream. See AgoraScreenVideoParameters.

@property (strong, nonatomic) AgoraScreenVideoParameters *videoParams

Discussion

Note: This parameter is only available for scenarios where captureVideo is YES.

Declared In

AgoraObjects.h