$CaptureSessionChannel class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
messenger
→ TypeChannelMessenger
-
Handles communication and manages instances for type channels.
finalinherited
-
name
→ String
-
The name of the channel.
finalinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$addInput($CaptureSession $instance, $CaptureInput input)
→ Future<Object?>
-
-
$addOutput($CaptureSession $instance, $CaptureOutput output)
→ Future<Object?>
-
-
$canAddInput($CaptureSession $instance, $CaptureInput input)
→ Future<Object?>
-
-
$canAddOutput($CaptureSession $instance, $CaptureOutput output)
→ Future<Object?>
-
-
$canSetSessionPresets($CaptureSession $instance, List<String> presets)
→ Future<Object?>
-
-
$create$($CaptureSession $instance, {required bool $owner})
→ Future<PairedInstance?>
-
-
$isInterrupted($CaptureSession $instance)
→ Future<Object?>
-
-
$isRunning($CaptureSession $instance)
→ Future<Object?>
-
-
$removeInput($CaptureSession $instance, $CaptureInput input)
→ Future<Object?>
-
-
$removeOutput($CaptureSession $instance, $CaptureOutput output)
→ Future<Object?>
-
-
$setSessionPreset($CaptureSession $instance, String preset)
→ Future<Object?>
-
-
$startRunning($CaptureSession $instance)
→ Future<Object?>
-
-
$stopRunning($CaptureSession $instance)
→ Future<Object?>
-
-
createNewInstancePair($CaptureSession instance, List<Object?> arguments, {required bool owner})
→ Future<PairedInstance?>
-
Creates a new PairedInstance to be paired with
instance
.
inherited
-
disposeInstancePair($CaptureSession instance)
→ Future<void>
-
Removes an instance pair containing
instance
from messenger.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removeHandler()
→ void
-
Unregister a TypeChannelHandler for channel with name in messenger.
inherited
-
sendInvokeMethod($CaptureSession instance, String methodName, List<Object?> arguments)
→ Future<Object?>
-
Attempt to invoke a method on PairedInstance paired with
instance
.
inherited
-
sendInvokeStaticMethod(String methodName, List<Object?> arguments)
→ Future<Object?>
-
Invoke static method
methodName
on type channel of name.
inherited
-
setHandler(TypeChannelHandler<$CaptureSession> handler)
→ void
-
Register a TypeChannelHandler for channel with name in messenger.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited