diff options
author | McCabe Maxsted | 2009-06-15 03:00:48 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-15 03:03:59 -0700 |
commit | 96741727e0d1dbb743fe9dcfff68d52b12617136 (patch) | |
tree | ddfcd81551f3a907875b9dd5cd6f7a0cc2a19b8f /linden/indra/llaudio/audioengine.h | |
parent | Online/Offline notifications now always show in IM windows (diff) | |
download | meta-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.h | 2 |
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; } | ||
185 | public: | 187 | public: |
186 | F32 mMaxWindGain; // Hack. Public to set before fade in? | 188 | F32 mMaxWindGain; // Hack. Public to set before fade in? |
187 | 189 | ||