diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-01-08 10:15:30 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-01-08 10:15:30 +0100 |
commit | ec27c329cfeacf4687197f637d6abddd6fed25a8 (patch) | |
tree | 2ace8b248f6da329a1f7621d42c1444c61cb74a2 /device.h | |
parent | 64623e762b0d0ed28f6079ba814511274f5fb428 (diff) | |
download | vdr-ec27c329cfeacf4687197f637d6abddd6fed25a8.tar.gz vdr-ec27c329cfeacf4687197f637d6abddd6fed25a8.tar.bz2 |
Displaying audio track description in channel display
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.h 1.50 2005/01/06 13:27:42 kls Exp $ + * $Id: device.h 1.51 2005/01/08 10:15:00 kls Exp $ */ #ifndef __DEVICE_H @@ -319,7 +319,7 @@ protected: virtual void SetAudioTrackDevice(eTrackType Type); ///< Sets the current audio track to the given value. public: - void ClrAvailableTracks(void); + void ClrAvailableTracks(bool DescriptionsOnly = false); bool SetAvailableTrack(eTrackType Type, int Index, uint16_t Id, const char *Language = NULL, const char *Description = NULL, uint32_t Flags = 0); ///< Sets the track of the given Type and Index to the given values. ///< Type must be one of the basic eTrackType values, like ttAudio or ttDolby. |