diff options
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dxr3device.h b/dxr3device.h index c816e8b..ebdbcda 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -76,11 +76,14 @@ public: iAudio *getAudioOutput() const { return audioOut; } + void turnPlugin(bool on); + private: ePlayMode m_PlayMode; cDxr3DemuxDevice m_DemuxDevice; cDxr3SpuDecoder* m_spuDecoder; iAudio *audioOut; + bool pluginOn; }; #endif /*_DXR3_DEVICE_H_*/ |