AVCaptureSession.SessionPreset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The session preset.
public virtual Foundation.NSString SessionPreset { [Foundation.Export("sessionPreset", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSessionPreset:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.SessionPreset : Foundation.NSString with get, set
Property Value
- Attributes
Remarks
The value must be one of the AVCaptureSession.Preset*
values.
Applies to
See also
- Preset1920x1080
- Preset1280x720
- <xref:AVFoundation.AVCaptureSession.Preset355x288>
- Preset640x480
- PresetHigh
- PresetiFrame1280x720
- PresetiFrame960x540
- PresetInputPriority
- PresetLow
- PresetMedium
- PresetPhoto