次の方法で共有


AVCaptureTorchMode 列挙型

定義

キャプチャ デバイスのトーチ モード。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureTorchMode
type AVCaptureTorchMode = 
継承
AVCaptureTorchMode
属性

フィールド

Auto 2

測定された使用可能な光に基づいてトーチを使用します。

Off 0

トーチは使用しないでください。

On 1

常にトーチを使用します。

適用対象