CaptureCanvasStreamOptions class
Options for capturing the canvas stream.
This class contains the parameters needed to start or stop the canvas stream capture for whiteboard recording purposes.
Constructors
- CaptureCanvasStreamOptions({required CaptureCanvasStreamParameters parameters, bool start = true})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parameters → CaptureCanvasStreamParameters
-
The parameters required for capturing and managing the canvas stream.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start → bool
-
Whether to start (true) or stop (false) the canvas stream capture.
Defaults to 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