summaryrefslogtreecommitdiff
path: root/dxr3device.h
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2009-07-07 23:31:53 +0200
committerChristian Gmeiner <christian.gmeiner@gmail.com>2009-07-07 23:31:53 +0200
commit8b908afb77842c60ca02c3fe3dfda3c3845fb4a9 (patch)
treef0e9bbff66cfab5cfa08fd9262df1b9023ad85b6 /dxr3device.h
parent4b3a5c8e9249e1247ba721676323a34e9e79e6fa (diff)
downloadvdr-plugin-dxr3-8b908afb77842c60ca02c3fe3dfda3c3845fb4a9.tar.gz
vdr-plugin-dxr3-8b908afb77842c60ca02c3fe3dfda3c3845fb4a9.tar.bz2
fix #145 - DON and DOF should work as expected.
Diffstat (limited to 'dxr3device.h')
-rw-r--r--dxr3device.h3
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_*/