Package io.agora.rtc2
Class ScreenCaptureParameters
java.lang.Object
io.agora.rtc2.ScreenCaptureParameters
The configuration of the screen sharing
- Since:
- v3.7.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe audio configuration for the shared screen stream.static classThe video configuration for the shared screen stream. -
Field Summary
FieldsModifier and TypeFieldDescriptionThe audio configuration for the shared screen stream.booleanDetermines whether to capture system audio during screen sharing: - `true`: Capture.booleanDetermines whether to capture the screen during screen sharing: - `true`: (Default) Capture.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. - `false`: (Default) Do not capture. **Note** Due to system limitations, capturing system audio is only available for Android API level 29 and later (that is, Android 10 and later). -
videoCaptureParameters
The video configuration for the shared screen stream. SeeVideoCaptureParameters. -
captureVideo
public boolean captureVideoDetermines whether to capture the screen during screen sharing: - `true`: (Default) Capture. - `false`: Do not capture. **Note** Due to system limitations, screen capture is only available for Android API level 21 and later (that is, Android 5 and later). -
audioCaptureParameters
The audio configuration for the shared screen stream. SeeAudioCaptureParameters.
-
-
Constructor Details
-
ScreenCaptureParameters
public ScreenCaptureParameters()
-
-
Method Details