次の方法で共有


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

プロパティ値

現在の設定

属性

注釈

これにより、手ブレ補正の目的のモードが設定されます。

適用対象