From 64a85f960aaadb129923e8af6a4f08bc59634a25 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Tue, 2 Feb 2010 15:37:19 +0100 Subject: work out PlayAudio and PlayVideo methods --- dxr3device.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dxr3device.h') diff --git a/dxr3device.h b/dxr3device.h index 1b88504..34c210b 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -26,6 +26,7 @@ //#include #include +#include "dxr3audiodecoder.h" #include "dxr3interface.h" #include "dxr3spudecoder.h" #include "dxr3audio.h" @@ -76,9 +77,13 @@ public: void turnPlugin(bool on); private: + cDxr3AudioDecoder *aDecoder; cDxr3SpuDecoder* m_spuDecoder; iAudio *audioOut; bool pluginOn; + + uint32_t vPts; + bool scrSet; }; #endif /*_DXR3_DEVICE_H_*/ -- cgit v1.2.3