gflGetFormatIndexByName

GFL SDK

gflGetFormatIndexByName

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

GFL_INT32 gflGetFormatIndexByName(
  const char * name
);

Parameters

    name
    Pointer to a null-terminated string that contains the name of the format.

Return value

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

See also