diff options
author | Johns <johns98@gmx.net> | 2012-03-31 21:27:54 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-03-31 21:27:54 +0200 |
commit | c9b344a3fd9d4bdb1aecc805336c4ccf479b0c49 (patch) | |
tree | 4b132619ed3feec789195e2fc26d4aaac3a93cb7 /softhddev.h | |
parent | b41f934c3707bcd3f31b794c1a7aba5c9ccb32f1 (diff) | |
download | vdr-plugin-softhddevice-c9b344a3fd9d4bdb1aecc805336c4ccf479b0c49.tar.gz vdr-plugin-softhddevice-c9b344a3fd9d4bdb1aecc805336c4ccf479b0c49.tar.bz2 |
Audio/Video sync rewrite.
Trick-speed support moved to video module.
Reduce video messages.
Diffstat (limited to 'softhddev.h')
-rw-r--r-- | softhddev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/softhddev.h b/softhddev.h index 50d7538..78862d6 100644 --- a/softhddev.h +++ b/softhddev.h @@ -51,6 +51,8 @@ extern "C" /// C plugin set play mode extern int SetPlayMode(int); + /// C plugin get current system time counter + extern int64_t GetSTC(void); /// C plugin set trick speed extern void TrickSpeed(int); /// C plugin clears all video and audio data from the device |