diff options
author | McCabe Maxsted | 2009-04-02 08:03:59 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-04-02 08:03:59 -0700 |
commit | f305714a96729f42edecdc3d7a544383bece7ba4 (patch) | |
tree | 24d844d82b77957e763e6bc9a3103e29aa77f5f3 /linden/indra/llmedia/llmediaimplcommon.h | |
parent | Cleaned up logic for bad streams (diff) | |
parent | Apply saved MediaDebugLevel at media init time. (diff) | |
download | meta-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.h | 2 |
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 |