CaptureCanvasStreamParameters class abstract

Parameters interface for canvas stream capture.

This abstract class defines the required parameters for capturing and managing the whiteboard canvas stream for recording.

Implementers

Properties

canvasStream MediaStream?
no setter
canvasWhiteboard GlobalKey<State<StatefulWidget>>?
no setter
connectSendTransportScreen Function
no setter
createSendTransport Function
no setter
disconnectSendTransportScreen Function
no setter
getUpdatedAllParams CaptureCanvasStreamParameters Function()
no setter
hashCode int
The hash code for this object.
no setterinherited
localScreenProducer → Producer?
no setter
localSocket → Socket?
no setter
localTransportCreated bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenProducer → Producer?
no setter
sleep Function
no setter
transportCreated bool
no setter
updateCanvasStream → void Function(MediaStream?)
no setter
updateLocalScreenProducer → void Function(Producer?)?
no setter
updateScreenProducer → void Function(Producer?)
no setter

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