Implemented left/right/stereo selection

This commit is contained in:
Klaus Schmidinger
2005-01-06 13:50:17 +01:00
parent 42ab8c8797
commit b387538887
7 changed files with 104 additions and 21 deletions

View File

@@ -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);