FrameFlashCapabilities FrameFlashCapabilities FrameFlashCapabilities FrameFlashCapabilities Class

Definition

Provides information about the flash capabilities of the capture device for frames in a variable photo sequences.

public : sealed class FrameFlashCapabilities : IFrameFlashCapabilitiespublic sealed class FrameFlashCapabilities : IFrameFlashCapabilitiesPublic NotInheritable Class FrameFlashCapabilities Implements IFrameFlashCapabilities// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Get an instance of this class by accessing the FrameControlCapabilities.Flash property.

Properties

PowerSupported PowerSupported PowerSupported PowerSupported

Gets a value indicating whether flash power is supported for frames in a variable photo sequences.

public : PlatForm::Boolean PowerSupported { get; }public bool PowerSupported { get; }Public ReadOnly Property PowerSupported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if flash power is supported; otherwise, false.

RedEyeReductionSupported RedEyeReductionSupported RedEyeReductionSupported RedEyeReductionSupported

Gets a value indicating whether red eye reduction is supported for frames in a variable photo sequences.

public : PlatForm::Boolean RedEyeReductionSupported { get; }public bool RedEyeReductionSupported { get; }Public ReadOnly Property RedEyeReductionSupported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if red eye reduction is supported; otherwise, false.

Supported Supported Supported Supported

Gets a value that indicates if the capture device supports the flash control for frames in a variable photo sequence.

public : PlatForm::Boolean Supported { get; }public bool Supported { get; }Public ReadOnly Property Supported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the capture device supports the flash control; otherwise, false.