CaptureDeviceType class abstract
CaptureDeviceType string constants.
The CaptureDeviceType string constants are intended to be used in combination with the CaptureDeviceDiscoverySession class to obtain a list of devices matching certain search criteria.
Constructors
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
- builtInDualCamera → const String
- A device that consists of two fixed focal length cameras, one wide and one telephoto.
- builtInDualWideCamera → const String
- A device that consists of two fixed focal length cameras, one ultra wide and one wide angle.
- builtInMicrophone → const String
- A built-in microphone.
- builtInTelephotoCamera → const String
- A built-in camera device with a longer focal length than a wide angle camera.
- builtInTripleCamera → const String
- A device that consists of three fixed focal length cameras, one ultra wide, one wide angle, and one telephoto.
- builtInTrueDepthCamera → const String
- A device that consists of two cameras, one YUV and one Infrared.
- builtInUltraWideCamera → const String
- A built-in camera device with a shorter focal length than a wide angle camera.
- builtInWideAngleCamera → const String
- A built-in wide angle camera device.