共用方式為


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

屬性值

目前的設定

屬性

備註

這會設定影像防震所需的模式。

適用於