aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutput.h
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2007-06-13 14:15:30 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2007-06-13 14:15:30 +0000
commitb496239e762cc354d9f5a9272893d35615e60144 (patch)
tree0396e0f062dac031020ced535ce51dee32379d0f /src/audioOutput.h
parent1928a40486ccead50977daac78f936a75a9c475f (diff)
downloadmpd-b496239e762cc354d9f5a9272893d35615e60144.tar.gz
mpd-b496239e762cc354d9f5a9272893d35615e60144.tar.xz
mpd-b496239e762cc354d9f5a9272893d35615e60144.zip
Adding FIFO audio output. This is pretty much identical to the old one,
except that it now uses a timer for throttling. git-svn-id: https://svn.musicpd.org/mpd/trunk@6621 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/audioOutput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audioOutput.h b/src/audioOutput.h
index 7b30c4c09..1591c814a 100644
--- a/src/audioOutput.h
+++ b/src/audioOutput.h
@@ -107,6 +107,7 @@ void printAllOutputPluginTypes(FILE * fp);
extern AudioOutputPlugin shoutPlugin;
extern AudioOutputPlugin nullPlugin;
+extern AudioOutputPlugin fifoPlugin;
extern AudioOutputPlugin alsaPlugin;
extern AudioOutputPlugin aoPlugin;
extern AudioOutputPlugin ossPlugin;