From 63420f67b52ff1536afcb3c817ccbdba19b263c4 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Mon, 7 Dec 2009 18:45:54 +0100 Subject: add basic SetDigitalAudioDevice stub method As analog audio is working with vdr-1.7 I will spend some time in fixing the digital audio part (digital pcm and ac3). I will fully review the digital audio code paths and I hope I can improve them. --- dxr3device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dxr3device.h') diff --git a/dxr3device.h b/dxr3device.h index b382910..6a775ad 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -68,6 +68,7 @@ public: virtual void SetVolumeDevice(int Volume); virtual void SetAudioChannelDevice(int AudioChannel); virtual int GetAudioChannelDevice(); + virtual void SetDigitalAudioDevice(bool on); // osd virtual cSpuDecoder *GetSpuDecoder(); -- cgit v1.2.3