ZegoScreenCaptureConfig class

Screen capture configuration parameters.

Constructors

ZegoScreenCaptureConfig(bool captureVideo, bool captureAudio, {int? microphoneVolume, int? applicationVolume, ZegoAudioFrameParam? audioParam})
ZegoScreenCaptureConfig.defaultConfig()

Properties

applicationVolume ↔ int?
Set Application audio volume for ReplayKit. The range is 0 ~ 200. The default is 100. (only for iOS)
read / write
audioParam ZegoAudioFrameParam?
Set the audio capture parameters during screen capture. (only for Android)
read / write
captureAudio ↔ bool
Whether to capture audio when screen capture. The default is true.
read / write
captureVideo ↔ bool
Whether to capture video when screen capture. The default is true.
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
microphoneVolume ↔ int?
Set Microphone audio volume for ReplayKit. The range is 0 ~ 200. The default is 100. (only for iOS)
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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