diff options
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); |