Searched refs:updateVLC (Results 1 – 7 of 7) sorted by relevance
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/vars/ |
H A D | volume.cpp | 46 void Volume::set( float percentage, bool updateVLC ) in set() argument 49 if( updateVLC ) in set() 56 void Volume::setVolume( float volume, bool updateVLC ) in setVolume() argument 62 set( percentage, updateVLC ); in setVolume()
|
H A D | volume.hpp | 40 virtual void set( float percentage, bool updateVLC ); 44 virtual void setVolume( float volume, bool updateVLC );
|
H A D | time.cpp | 35 void StreamTime::set( float percentage, bool updateVLC ) in set() argument 40 if( updateVLC && getIntf()->p_sys->p_input ) in set()
|
H A D | equalizer.cpp | 128 void EqualizerPreamp::set( float percentage, bool updateVLC ) in set() argument 135 if( updateVLC ) in set()
|
H A D | time.hpp | 38 virtual void set( float percentage, bool updateVLC );
|
H A D | equalizer.hpp | 66 virtual void set( float percentage, bool updateVLC );
|
/dports/multimedia/vlc/vlc-3.0.16/doc/ |
H A D | ChangeLog-2004 | 21526 variable, because of the "updateVLC" trick)
|