gflGetFormatNameByIndex

GFL SDK

gflGetFormatNameByIndex

The gflGetFormatNameByIndex function returns name of a format's index.

const char * gflGetFormatNameByIndex(
  GFL_INT32 index
);

Parameters

    index
    Index of the format.

Return value

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

See also