Go to the documentation of this file.
20 #ifndef MPD_DECODER_PLUGIN_H
21 #define MPD_DECODER_PLUGIN_H
77 struct tag *(*tag_dup)(
const char *path_fs);
96 char* (*container_scan)(
const char *path_fs,
const unsigned int tnum);
115 return plugin->
init != NULL
116 ? plugin->
init(param)
126 if (plugin->
finish != NULL)
153 static inline struct tag *
165 static inline struct tag *
179 const char* pathname,
180 const unsigned int tnum)
197 const char *mime_type);