|
MPD
|
#include <stdbool.h>Go to the source code of this file.
Functions | |
| struct decoder_plugin * | decoder_plugin_from_suffix (const char *suffix, const struct decoder_plugin *plugin) |
| Find the next enabled decoder plugin which supports the specified suffix. | |
| struct decoder_plugin * | decoder_plugin_from_mime_type (const char *mimeType, unsigned int next) |
| struct decoder_plugin * | decoder_plugin_from_name (const char *name) |
| void | decoder_plugin_init_all (void) |
| void | decoder_plugin_deinit_all (void) |
Variables | |
| struct decoder_plugin *const | decoder_plugins [] |
| bool | decoder_plugins_enabled [] |
| void decoder_plugin_deinit_all | ( | void | ) |
|
read |
|
read |
|
read |
Find the next enabled decoder plugin which supports the specified suffix.
| suffix | the file name suffix |
| plugin | the previous plugin, or NULL to find the first plugin |
| void decoder_plugin_init_all | ( | void | ) |
| struct decoder_plugin* const decoder_plugins[] |
| bool decoder_plugins_enabled[] |
1.8.2