Share via


AVCaptureConnection.PreferredVideoStabilizationMode 属性

定义

用于连接的首选视频防抖动模式。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AVFoundation.AVCaptureVideoStabilizationMode PreferredVideoStabilizationMode { [Foundation.Export("preferredVideoStabilizationMode")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setPreferredVideoStabilizationMode:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.PreferredVideoStabilizationMode : AVFoundation.AVCaptureVideoStabilizationMode with get, set

属性值

当前设置

属性

注解

这会设置图像防抖动所需的模式。

适用于