Skip to content

IADLXDisplayPixelFormat

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

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

MethodDescription
GetValueGets the current pixel format of a display.
IsSupportedChecks if the pixel format can be configured on a display.
IsSupportedPixelFormatChecks if the given pixel format is supported on a display.
IsSupportedRGB444FullChecks if the RGB 4:4:4 PC Standard (Full RGB) pixel format is supported on a display.
IsSupportedRGB444LimitedChecks if the RGB 4:4:4 Studio (Limited RGB) pixel format is supported on a display.
IsSupportedYCbCr420Checks if the YCbCr 4:2:0 pixel format is supported on a display.
IsSupportedYCbCr422Checks if the YCbCr 4:2:2 pixel format is supported on a display.
IsSupportedYCbCr444Checks if the YCbCr 4:4:4 pixel format is supported on a display.
SetValueSets the pixel format on a display.

Requirements

Headerinclude “IDisplaySettings.h”
Minimum version1.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.

Subpages

API Reference

This page references: