AVCaptureVideoPreviewLayer.AutomaticallyAdjustsMirroring 属性

定义

开发人员不应使用此已弃用的属性。 开发人员应改用“AVCaptureConnection.AutomaticallyAdjustsVideoMirroring”。

[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

属性值

属性

适用于