次の方法で共有


AVCaptureDevice.AutomaticallyEnablesLowLightBoostWhenAvailable プロパティ

定義

システムが自動的に低光で「ブーストモード」(ISO 3200)を有効にする必要があるかどうか。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AutomaticallyEnablesLowLightBoostWhenAvailable { [Foundation.Export("automaticallyEnablesLowLightBoostWhenAvailable")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAutomaticallyEnablesLowLightBoostWhenAvailable:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AutomaticallyEnablesLowLightBoostWhenAvailable : bool with get, set

プロパティ値

既定値は false です。

属性

注釈

iPhone 5 の既定の ISO 等価性は 800 です。 「ブーストモード」は、センサーノイズの増加を犠牲にしてISO 3200に対する感度を向上させます。

適用対象