aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmedia/llmediaimplcommon.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-04-02 08:03:59 -0700
committerMcCabe Maxsted2009-04-02 08:03:59 -0700
commitf305714a96729f42edecdc3d7a544383bece7ba4 (patch)
tree24d844d82b77957e763e6bc9a3103e29aa77f5f3 /linden/indra/llmedia/llmediaimplcommon.h
parentCleaned up logic for bad streams (diff)
parentApply saved MediaDebugLevel at media init time. (diff)
downloadmeta-impy-f305714a96729f42edecdc3d7a544383bece7ba4.zip
meta-impy-f305714a96729f42edecdc3d7a544383bece7ba4.tar.gz
meta-impy-f305714a96729f42edecdc3d7a544383bece7ba4.tar.bz2
meta-impy-f305714a96729f42edecdc3d7a544383bece7ba4.tar.xz
Fixed merge conflicts
Diffstat (limited to '')
-rw-r--r--linden/indra/llmedia/llmediaimplcommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llmedia/llmediaimplcommon.h b/linden/indra/llmedia/llmediaimplcommon.h
index aa6c4d5..8a726f1 100644
--- a/linden/indra/llmedia/llmediaimplcommon.h
+++ b/linden/indra/llmedia/llmediaimplcommon.h
@@ -54,6 +54,7 @@ class LLMediaImplCommon :
54 // housekeeping 54 // housekeeping
55 virtual bool init(); 55 virtual bool init();
56 virtual bool reset(); 56 virtual bool reset();
57 virtual bool setDebugLevel( LLMediaBase::EDebugLevel level );
57 virtual bool setMimeType( const std::string url ); 58 virtual bool setMimeType( const std::string url );
58 virtual std::string getMimeType() const; 59 virtual std::string getMimeType() const;
59 virtual std::string getMediaURL() const; 60 virtual std::string getMediaURL() const;
@@ -156,6 +157,7 @@ class LLMediaImplCommon :
156 LLMediaBase::ECommand mCommand; 157 LLMediaBase::ECommand mCommand;
157 LLMediaBase::EStatus mStatus; 158 LLMediaBase::EStatus mStatus;
158 bool mLooping; 159 bool mLooping;
160 LLMediaBase::EDebugLevel mDebugLevel;
159}; 161};
160 162
161#endif // LLMEDIAIMPLCOMMON_H 163#endif // LLMEDIAIMPLCOMMON_H