vdr
2.4.1
|
#include <skins.h>
Public Member Functions | |
virtual void | SetVolume (int Current, int Total, bool Mute)=0 |
![]() | |
cSkinDisplay (void) | |
virtual | ~cSkinDisplay () |
int | EditableWidth (void) |
|
pure virtual |
< This class implements the volume/mute display.
Sets the volume to the given Current value, which is in the range 0...Total. If Mute is true, audio is currently muted and a "mute" indicator shall be displayed.
Implemented in cSkinLCARSDisplayVolume, cSkinSTTNGDisplayVolume, cSkinCursesDisplayVolume, and cSkinClassicDisplayVolume.
Referenced by cDisplayVolume::Show().