DXApplyLookupTableArray function

Applies a lookup table to an array of DXBASESAMPLE structures.

Syntax

DXBASESAMPLE DXApplyLookupTableArray(
  _In_       DXBASESAMPLE  *pBuffer,
  _In_       unsigned long cSamples,
  _In_ const BYTE          *pTable
);

Parameters

  • pBuffer [in]
    A pointer to a DXBASESAMPLE object that specifies the source array of DXBASESAMPLE structures.

  • cSamples [in]
    A value of type unsigned long that specifies the number of samples to convert.

  • pTable [in]
    A pointer to a value of type BYTE that specifies the lookup table to use for converting the samples.

Return value

Returns a pointer to the converted array of DXBASESAMPLE structures.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Dxhelper.h