aboutsummaryrefslogtreecommitdiff
path: root/audio/audiostream.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audiostream.h')
-rw-r--r--audio/audiostream.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/audiostream.h b/audio/audiostream.h
index 6019acaf5a..a60d5a2086 100644
--- a/audio/audiostream.h
+++ b/audio/audiostream.h
@@ -433,6 +433,12 @@ private:
Common::ScopedPtr<QueuingAudioStream> _stream;
};
+/**
+ * Create an AudioStream that plays nothing and immediately returns that
+ * endOfStream() has been reached.
+ */
+AudioStream *makeNullAudioStream();
+
} // End of namespace Audio
#endif