mpd/src/audioOutputs
Max Kellermann d9f170b5db shout: static encoder plugin list
Shout encoder plugins are known at compile time.  There is no reason
to use a complex data structure as "List" to manage them at runtime -
just put the pointers into a static array.
2008-09-12 16:39:51 +02:00
..
audioOutput_alsa.c alsa: use blocking instead of non-blocking write 2008-09-09 09:03:08 +02:00
audioOutput_ao.c output: const plugin structures 2008-09-08 11:43:38 +02:00
audioOutput_fifo.c output: const plugin structures 2008-09-08 11:43:38 +02:00
audioOutput_jack.c output: const plugin structures 2008-09-08 11:43:38 +02:00
audioOutput_mvp.c output: const plugin structures 2008-09-08 11:43:38 +02:00
audioOutput_null.c output: const plugin structures 2008-09-08 11:43:38 +02:00
audioOutput_oss.c output: const plugin structures 2008-09-08 11:43:38 +02:00
audioOutput_osx.c output: const plugin structures 2008-09-08 11:43:38 +02:00
audioOutput_pulse.c output: const plugin structures 2008-09-08 11:43:38 +02:00
audioOutput_shout_mp3.c shout: removed typedefs on structs and plugin methods 2008-09-12 16:38:54 +02:00
audioOutput_shout_ogg.c shout: removed typedefs on structs and plugin methods 2008-09-12 16:38:54 +02:00
audioOutput_shout.c shout: static encoder plugin list 2008-09-12 16:39:51 +02:00
audioOutput_shout.h shout: removed typedefs on structs and plugin methods 2008-09-12 16:38:54 +02:00