comparison Gui/mplayer/play.c @ 6219:d43d0460cad5

upsz ...
author pontscho
date Tue, 28 May 2002 12:54:57 +0000
parents 8cfddba867b4
children 4b2459557340
comparison
equal deleted inserted replaced
6218:8cfddba867b4 6219:d43d0460cad5
136 btnModify( evPlaySwitchToPause,btnDisabled ); 136 btnModify( evPlaySwitchToPause,btnDisabled );
137 btnModify( evPauseSwitchToPlay,btnReleased ); 137 btnModify( evPauseSwitchToPlay,btnReleased );
138 } 138 }
139 } 139 }
140 140
141 void mplMPlayerInit( void )
142 {
143 guiIntfStruct.Balance=50.0f;
144 guiIntfStruct.StreamType=-1;
145 }
146
147 float mplGetPosition( void ) 141 float mplGetPosition( void )
148 { // return 0.0 ... 100.0 142 { // return 0.0 ... 100.0
149 return guiIntfStruct.Position; 143 return guiIntfStruct.Position;
150 } 144 }
151 145