summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-01-08 10:15:30 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-01-08 10:15:30 +0100
commitec27c329cfeacf4687197f637d6abddd6fed25a8 (patch)
tree2ace8b248f6da329a1f7621d42c1444c61cb74a2 /device.h
parent64623e762b0d0ed28f6079ba814511274f5fb428 (diff)
downloadvdr-ec27c329cfeacf4687197f637d6abddd6fed25a8.tar.gz
vdr-ec27c329cfeacf4687197f637d6abddd6fed25a8.tar.bz2
Displaying audio track description in channel display
Diffstat (limited to 'device.h')
-rw-r--r--device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.h b/device.h
index 200349ee..4a9e64ea 100644
--- a/device.h
+++ b/device.h
@@ -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.