ScreenCaptureParameters2 class

Screen sharing configurations.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Properties

audioParams ScreenAudioParameters?
The audio configuration for the shared screen stream. See ScreenAudioParameters. This parameter only takes effect when captureAudio is true.
final
captureAudio bool?
Determines whether to capture system audio during screen sharing: true : Capture system audio. false : (Default) Do not capture system audio. Due to system limitations, capturing system audio is only applicable to Android API level 29 and later (that is, Android 10 and later). To improve the success rate of capturing system audio during screen sharing, ensure that you have called the setAudioScenario method and set the audio scenario to audioScenarioGameStreaming.
final
captureVideo bool?
Whether to capture the screen when screen sharing: true : (Default) Capture the screen. false : Do not capture the screen. Due to system limitations, the capture screen is only applicable to Android API level 21 and above, that is, Android 5 and above.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoParams ScreenVideoParameters?
The video configuration for the shared screen stream. See ScreenVideoParameters. This parameter only takes effect when captureVideo is true.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited