diff options
author | Johns <johns98@gmx.net> | 2013-01-04 21:50:55 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-01-04 21:50:55 +0100 |
commit | d89ada9aad29870ad08b503aac3e85d8bc36c2ff (patch) | |
tree | 8981298c636147105f8549ff327c9fdf60786bb9 /softhddev.h | |
parent | 59d1a6b1f2a69e8f24279a00b38848f29ed92726 (diff) | |
download | vdr-plugin-softhddevice-d89ada9aad29870ad08b503aac3e85d8bc36c2ff.tar.gz vdr-plugin-softhddevice-d89ada9aad29870ad08b503aac3e85d8bc36c2ff.tar.bz2 |
Makes PIP+Video position configurable.
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 4075fbd..69fa32e 100644 --- a/softhddev.h +++ b/softhddev.h @@ -98,6 +98,8 @@ extern "C" /// C plugin scale video extern void ScaleVideo(int, int, int, int); + /// Set Pip position + extern void PipSetPosition(int, int, int, int, int, int, int, int); /// Pip start extern void PipStart(int, int, int, int, int, int, int, int); /// Pip stop |