From 2d405ad8011283e20c50d63eb47741cd5dbcc5c7 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Sat, 21 Feb 2009 17:59:40 +0100 Subject: first work to get alsa audio output Introduce a iAudio class - will be later base class for oss and alas output -, which handles volume and channel handling. --- dxr3device.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dxr3device.h') diff --git a/dxr3device.h b/dxr3device.h index 9b43161..4ea31d7 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -29,6 +29,8 @@ #include #include +class iAudio; + // ================================== // our device :) /*! @@ -86,6 +88,9 @@ protected: //uint8_t m_pBuffer[MAX_VIDEO_BUFFER_SIZE]; //cDxr3StartStopThread* m_pStartStopThread; cDxr3SpuDecoder* m_spuDecoder; + +private: + iAudio *audioOut; }; #endif /*_DXR3_DEVICE_H_*/ -- cgit v1.2.3