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
See also
gflGetNumberOfFormat,
gflGetFormatIndexByName,
gflGetFormatNameByIndex,
gflFormatIsSupported,
gflFormatIsWritableByIndex,
gflFormatIsWritableByName,
gflFormatIsReadableByIndex,
gflFormatIsReadableByName,
gflGetDefaultFormatSuffixByName,
gflGetFormatDescriptionByIndex,
gflGetFormatDescriptionByName,
gflGetFormatInformationByIndex,
gflGetFormatInformationByName,
GFL_LOAD_PARAMS,
GFL_SAVE_PARAMS