|
xine-lib
1.2.9
|
#include <demux.h>
Data Fields | |
| demux_plugin_t *(* | open_plugin )(demux_class_t *this_gen, xine_stream_t *stream, input_plugin_t *input) |
| 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... | |
| const char * | mimetypes |
| MIME types supported for this plugin. More... | |
| const char * | extensions |
| space separated list of file extensions this demuxer is likely to handle More... | |
| void(* | dispose )(demux_class_t *this_gen) |
| const char* demux_class_s::description |
human readable (verbose = 1 line) description for this plugin class
The description is passed to gettext() to internationalise.
Referenced by demux_matroska_init_class(), and demux_ts_init_class().
| void(* demux_class_s::dispose) (demux_class_t *this_gen) |
Referenced by demux_matroska_init_class(), and demux_ts_init_class().
| const char* demux_class_s::extensions |
space separated list of file extensions this demuxer is likely to handle
(will be used to filter media files in file selection dialogs)
Referenced by demux_matroska_init_class(), demux_ts_init_class(), and xine_get_file_extensions().
| const char* demux_class_s::identifier |
short human readable identifier for this plugin class
Referenced by demux_matroska_init_class(), and demux_ts_init_class().
| const char* demux_class_s::mimetypes |
MIME types supported for this plugin.
Referenced by demux_matroska_init_class(), demux_ts_init_class(), probe_mime_type(), and xine_get_mime_types().
| demux_plugin_t*(* demux_class_s::open_plugin) (demux_class_t *this_gen, xine_stream_t *stream, input_plugin_t *input) |
Referenced by demux_matroska_init_class(), and demux_ts_init_class().
| const char* demux_class_s::text_domain |
Optional non-standard catalog to use with dgettext() for description.
1.8.14