summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermedia.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2016-10-05 16:19:21 +0300
committerandreykproductengine <akleshchev@productengine.com>2016-10-05 16:19:21 +0300
commitc5ac97e268874c3142608e272972bd55e58b9f3d (patch)
treecae96e1467eb69c3f15bec367500b44847c9a64f /indra/newview/llviewermedia.h
parent0d223368d1e96f20c55437d92a0cbf236e8665eb (diff)
MAINT-6761 Play button in the top right corner was not functioning when pressed
Diffstat (limited to 'indra/newview/llviewermedia.h')
-rw-r--r--indra/newview/llviewermedia.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llviewermedia.h b/indra/newview/llviewermedia.h
index 48f0d9dc4d..db07f4115b 100644
--- a/indra/newview/llviewermedia.h
+++ b/indra/newview/llviewermedia.h
@@ -105,9 +105,12 @@ public:
// Is any media currently "showing"? Includes Parcel Media. Does not include media in the UI.
static bool isAnyMediaShowing();
+ static bool isAnyMediaPlaying();
// Set all media enabled or disabled, depending on val. Does not include media in the UI.
static void setAllMediaEnabled(bool val);
-
+ // Set all media paused or playing, depending on val. Does not include media in the UI.
+ static void setAllMediaPaused(bool val);
+
static void updateMedia(void* dummy_arg = NULL);
static void initClass();