comparison Gui/mplayer/play.h @ 1847:773ae4ba43f5

add voluechanged
author pontscho
date Sun, 02 Sep 2001 21:26:51 +0000
parents a6c67352ccac
children 88a88d0a3f94
comparison
equal deleted inserted replaced
1846:caa5d43dcde5 1847:773ae4ba43f5
36 mplResizeStruct resize; 36 mplResizeStruct resize;
37 mplVideoStruct videodata; 37 mplVideoStruct videodata;
38 mplUnknowErrorStruct error; 38 mplUnknowErrorStruct error;
39 39
40 int Playing; 40 int Playing;
41 float Position;
42
41 float Volume; 43 float Volume;
42 float Position; 44 int VolumeChanged;
43 float Balance; 45 float Balance;
46 int Mute;
47
44 int Track; 48 int Track;
45 int AudioType; 49 int AudioType;
46 int StreamType; 50 int StreamType;
47 int TimeSec; 51 int TimeSec;
48 int LengthInSec; 52 int LengthInSec;