summaryrefslogtreecommitdiff
path: root/dvbdevice.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-10-12 14:29:46 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-10-12 14:29:46 +0200
commitec5795bda2aae521c81e101ec109b8bc74e3e19d (patch)
treec113e0544ca27bd9f7c9e633b711142fbc556058 /dvbdevice.h
parent371b9be00bf3a6e301e9709bb9afd4294ea7a1dc (diff)
downloadvdr-ec5795bda2aae521c81e101ec109b8bc74e3e19d.tar.gz
vdr-ec5795bda2aae521c81e101ec109b8bc74e3e19d.tar.bz2
Reactivated full handling of second audio PID (even in 'Transfer Mode')
Diffstat (limited to 'dvbdevice.h')
-rw-r--r--dvbdevice.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/dvbdevice.h b/dvbdevice.h
index 98456643..b5484dc7 100644
--- a/dvbdevice.h
+++ b/dvbdevice.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbdevice.h 1.13 2002/10/11 12:24:19 kls Exp $
+ * $Id: dvbdevice.h 1.14 2002/10/12 11:15:39 kls Exp $
*/
#ifndef __DVBDEVICE_H
@@ -13,11 +13,6 @@
#ifdef NEWSTRUCT
#include <linux/dvb/frontend.h>
#else
-#include <stdlib.h> // FIXME: this is apparently necessary for the ost/... header files
- // FIXME: shouldn't every header file include ALL the other header
- // FIXME: files it depends on? The sequence in which header files
- // FIXME: are included here should not matter - and it should NOT
- // FIXME: be necessary to include <stdlib.h> here!
#include <ost/frontend.h>
#endif
#include "device.h"
@@ -87,10 +82,15 @@ public:
public:
virtual void SetVideoFormat(bool VideoFormat16_9);
-// Volume facilities
+// Audio facilities
+private:
+ int aPid1, aPid2;
protected:
virtual void SetVolumeDevice(int Volume);
+ virtual int NumAudioTracksDevice(void) const;
+ virtual const char **GetAudioTracksDevice(int *CurrentTrack = NULL) const;
+ virtual void SetAudioTrackDevice(int Index);
// EIT facilities