MiniScreenPlatformInterface class abstract
Abstract interface for screen capture functionality on all platforms.
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
-
createContext(
) → Future< MiniScreenContextPlatformInterface> - Create a screen capture context (for capture/configuration).
-
enumerateDisplays(
) → Future< List< MiniAVDeviceInfo> > - Enumerate available displays
-
enumerateWindows(
) → Future< List< MiniAVDeviceInfo> > - Enumerate available windows
-
getDefaultFormats(
String displayId) → Future< ScreenFormatDefaults> - Get default formats for display and loopback devices.
-
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