libtranscript
 All Data Structures Functions Variables Enumerations Enumerator Modules
Data Fields
transcript_name_t Struct Reference

A structure holding a display name and availability information about a converter. More...

Data Fields

int available
 A boolean indicating whether the converter is available. More...
 
_TRANSCRIPT_CONST char * name
 The (display) name of the converter. More...
 

Detailed Description

A structure holding a display name and availability information about a converter.

Field Documentation

int transcript_name_t::available

A boolean indicating whether the converter is available.

Note
If availability is indicated, a load failure may still occur if the conversion table is corrupt.
_TRANSCRIPT_CONST char* transcript_name_t::name

The (display) name of the converter.