VideoDeviceController.DigitalWindowControl 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 DigitalWindowControl that allows apps to capture a subregion of the capture device's sensor.
public:
property DigitalWindowControl ^ DigitalWindowControl { DigitalWindowControl ^ get(); };
DigitalWindowControl DigitalWindowControl();
public DigitalWindowControl DigitalWindowControl { get; }
var digitalWindowControl = videoDeviceController.digitalWindowControl;
Public ReadOnly Property DigitalWindowControl As DigitalWindowControl
Property Value
The DigitalWindowControl for the capture device.
Windows requirements
Device family |
Windows 10, version 2104 (introduced in 10.0.20348.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v12.0)
|
Remarks
Determine if the controls is supported by the capture device by checking DigitalWindowControl.IsSupported.