CapturedFrameControlValues CapturedFrameControlValues CapturedFrameControlValues CapturedFrameControlValues Class

Definition

Provides information about the capture device settings that were used for a frame in a variable photo sequence.

public : sealed class CapturedFrameControlValues : ICapturedFrameControlValues, ICapturedFrameControlValues2public sealed class CapturedFrameControlValues : ICapturedFrameControlValues, ICapturedFrameControlValues2Public NotInheritable Class CapturedFrameControlValues Implements ICapturedFrameControlValues, ICapturedFrameControlValues2// 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 handling the VariablePhotoCaptured event and then accessing the VariablePhotoCapturedEventArgs.CapturedFrameControlValues property.

Properties

Exposure Exposure Exposure Exposure

Gets the exposure time used for a frame in a variable photo sequence.

public : IReference<TimeSpan> Exposure { get; }public Nullable<TimeSpan> Exposure { get; }Public ReadOnly Property Exposure As Nullable<TimeSpan>// You can use this property in JavaScript.
Value
IReference<TimeSpan> Nullable<TimeSpan> Nullable<TimeSpan> Nullable<TimeSpan>

Gets the exposure time used for a frame in a variable photo sequence.

ExposureCompensation ExposureCompensation ExposureCompensation ExposureCompensation

Gets the exposure compensation value used for a frame in a variable photo sequence.

public : IReference<float> ExposureCompensation { get; }public Nullable<float> ExposureCompensation { get; }Public ReadOnly Property ExposureCompensation As Nullable<float>// You can use this property in JavaScript.
Value
IReference<float> Nullable<float> Nullable<float> Nullable<float>

The exposure compensation value used for a frame in a variable photo sequence.

Flashed Flashed Flashed Flashed

Gets a value indicating if the flash was used for a frame in a variable photo sequence.

public : IReference<bool> Flashed { get; }public Nullable<bool> Flashed { get; }Public ReadOnly Property Flashed As Nullable<bool>// You can use this property in JavaScript.
Value
IReference<PlatForm::Boolean> Nullable<bool> Nullable<bool> Nullable<bool>

A value indicating if the flash was used for a frame in a variable photo sequence.

FlashPowerPercent FlashPowerPercent FlashPowerPercent FlashPowerPercent

Gets the flash power used for a frame in a variable photo sequence.

public : IReference<float> FlashPowerPercent { get; }public Nullable<float> FlashPowerPercent { get; }Public ReadOnly Property FlashPowerPercent As Nullable<float>// You can use this property in JavaScript.
Value
IReference<float> Nullable<float> Nullable<float> Nullable<float>

The flash power used for a frame in a variable photo sequence.

Focus Focus Focus Focus

Gets the focus lens position used for a frame in a variable photo sequence.

public : IReference<uint> Focus { get; }public Nullable<uint> Focus { get; }Public ReadOnly Property Focus As Nullable<uint>// You can use this property in JavaScript.
Value
IReference<unsigned int> Nullable<uint> Nullable<uint> Nullable<uint>

The focus lens position used for a frame in a variable photo sequence.

FocusState FocusState FocusState FocusState

Gets the focus state for a frame in a variable photo sequence.

public : IReference<MediaCaptureFocusState> FocusState { get; }public Nullable<MediaCaptureFocusState> FocusState { get; }Public ReadOnly Property FocusState As Nullable<MediaCaptureFocusState>// You can use this property in JavaScript.
Value
IReference<MediaCaptureFocusState> Nullable<MediaCaptureFocusState> Nullable<MediaCaptureFocusState> Nullable<MediaCaptureFocusState>

The focus state for a frame in a variable photo sequence.

IsoAnalogGain IsoAnalogGain IsoAnalogGain IsoAnalogGain

Gets the ISO analog gain used for a frame in a variable photo sequence.

