Edit

Share via


AVAssetImageGenerator.ApertureMode Property

Definition

If not null, the aperture mode to be used with the image generator.

public virtual Foundation.NSString ApertureMode { [Foundation.Export("apertureMode", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setApertureMode:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.ApertureMode : Foundation.NSString with get, set

Property Value

This value must be either null or ApertureModeCleanAperture, ApertureModeEncodedPixels, or ApertureModeProductionAperture.

This value can be null.

Attributes

Applies to