vdr
1.7.27
|
#include <skins.h>
Public Member Functions | |
virtual void | SetTrack (int Index, const char *const *Tracks)=0 |
virtual void | SetAudioChannel (int AudioChannel)=0 |
virtual void | SetTrack (int Index, const char *const *Tracks)=0 |
virtual void | SetAudioChannel (int AudioChannel)=0 |
Definition at line 244 of file include/vdr/skins.h.
virtual void cSkinDisplayTracks::SetAudioChannel | ( | int | AudioChannel | ) | [pure virtual] |
Sets the audio channel indicator.
0=stereo, 1=left, 2=right, -1=don't display the audio channel indicator.
Implemented in cSkinSTTNGDisplayTracks, cSkinCursesDisplayTracks, and cSkinClassicDisplayTracks.
Referenced by cDisplayTracks::Show().
virtual void cSkinDisplayTracks::SetAudioChannel | ( | int | AudioChannel | ) | [pure virtual] |
Sets the audio channel indicator.
0=stereo, 1=left, 2=right, -1=don't display the audio channel indicator.
Implemented in cSkinSTTNGDisplayTracks, cSkinCursesDisplayTracks, and cSkinClassicDisplayTracks.
virtual void cSkinDisplayTracks::SetTrack | ( | int | Index, |
const char *const * | Tracks | ||
) | [pure virtual] |
< This class implements the track display.
Sets the current track to the one given by Index, which points into the Tracks array of strings.
Implemented in cSkinSTTNGDisplayTracks, cSkinCursesDisplayTracks, and cSkinClassicDisplayTracks.
virtual void cSkinDisplayTracks::SetTrack | ( | int | Index, |
const char *const * | Tracks | ||
) | [pure virtual] |
< This class implements the track display.
Sets the current track to the one given by Index, which points into the Tracks array of strings.
Implemented in cSkinSTTNGDisplayTracks, cSkinCursesDisplayTracks, and cSkinClassicDisplayTracks.
Referenced by cDisplayTracks::Show(), and cDisplaySubtitleTracks::Show().