xine-lib 1.2.11
|
#include <audio_decoder.h>
Data Fields | |
audio_decoder_t *(* | open_plugin )(audio_decoder_class_t *this_gen, xine_stream_t *stream) |
const char * | identifier |
short human readable identifier for this plugin class More... | |
const char * | description |
human readable (verbose = 1 line) description for this plugin class More... | |
const char * | text_domain |
Optional non-standard catalog to use with dgettext() for description. More... | |
void(* | dispose )(audio_decoder_class_t *this_gen) |
const char* audio_decoder_class_s::description |
human readable (verbose = 1 line) description for this plugin class
The description is passed to gettext() to internationalise.
Referenced by init_audio_plugin(), and init_plugin().
void(* audio_decoder_class_s::dispose) (audio_decoder_class_t *this_gen) |
Referenced by init_audio_plugin(), and init_plugin().
const char* audio_decoder_class_s::identifier |
short human readable identifier for this plugin class
Referenced by init_audio_plugin(), and init_plugin().
audio_decoder_t *(* audio_decoder_class_s::open_plugin) (audio_decoder_class_t *this_gen, xine_stream_t *stream) |
const char* audio_decoder_class_s::text_domain |
Optional non-standard catalog to use with dgettext() for description.