DigitalWindowControl.SupportedCapabilities 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 a read-only list of DigitalWindowCapability objects describing the capabilities of the capture device.
public:
property IVectorView<DigitalWindowCapability ^> ^ SupportedCapabilities { IVectorView<DigitalWindowCapability ^> ^ get(); };
IVectorView<DigitalWindowCapability> SupportedCapabilities();
public IReadOnlyList<DigitalWindowCapability> SupportedCapabilities { get; }
var iVectorView = digitalWindowControl.supportedCapabilities;
Public ReadOnly Property SupportedCapabilities As IReadOnlyList(Of DigitalWindowCapability)
Property Value
A read-only list of DigitalWindowCapability objects.
Remarks
The digital window capabilities of the capture device may vary depending on the resolution at which frames are captured. The DigitalWindowCapability objects returned by this method specify the width and height for which the capabilities are supported. To get the capabilities for a specific resolution, call DigitalWindowControl.GetCapabilityForSize.