Skip to content

IsSupportedCCIR709ColorSpace

Navigation: ADLX SDK ReferencesADLX InterfacesDisplayIADLXDisplayGamut

Syntax

ADLX_RESULT    IsSupportedCCIR709ColorSpace (adlx_bool* supported)

Parameters

#DirectionNameTypeDescription
1.[out]supportedadlx_bool*The pointer to a variable where the state of color space CCIR709 is returned. The variable is true if the color space CCIR709 is supported. The variable is false if the color space CCIR709 is not supported.

Return Value

If the state of color space CCIR709 is successfully returned, ADLX_OK is returned.

If the state of color space CCIR709 is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The gamut color space CCIR709, also known as Rec.709, BT.709, and ITU 709, is a standard developed by ITU-R for image encoding and signal characteristics for high-definition television.

Requirements

Headerinclude “IDisplayGamut.h”
Minimum version1.0

See Also: ADLX Enums