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.