SurfaceFrameRateCompatibility 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.
Specifies how a surface frame rate is matched to display refresh rates.
public enum SurfaceFrameRateCompatibility
type SurfaceFrameRateCompatibility =
- Inheritance
-
SurfaceFrameRateCompatibility
Fields
| Name | Value | Description |
|---|---|---|
| Default | 0 | Identifies the default frame-rate compatibility mode for a surface. |
| FixedSource | 1 | Identifies the fixed source frame-rate compatibility mode for a surface. |
| AtLeast | 2 | Identifies the at least frame-rate compatibility mode for a surface. |