diff options
author | Johns <johns98@gmx.net> | 2011-12-14 18:01:03 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2011-12-14 18:01:03 +0100 |
commit | 5ca9bedda810e84b7bc1dc476c39c817563ad353 (patch) | |
tree | 5d67f42322eee373436c221867f78a87dada9f73 /softhddev.h | |
parent | 4bd1d0ba3f19e7aa7119ed7d6fbcd4cd91b5f47a (diff) | |
download | vdr-plugin-softhddevice-5ca9bedda810e84b7bc1dc476c39c817563ad353.tar.gz vdr-plugin-softhddevice-5ca9bedda810e84b7bc1dc476c39c817563ad353.tar.bz2 |
Initial support of replay.
Diffstat (limited to 'softhddev.h')
-rw-r--r-- | softhddev.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/softhddev.h b/softhddev.h index 817be2c..c54fd2e 100644 --- a/softhddev.h +++ b/softhddev.h @@ -49,6 +49,12 @@ extern "C" /// C plugin set play mode extern void SetPlayMode(void); + /// C plugin clears all video and audio data from the device + extern void Clear(void); + /// C plugin sets the device into play mode + extern void Play(void); + /// C plugin sets the device into "freeze frame" mode + extern void Freeze(void); /// C plugin poll if ready extern int Poll(int); |