HdrVideoControl Class

Definition

When supported, allows an app to enable High Dynamic Range (HDR) video recording on the capture device.

public ref class HdrVideoControl sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class HdrVideoControl final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class HdrVideoControl
Public NotInheritable Class HdrVideoControl
Inheritance
Object Platform::Object IInspectable HdrVideoControl
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

Get an instance of this class by accessing the VideoDeviceController.HdrVideoControl property.

For how-to guidance for using manual video capture controls, see Manual camera controls for video capture.

Properties

Mode

Gets or sets a value indicating the current High Dynamic Range (HDR) video recording mode of the capture device.

Supported

Gets a value that indicates if the capture device supports the HdrVideoControl.

SupportedModes

Gets the list of HdrVideoMode values indicating the modes supported by the capture device.

Applies to

See also