Skip to content

VRAMBitRate

Navigation: ADLX SDK ReferencesADLX InterfacesGPUIADLXGPU3

Syntax

ADLX_RESULT    VRAMBitRate (adlx_uint* data)

Parameters

#DirectionNameTypeDescription
1.[out]dataadlx_uint*The pointer to a variable where the bit rate of the VRAM (in Mbps) is returned.

Return Value

If the bit rate of the VRAM is successfully returned, ADLX_OK is returned.

If the bit rate of the VRAM is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The VRAM bit rate can be obtained only when the VRAM type is LPDDR5. To obtain the VRAM type, use VRAMType.

Requirements

Headerinclude “ISystem3.h”
Minimum version1.5

See Also: VRAMType, ADLX Enums