IADLXDisplayPixelFormat
The IADLXDisplayPixelFormat interface configures the pixel format used to encode images on a display.
InterfaceId: |
IADLXDisplayPixelFormat |
Smart Pointer Interface Name: |
IADLXDisplayPixelFormatPtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Gets the current pixel format of a display. |
|
Checks if the pixel format can be configured on a display. |
|
Checks if the given pixel format is supported on a display. |
|
Checks if the RGB 4:4:4 PC Standard (Full RGB) pixel format is supported on a display. |
|
Checks if the RGB 4:4:4 Studio (Limited RGB) pixel format is supported on a display. |
|
Checks if the YCbCr 4:2:0 pixel format is supported on a display. |
|
Checks if the YCbCr 4:2:2 pixel format is supported on a display. |
|
Checks if the YCbCr 4:4:4 pixel format is supported on a display. |
|
Sets the pixel format on a display. |
Requirements
Header |
include “IDisplaySettings.h” |
Minimum version |
1.0 |
Example
To see how to use this interface in a C++ application, refer to the DisplayPixelFormat C++ sample .
For a C application, refer to the DisplayPixelFormat C sample .