Edit

Share via


AVCaptureVideoPreviewLayer.AutomaticallyAdjustsMirroring Property

Definition

Developers should not use this deprecated property. Developers should use 'AVCaptureConnection.AutomaticallyAdjustsVideoMirroring' instead.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVCaptureConnection.AutomaticallyAdjustsVideoMirroring' instead.")]
public virtual bool AutomaticallyAdjustsMirroring { [Foundation.Export("automaticallyAdjustsMirroring")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVCaptureConnection.AutomaticallyAdjustsVideoMirroring' instead.")] get; [Foundation.Export("setAutomaticallyAdjustsMirroring:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVCaptureConnection.AutomaticallyAdjustsVideoMirroring' instead.")] set; }
member this.AutomaticallyAdjustsMirroring : bool with get, set

Property Value

Attributes

Applies to