AVAssetImageGenerator.ApertureMode 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.
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