| Swfdec Reference Manual | ||||
|---|---|---|---|---|
enum SwfdecLoaderDataType; const char* swfdec_loader_data_type_get_extension (SwfdecLoaderDataType type); enum SwfdecMouseCursor;
typedef enum {
SWFDEC_LOADER_DATA_UNKNOWN,
SWFDEC_LOADER_DATA_SWF,
SWFDEC_LOADER_DATA_FLV,
SWFDEC_LOADER_DATA_XML,
SWFDEC_LOADER_DATA_TEXT
} SwfdecLoaderDataType;
This type describes the different types of data that can be loaded inside
Swfdec. Swfdec identifies its data streams and you can use the
swfdec_loader_get_data_type() to acquire more information about the data
inside a SwfdecLoader.
const char* swfdec_loader_data_type_get_extension
(SwfdecLoaderDataType type);
Queries the extension to be used for data of the given type.
type : |
a SwfdecLoaderDataType |
| Returns : | the typical extension for this data type or the empty string if the type has no extension |