AVCaptureDevice.VideoHdrEnabled プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デバイスが現在 HDR ビデオをストリーミングしているかどうかを示します。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool VideoHdrEnabled { [Foundation.Export("isVideoHDREnabled")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setVideoHDREnabled:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.VideoHdrEnabled : bool with get, set
プロパティ値
- 属性
注釈
このプロパティを設定するには、 P:AVFoundation.AVCaptureDevice.ActiveFormat の IsVideoHdrSupported が true
必要です。そうしないと、例外が発生します。
プロパティを ActiveFormat 設定すると、これを に false
変更します。
このプロパティは、最初に を にfalse
設定した場合にのみ設定AutomaticallyAdjustsVideoHdrEnabledできます。
constrat では、 を SessionPreset 設定すると、セッション プリセットが HDR ビデオに適している場合に、このプロパティが に true
設定されます。