IADLXDisplayPixelFormat

The IADLXDisplayPixelFormat interface configures the pixel format used to encode images on a display.

InterfaceId:

IADLXDisplayPixelFormat

Smart Pointer Interface Name:

IADLXDisplayPixelFormatPtr

Inherits:

IADLXInterface

Inherited By:

N/A

Methods

Method

Description

GetValue

Gets the current pixel format of a display.

IsSupported

Checks if the pixel format can be configured on a display.

IsSupportedPixelFormat

Checks if the given pixel format is supported on a display.

IsSupportedRGB444Full

Checks if the RGB 4:4:4 PC Standard (Full RGB) pixel format is supported on a display.

IsSupportedRGB444Limited

Checks if the RGB 4:4:4 Studio (Limited RGB) pixel format is supported on a display.

IsSupportedYCbCr420

Checks if the YCbCr 4:2:0 pixel format is supported on a display.

IsSupportedYCbCr422

Checks if the YCbCr 4:2:2 pixel format is supported on a display.

IsSupportedYCbCr444

Checks if the YCbCr 4:4:4 pixel format is supported on a display.

SetValue

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 .