Package io.agora.rtc2
Class ScreenCaptureParameters
java.lang.Object
io.agora.rtc2.ScreenCaptureParameters
- Since:
- v3.7.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionThe audio configuration for the shared screen stream.booleanDetermines whether to capture system audio during screen sharing: - `true`: Capture system audio.booleanWhether to capture the screen when screen sharing: - `true`: (Default) Capture the screen.The video configuration for the shared screen stream. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
captureAudio
public boolean captureAudioDetermines whether to capture system audio during screen sharing: - `true`: Capture system audio. - `false`: (Default) Do not capture system audio. -
videoCaptureParameters
The video configuration for the shared screen stream. SeeVideoCaptureParameters. -
captureVideo
public boolean captureVideoWhether to capture the screen when screen sharing: - `true`: (Default) Capture the screen. - `false`: Do not capture the screen. -
audioCaptureParameters
The audio configuration for the shared screen stream. SeeAudioCaptureParameters.
-
-
Constructor Details
-
ScreenCaptureParameters
public ScreenCaptureParameters()
-
-
Method Details