summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/play.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/play.h')
-rw-r--r--Gui/mplayer/play.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Gui/mplayer/play.h b/Gui/mplayer/play.h
index 26477c9610..4547d7c77d 100644
--- a/Gui/mplayer/play.h
+++ b/Gui/mplayer/play.h
@@ -38,9 +38,13 @@ typedef struct
mplUnknowErrorStruct error;
int Playing;
- float Volume;
float Position;
+
+ float Volume;
+ int VolumeChanged;
float Balance;
+ int Mute;
+
int Track;
int AudioType;
int StreamType;