Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

HdrVideoControl.SupportedModes Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public:
 property IVectorView<HdrVideoMode> ^ SupportedModes { IVectorView<HdrVideoMode> ^ get(); };
IVectorView<HdrVideoMode> SupportedModes();
public IReadOnlyList<HdrVideoMode> SupportedModes { get; }
var iVectorView = hdrVideoControl.supportedModes;
Public ReadOnly Property SupportedModes As IReadOnlyList(Of HdrVideoMode)

Property Value

The list of supported HdrVideoMode values.

Applies to


Feedback

Was this page helpful?