DesktopCapturer class abstract

Constructors

DesktopCapturer()

Properties

hashCode int
The hash code for this object.
no setterinherited
onAdded StreamController<DesktopCapturerSource>
no setter
onNameChanged StreamController<DesktopCapturerSource>
no setter
onRemoved StreamController<DesktopCapturerSource>
no setter
onThumbnailChanged StreamController<DesktopCapturerSource>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getSources({required List<SourceType> types, ThumbnailSize? thumbnailSize}) Future<List<DesktopCapturerSource>>
Get the screen source of the specified types
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateSources({required List<SourceType> types}) Future<bool>
Updates the list of screen sources of the specified types

Operators

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