CaptureDevicePosition class abstract
Constants indicating the physical position of an CaptureDevice's hardware on the system.
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
Constants
- back → const int
- Indicates that the device is physically located on the back of the system hardware.
- front → const int
- Indicates that the device is physically located on the front of the system hardware.
- unspecified → const int
- Indicates that the device's position relative to the system hardware is unspecified.