Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.01 KB

digitalwindowcontrol_supportedcapabilities.md

File metadata and controls

29 lines (16 loc) · 1.01 KB
-api-id -api-type
P:Windows.Media.Devices.DigitalWindowControl.SupportedCapabilities
winrt property

Windows.Media.Devices.DigitalWindowControl.SupportedCapabilities

-description

Gets a read-only list of DigitalWindowCapability objects describing the capabilities of the capture device.

-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.

-see-also

-examples