Share via


DigitalWindowControl.SupportedCapabilities Property

Definition

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.

Applies to