gflGetFormatDescriptionByIndex

GFL SDK

gflGetFormatDescriptionByIndex

The gflGetFormatDescriptionByIndex function returns the label of a format's index.

const char * gflGetFormatDescriptionByIndex(
  GFL_INT32 index
);

Parameters

    index
    Index of the format.

Return value

    Pointer to a null-terminated string that contains the label.
    NULL if there is an error.

See also