From b4959214023db77c6048036cc924075c4271ba74 Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Tue, 4 Jan 2011 00:25:35 +0100 Subject: move streaming audio out of gAudiop into its own class. * might solve several issues with streaming audio, like: streaming audio not working when the sound effects driver fails. * breaks fmod. Sorry. If you want fmod go fix it, its probably not difficult. --- linden/indra/llaudio/llstreamingaudio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linden/indra/llaudio/llstreamingaudio.h') diff --git a/linden/indra/llaudio/llstreamingaudio.h b/linden/indra/llaudio/llstreamingaudio.h index aa89e6a..f5d5334 100644 --- a/linden/indra/llaudio/llstreamingaudio.h +++ b/linden/indra/llaudio/llstreamingaudio.h @@ -36,7 +36,7 @@ #include "stdtypes.h" // from llcommon -// Entirely abstract. Based exactly on the historic API. +// Entirely abstract. Based on the historic API. class LLStreamingAudioInterface { public: @@ -51,6 +51,7 @@ class LLStreamingAudioInterface virtual void setGain(F32 vol) = 0; virtual F32 getGain() = 0; virtual std::string getURL() = 0; + virtual std::string getVersion() = 0; }; #endif // LL_STREAMINGAUDIO_H -- cgit v1.1