Go to the source code of this file.
◆ PLUGIN_AUDIO_DECODER
| #define PLUGIN_AUDIO_DECODER 3 |
◆ PLUGIN_AUDIO_OUT
| #define PLUGIN_AUDIO_OUT 6 |
◆ PLUGIN_DEMUX
Referenced by _dispose_plugin_class(), _insert_node(), _x_find_demux_plugin_by_name(), _x_find_demux_plugin_last_probe(), load_plugin_list(), probe_demux(), save_plugin_list(), xine_get_demux_for_mime_type(), xine_get_file_extensions(), xine_get_mime_types(), and xine_list_demuxer_plugins().
◆ PLUGIN_INPUT
◆ PLUGIN_MUST_PRELOAD
| #define PLUGIN_MUST_PRELOAD (1 << 7) |
◆ PLUGIN_NO_UNLOAD
| #define PLUGIN_NO_UNLOAD (1 << 6) |
◆ PLUGIN_NONE
◆ PLUGIN_POST
◆ PLUGIN_SPU_DECODER
| #define PLUGIN_SPU_DECODER 5 |
◆ PLUGIN_TYPE_MASK
| #define PLUGIN_TYPE_MASK ((1 << 6) - 1) |
◆ PLUGIN_TYPE_MAX
◆ PLUGIN_VIDEO_DECODER
| #define PLUGIN_VIDEO_DECODER 4 |
◆ PLUGIN_VIDEO_OUT
| #define PLUGIN_VIDEO_OUT 7 |
◆ xine_register_plugins()