CaptureSessionPreset class Null safety
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.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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.
'AVCaptureSessionPresetHigh'
- iFrame960x540 → const String
-
A CaptureSession preset producing 960x540 Apple iFrame video and audio content.
'AVCaptureSessionPresetiFrame960x540'
- iFrame1280x720 → const String
-
A CaptureSession preset producing 1280x720 Apple iFrame video and audio content.
'AVCaptureSessionPresetiFrame1280x720'
- inputPriority → const String
-
A CaptureSession preset indicating that the formats of the session's inputs are being given priority.
'AVCaptureSessionPresetInputPriority'
- low → const String
-
A CaptureSession preset suitable for low quality output.
'AVCaptureSessionPresetLow'
- medium → const String
-
A CaptureSession preset suitable for medium quality output.
'AVCaptureSessionPresetMedium'
- photo → const String
-
A CaptureSession preset suitable for high resolution photo quality output.
'AVCaptureSessionPresetPhoto'
- preset320x240 → const String
-
A CaptureSession preset suitable for 320x240 video output.
'AVCaptureSessionPreset320x240'
- preset352x288 → const String
-
A CaptureSession preset suitable for 352x288 video output.
'AVCaptureSessionPreset352x288'
- preset640x480 → const String
-
A CaptureSession preset suitable for 640x480 video output.
'AVCaptureSessionPreset640x480'
- preset960x540 → const String
-
A CaptureSession preset suitable for 960x540 video output.
'AVCaptureSessionPreset960x540'
- preset1280x720 → const String
-
A CaptureSession preset suitable for 1280x720 video output.
'AVCaptureSessionPreset1280x720'
- preset1920x1080 → const String
-
A CaptureSession preset suitable for 1920x1080 video output.
'AVCaptureSessionPreset1920x1080'
- preset3840x2160 → const String
-
A CaptureSession preset suitable for 3840x2160 (UHD 4K) video output.
'AVCaptureSessionPreset3840x2160'