AVCaptureDevice.FlashMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
目前的 AVCaptureFlashMode。
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVCapturePhotoSettings.FlashMode' instead.")]
public virtual AVFoundation.AVCaptureFlashMode FlashMode { [Foundation.Export("flashMode")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVCapturePhotoSettings.FlashMode' instead.")] get; [Foundation.Export("setFlashMode:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVCapturePhotoSettings.FlashMode' instead.")] set; }
member this.FlashMode : AVFoundation.AVCaptureFlashMode with get, set
屬性值
- 屬性
備註
如果裝置的啟發學習法判斷快閃會改善影像,請使用這個屬性來控制快閃是否應該一律開啟、永遠關閉或由硬體開啟。