public : IReference<double> IsoAnalogGain { get; }public Nullable<double> IsoAnalogGain { get; }Public ReadOnly Property IsoAnalogGain As Nullable<double>// You can use this property in JavaScript.
Value
IReference<double> Nullable<double> Nullable<double> Nullable<double>

The ISO analog gain used for a frame in a variable photo sequence.

IsoDigitalGain IsoDigitalGain IsoDigitalGain IsoDigitalGain

Gets the ISO digital gain used for a frame in a variable photo sequence.

public : IReference<double> IsoDigitalGain { get; }public Nullable<double> IsoDigitalGain { get; }Public ReadOnly Property IsoDigitalGain As Nullable<double>// You can use this property in JavaScript.
Value
IReference<double> Nullable<double> Nullable<double> Nullable<double>

The ISO digital gain used for a frame in a variable photo sequence.

IsoSpeed IsoSpeed IsoSpeed IsoSpeed

Gets the ISO speed used for a frame in a variable photo sequence.

public : IReference<uint> IsoSpeed { get; }public Nullable<uint> IsoSpeed { get; }Public ReadOnly Property IsoSpeed As Nullable<uint>// You can use this property in JavaScript.
Value
IReference<unsigned int> Nullable<uint> Nullable<uint> Nullable<uint>

The ISO speed used for a frame in a variable photo sequence.

SceneMode SceneMode SceneMode SceneMode

Gets the scene mode used for a frame in a variable photo sequence.

public : IReference<CaptureSceneMode> SceneMode { get; }public Nullable<CaptureSceneMode> SceneMode { get; }Public ReadOnly Property SceneMode As Nullable<CaptureSceneMode>// You can use this property in JavaScript.
Value
IReference<CaptureSceneMode> Nullable<CaptureSceneMode> Nullable<CaptureSceneMode> Nullable<CaptureSceneMode>

The scene mode used for a frame in a variable photo sequence.

SensorFrameRate SensorFrameRate SensorFrameRate SensorFrameRate

Gets the sensor frame rate used for a frame in a variable photo sequence.

public : MediaRatio SensorFrameRate { get; }public MediaRatio SensorFrameRate { get; }Public ReadOnly Property SensorFrameRate As MediaRatio// You can use this property in JavaScript.
Value
MediaRatio MediaRatio MediaRatio MediaRatio

The sensor frame rate used for a frame in a variable photo sequence.

WhiteBalance WhiteBalance WhiteBalance WhiteBalance

Gets the white balance setting used for a frame in a variable photo sequence.

public : IReference<uint> WhiteBalance { get; }public Nullable<uint> WhiteBalance { get; }Public ReadOnly Property WhiteBalance As Nullable<uint>// You can use this property in JavaScript.
Value
IReference<unsigned int> Nullable<uint> Nullable<uint> Nullable<uint>

The white balance setting used for a frame in a variable photo sequence.

WhiteBalanceGain WhiteBalanceGain WhiteBalanceGain WhiteBalanceGain

Gets the white balance gain used for a frame in a variable photo sequence.

public : IReference<WhiteBalanceGain> WhiteBalanceGain { get; }public Nullable<WhiteBalanceGain> WhiteBalanceGain { get; }Public ReadOnly Property WhiteBalanceGain As Nullable<WhiteBalanceGain>// You can use this property in JavaScript.
Value
IReference<WhiteBalanceGain> Nullable<WhiteBalanceGain> Nullable<WhiteBalanceGain> Nullable<WhiteBalanceGain>

The white balance gain used for a frame in a variable photo sequence.

ZoomFactor ZoomFactor ZoomFactor ZoomFactor

Gets the zoom factor used for a frame in a variable photo sequence.

public : IReference<float> ZoomFactor { get; }public Nullable<float> ZoomFactor { get; }Public ReadOnly Property ZoomFactor As Nullable<float>// You can use this property in JavaScript.
Value
IReference<float> Nullable<float> Nullable<float> Nullable<float>

The zoom factor used for a frame in a variable photo sequence.