Modifica

Share via


AVCapturePhotoOutput.DualCameraDualPhotoDeliveryEnabled Property

Definition

Gets or sets a Boolean value that tells if delivery of two formats for each capture is enabled.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool DualCameraDualPhotoDeliveryEnabled { [Foundation.Export("isDualCameraDualPhotoDeliveryEnabled")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setDualCameraDualPhotoDeliveryEnabled:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.DualCameraDualPhotoDeliveryEnabled : bool with get, set

Property Value

A Boolean value that tells if delivery of two formats for each capture is enabled.

Attributes

Applies to