CaptureSessionPreset class abstract

CaptureSessionPreset string constants.

Clients may use a CaptureSessionPreset to set the format for output on a CaptureSession.

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

high → const String
A CaptureSession preset suitable for high quality video and audio output.
iFrame960x540 → const String
A CaptureSession preset producing 960x540 Apple iFrame video and audio content.
iFrame1280x720 → const String
A CaptureSession preset producing 1280x720 Apple iFrame video and audio content.
inputPriority → const String
A CaptureSession preset indicating that the formats of the session's inputs are being given priority.
low → const String
A CaptureSession preset suitable for low quality output.
medium → const String
A CaptureSession preset suitable for medium quality output.
photo → const String
A CaptureSession preset suitable for high resolution photo quality output.
preset320x240 → const String
A CaptureSession preset suitable for 320x240 video output.
preset352x288 → const String
A CaptureSession preset suitable for 352x288 video output.
preset640x480 → const String
A CaptureSession preset suitable for 640x480 video output.
preset960x540 → const String
A CaptureSession preset suitable for 960x540 video output.
preset1280x720 → const String
A CaptureSession preset suitable for 1280x720 video output.
preset1920x1080 → const String
A CaptureSession preset suitable for 1920x1080 video output.
preset3840x2160 → const String
A CaptureSession preset suitable for 3840x2160 (UHD 4K) video output.