次の方法で共有


AVCaptureDevice.AutomaticallyAdjustsVideoHdrEnabled プロパティ

定義

ビデオ ストリームの HDR をオンまたはオフにできるかどうかを決定します。設定されている場合は、有効にすることができます VideoHdrEnabled

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AutomaticallyAdjustsVideoHdrEnabled { [Foundation.Export("automaticallyAdjustsVideoHDREnabled")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAutomaticallyAdjustsVideoHDREnabled:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AutomaticallyAdjustsVideoHdrEnabled : bool with get, set

プロパティ値

このプロパティの既定値は、true です。

属性

注釈

このプロパティを設定するには、呼び出し元が最初にを呼び出す LockForConfiguration(NSError) 必要があります。

適用対象