AVCaptureSession.CanSetSessionPreset(NSString) Method
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.
Whether the session supports a particular set of predefined capture settings.
[Foundation.Export("canSetSessionPreset:")]
public virtual bool CanSetSessionPreset (Foundation.NSString preset);
abstract member CanSetSessionPreset : Foundation.NSString -> bool
override this.CanSetSessionPreset : Foundation.NSString -> bool
Parameters
- preset
- NSString
One of the AVCaptureSession.Preset*
constants.
Returns
- Attributes
Remarks
The preset
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