aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llaudio/audioengine.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-06-15 03:00:48 -0700
committerMcCabe Maxsted2009-06-15 03:03:59 -0700
commit96741727e0d1dbb743fe9dcfff68d52b12617136 (patch)
treeddfcd81551f3a907875b9dd5cd6f7a0cc2a19b8f /linden/indra/llaudio/audioengine.h
parentOnline/Offline notifications now always show in IM windows (diff)
downloadmeta-impy-96741727e0d1dbb743fe9dcfff68d52b12617136.zip
meta-impy-96741727e0d1dbb743fe9dcfff68d52b12617136.tar.gz
meta-impy-96741727e0d1dbb743fe9dcfff68d52b12617136.tar.bz2
meta-impy-96741727e0d1dbb743fe9dcfff68d52b12617136.tar.xz
Applied Dale Glass' patch for VWR-12655: Add support for displaying the title of the song
Diffstat (limited to 'linden/indra/llaudio/audioengine.h')
-rw-r--r--linden/indra/llaudio/audioengine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llaudio/audioengine.h b/linden/indra/llaudio/audioengine.h
index d289ba5..579f58f 100644
--- a/linden/indra/llaudio/audioengine.h
+++ b/linden/indra/llaudio/audioengine.h
@@ -182,6 +182,8 @@ public:
182 static void assetCallback(LLVFS *vfs, const LLUUID &uuid, LLAssetType::EType type, void *user_data, S32 result_code, LLExtStat ext_status); 182 static void assetCallback(LLVFS *vfs, const LLUUID &uuid, LLAssetType::EType type, void *user_data, S32 result_code, LLExtStat ext_status);
183 183
184 friend class LLPipeline; // For debugging 184 friend class LLPipeline; // For debugging
185
186 LLMediaBase * getStreamMedia() { return mInternetStreamMedia; }
185public: 187public:
186 F32 mMaxWindGain; // Hack. Public to set before fade in? 188 F32 mMaxWindGain; // Hack. Public to set before fade in?
187 189