Home
last modified time | relevance | path

Searched refs:updateVLC (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/vars/
H A Dvolume.cpp46 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 Dvolume.hpp40 virtual void set( float percentage, bool updateVLC );
44 virtual void setVolume( float volume, bool updateVLC );
H A Dtime.cpp35 void StreamTime::set( float percentage, bool updateVLC ) in set() argument
40 if( updateVLC && getIntf()->p_sys->p_input ) in set()
H A Dequalizer.cpp128 void EqualizerPreamp::set( float percentage, bool updateVLC ) in set() argument
135 if( updateVLC ) in set()
H A Dtime.hpp38 virtual void set( float percentage, bool updateVLC );
H A Dequalizer.hpp66 virtual void set( float percentage, bool updateVLC );
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-200421526 variable, because of the "updateVLC" trick)