SurfaceChangeFrameRate 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 when a surface frame-rate change should take effect.
public enum SurfaceChangeFrameRate
type SurfaceChangeFrameRate =
- Inheritance
-
SurfaceChangeFrameRate
Fields
| Name | Value | Description |
|---|---|---|
| OnlyIfSeamless | 0 | Indicates when a surface may change its frame rate: only if seamless. |
| Always | 1 | Indicates when a surface may change its frame rate: always. |