xine-lib 1.2.13-20230125hg15249
|
#include <spu_decoder.h>
Data Fields | |
spu_decoder_t *(* | open_plugin )(spu_decoder_class_t *this_gen, xine_stream_t *stream) |
const char * | identifier |
short human readable identifier for this plugin class | |
const char * | description |
human readable (verbose = 1 line) description for this plugin class | |
const char * | text_domain |
Optional non-standard catalog to use with dgettext() for description. | |
void(* | dispose )(spu_decoder_class_t *this_gen) |
const char* spu_decoder_class_s::description |
human readable (verbose = 1 line) description for this plugin class
The description is passed to gettext() to internationalise.
void(* spu_decoder_class_s::dispose) (spu_decoder_class_t *this_gen) |
Referenced by open_plugin().
const char* spu_decoder_class_s::identifier |
short human readable identifier for this plugin class
spu_decoder_t *(* spu_decoder_class_s::open_plugin) (spu_decoder_class_t *this_gen, xine_stream_t *stream) |
Referenced by init_plugin(), init_plugin(), and init_spu_decoder_plugin().
const char* spu_decoder_class_s::text_domain |
Optional non-standard catalog to use with dgettext() for description.