src/encoder_list.h File Reference

Go to the source code of this file.

Defines

#define encoder_plugins_for_each(plugin)

Functions

struct encoder_pluginencoder_plugin_get (const char *name)
 Looks up an encoder plugin by its name.

Variables

struct encoder_plugin *const encoder_plugins []

Define Documentation

#define encoder_plugins_for_each ( plugin   ) 
Value:
for (const struct encoder_plugin *plugin, \
                *const*encoder_plugin_iterator = &encoder_plugins[0]; \
                (plugin = *encoder_plugin_iterator) != NULL; \
                ++encoder_plugin_iterator)

Definition at line 27 of file encoder_list.h.


Function Documentation

struct encoder_plugin* encoder_plugin_get ( const char *  name  )  [read]

Looks up an encoder plugin by its name.

Parameters:
name the encoder name to look for
Returns:
the encoder plugin with the specified name, or NULL if none was found

Variable Documentation


Generated on 9 Aug 2013 for MPD by  doxygen 1.6.1