diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-01-06 13:50:17 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-01-06 13:50:17 +0100 |
commit | b38753888777a22e4f822508c786a62248aea108 (patch) | |
tree | 8f6ba89f8dc30a5ad7d717f9c12a71b0bb97f076 /dvbdevice.h | |
parent | 42ab8c87973f2d7549ac939fc991138ed1ec537c (diff) | |
download | vdr-b38753888777a22e4f822508c786a62248aea108.tar.gz vdr-b38753888777a22e4f822508c786a62248aea108.tar.bz2 |
Implemented left/right/stereo selection
Diffstat (limited to 'dvbdevice.h')
-rw-r--r-- | dvbdevice.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dvbdevice.h b/dvbdevice.h index e0213990..233515d8 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.31 2004/12/17 14:01:31 kls Exp $ + * $Id: dvbdevice.h 1.32 2005/01/06 13:30:51 kls Exp $ */ #ifndef __DVBDEVICE_H @@ -100,6 +100,8 @@ protected: private: bool digitalAudio; protected: + virtual int GetAudioChannelDevice(void); + virtual void SetAudioChannelDevice(int AudioChannel); virtual void SetVolumeDevice(int Volume); virtual void SetDigitalAudioDevice(bool On); |