vdr  1.7.27
Public Member Functions
cSkinDisplayTracks Class Reference

#include <skins.h>

List of all members.

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

Detailed Description

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


Member Function Documentation

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().


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