clGetName(3dm)                                                  clGetName(3dm)


NAME
     clGetName - returns a name for a parameter

SYNOPSIS
     #include <dmedia/cl.h>

     char *clGetName(CLhandle handle, int paramID)

ARGUMENTS
     handle   A handle to a compressor or decompressor.

     paramID  The parameter identifier.

DESCRIPTION
     clGetName returns a pointer to a null-terminated string suitable for use
     as a label to describe the parameter.

     To get identifiers for all the parameters associated with a processing
     object, use clQueryParams.

RETURN VALUE
     Returns a pointer to a null-terminated string, or NULL on failure.

SEE ALSO
     CLintro(3dm), clQueryParams(3dm), clGetMinMax(3dm), clGetDefault(3dm)


                                                                        Page 1