MPD
0.20.18
|
#include "Compiler.h"
Go to the source code of this file.
Functions | |
gcc_pure const struct DecoderPlugin * | decoder_plugin_from_name (const char *name) noexcept |
void | decoder_plugin_init_all () |
void | decoder_plugin_deinit_all () |
template<typename F > | |
static const DecoderPlugin * | decoder_plugins_find (F f) |
template<typename F > | |
static bool | decoder_plugins_try (F f) |
template<typename F > | |
static void | decoder_plugins_for_each (F f) |
template<typename F > | |
static void | decoder_plugins_for_each_enabled (F f) |
gcc_pure gcc_nonnull_all bool | decoder_plugins_supports_suffix (const char *suffix) noexcept |
Is there at least once DecoderPlugin that supports the specified file name suffix? More... | |
Variables | |
const struct DecoderPlugin *const | decoder_plugins [] |
bool | decoder_plugins_enabled [] |
void decoder_plugin_deinit_all | ( | ) |
|
noexcept |
void decoder_plugin_init_all | ( | ) |
|
inlinestatic |
Definition at line 46 of file DecoderList.hxx.
|
inlinestatic |
Definition at line 68 of file DecoderList.hxx.
|
inlinestatic |
Definition at line 76 of file DecoderList.hxx.
|
noexcept |
Is there at least once DecoderPlugin that supports the specified file name suffix?
|
inlinestatic |
Definition at line 57 of file DecoderList.hxx.
const struct DecoderPlugin* const decoder_plugins[] |
bool decoder_plugins_enabled[] |