AVCaptureSession.SessionPreset Property

Definition

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