ZegoScreenCaptureSource class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
enableAudioCapture(
bool enable, ZegoAudioFrameParam audioParam) → Future< void> - Whether to collect the sound of the window process during window collection
-
enableCursorVisible(
bool visible) → Future< void> - Set whether to show the cursor
-
enableWindowActivate(
bool active) → Future< void> - Whether to activate the promotion of the window to the foreground.
-
getCaptureSourceRect(
) → Future< Rect> - Gets the rectangle of the screen capture source.
-
getIndex(
) → int - Get screen capture source index.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAppGroupID(
String groupID) → Future< void> - Set the App Group configuration item.
-
setExcludeWindowList(
List< int> list) → Future<void> - Sets the filtered list of windows.
-
startCapture(
{ZegoScreenCaptureConfig? config, bool? inApp}) → Future< void> - Start screen capture.
-
stopCapture(
) → Future< void> - Stop screen capture.
-
toString(
) → String -
A string representation of this object.
inherited
-
updateCaptureRegion(
Rect rect) → Future< void> - Update the area captured by the screen.
-
updateCaptureSource(
int sourceId, ZegoScreenCaptureSourceType sourceType) → Future< void> - Create the screen capture source
-
updatePublishRegion(
Rect rect) → Future< void> - Update the streaming area of the screen capture.
-
updateScreenCaptureConfig(
ZegoScreenCaptureConfig config) → Future< void> - Update screen capture parameter configuration.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited