DigitalWindowMode Enum
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.
Specifies the modes of the DigitalWindowControl.
public enum class DigitalWindowMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 786432)]
enum class DigitalWindowMode
C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 786432)]
public enum DigitalWindowMode
var value = Windows.Media.Devices.DigitalWindowMode.off
Public Enum DigitalWindowMode
- Inheritance
-
DigitalWindowMode
- Attributes
Device family |
Windows 10, version 2104 (introduced in 10.0.20348.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v12.0)
|
Name | Value | Description |
---|---|---|
Off | 0 | The DigitalWindowControl is off. |
On | 1 | The DigitalWindowControl is on. |
Auto | 2 | The bounds of the digital window are selected automatically by the capture device driver. |
Product | Versions |
---|---|
WinRT | Build 20348, Build 22000, Build 22621, Build 26100 |