gflFormatIsSupported

GFL SDK

gflFormatIsSupported

The gflFormatIsSupported function determines if a format is available in GFL.

GFL_BOOL gflFormatIsSupported(
  const char * name
);

Parameters

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

Return value

    GFL_FALSE or GFL_TRUE.

See also