Share via


AVCaptureDevice.FlashMode Proprietà

Definizione

Oggetto AVCaptureFlashMode corrente.

[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

Valore della proprietà

Attributi

Commenti

Usare questa proprietà per controllare se il flash deve essere sempre attivo, sempre disattivato o attivato dall'hardware se le euristiche del dispositivo determinano che un flash migliorerebbe l'immagine.

Si applica a