diff options
| author | skolb <none@none> | 2009-10-15 13:58:16 -0700 |
|---|---|---|
| committer | skolb <none@none> | 2009-10-15 13:58:16 -0700 |
| commit | e9f7205ba9f4dfb3422759218609b62d61972722 (patch) | |
| tree | e7859943f67b0ab2f8e132cd64c0effbb3462206 /indra/llplugin/llpluginclassmedia.h | |
| parent | 1b1550f284316b244a10a4a6604fedb5d6b18965 (diff) | |
| parent | 050ae3cf5107140a58f6aeae865d254b74a23d44 (diff) | |
Merge fix for DEV-39832
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.h')
| -rw-r--r-- | indra/llplugin/llpluginclassmedia.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llplugin/llpluginclassmedia.h b/indra/llplugin/llpluginclassmedia.h index 97f2a11ef2..697deec353 100644 --- a/indra/llplugin/llpluginclassmedia.h +++ b/indra/llplugin/llpluginclassmedia.h @@ -231,6 +231,7 @@ public: F64 getCurrentTime(void) const { return mCurrentTime; }; F64 getDuration(void) const { return mDuration; }; F64 getCurrentPlayRate(void) { return mCurrentRate; }; + F64 getLoadedDuration(void) const { return mLoadedDuration; }; // Initialize the URL history of the plugin by sending // "init_history" message @@ -339,6 +340,7 @@ protected: F64 mCurrentTime; F64 mDuration; F64 mCurrentRate; + F64 mLoadedDuration; }; |
