vdr  1.7.27
Public Member Functions
cSkinDisplayVolume Class Reference

#include <skins.h>

List of all members.

Public Member Functions

virtual void SetVolume (int Current, int Total, bool Mute)=0
virtual void SetVolume (int Current, int Total, bool Mute)=0

Detailed Description

Definition at line 235 of file include/vdr/skins.h.


Member Function Documentation

virtual void cSkinDisplayVolume::SetVolume ( int  Current,
int  Total,
bool  Mute 
) [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 cSkinSTTNGDisplayVolume, cSkinCursesDisplayVolume, and cSkinClassicDisplayVolume.

Referenced by cDisplayVolume::Show().

virtual void cSkinDisplayVolume::SetVolume ( int  Current,
int  Total,
bool  Mute 
) [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 cSkinSTTNGDisplayVolume, cSkinCursesDisplayVolume, and cSkinClassicDisplayVolume.


The documentation for this class was generated from the following files: