gflGetDefaultFormatSuffixByIndex

GFL SDK

gflGetDefaultFormatSuffixByIndex

The gflGetDefaultFormatSuffixByIndex function returns the default extension of a format's index.

const char * gflGetDefaultFormatSuffixByIndex(
  GFL_INT32 index
);

Parameters

    index
    Index of the format.

Return value

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

See also