CaptureInput class abstract

The abstract superclass for objects that provide input data to a capture session.

To associate a CaptureInput object with a session, call CaptureSession.addInput on the session.

CaptureInput objects have one or more ports (instances of CaptureInputPort), one for each data stream they can produce. For example, a CaptureDevice object presenting one video data stream has one port.

Mixed in types
Implementers
Annotations
  • @Reference('av_foundation/av_foundation/CaptureInput')

Constructors

CaptureInput()

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

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