DisplayScanoutOptions Enum
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.
Defines constants specifying options for creating a DisplayScanout object (for example, by calling DisplayDevice.CreateSimpleScanoutWithDirtyRectsAndOptions).
This enumeration supports a bitwise combination of its member values.
public enum class DisplayScanoutOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
enum class DisplayScanoutOptions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
public enum DisplayScanoutOptions
var value = Windows.Devices.Display.Core.DisplayScanoutOptions.none
Public Enum DisplayScanoutOptions
- Inheritance
-
DisplayScanoutOptions
- Attributes
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | Specifies no particular option. |
AllowTearing | 2 | Specifies that tearing is allowed, in order to update the underlying display transport at the lowest possible latency. |