PixelClock

Gets the pixel clock of a display.

Syntax

Copied!

ADLX_RESULT     PixelClock (adlx_uint* pixelClock)

Parameters

  1. [out] pixelClock adlx_uint* The pointer to a variable where the pixel clock of the display (in KHz) is returned.

Return Value

If the pixel clock is successfully returned, ADLX_OK is returned.

If the pixel clock is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The pixel clock rate is the speed at which pixels are transmitted over a video signal such as HDMI or DVI, to fit a full frame of pixels in one refresh cycle.

Requirements

Header

include “IDisplays.h”

Minimum version

1.0