diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-05-03 14:15:21 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-05-03 14:15:21 +0200 |
commit | f161d1b2fe69d4fcfac37581fa60b5d9ce5ded11 (patch) | |
tree | ff65b9bcb3041e0733ebb1c59bac1203002c5903 /PLUGINS.html | |
parent | 34b3d467849d0e8192c9cfbd65a630973f602863 (diff) | |
download | vdr-f161d1b2fe69d4fcfac37581fa60b5d9ce5ded11.tar.gz vdr-f161d1b2fe69d4fcfac37581fa60b5d9ce5ded11.tar.bz2 |
OSD sizes in percent; automatic update of OSD size
Diffstat (limited to 'PLUGINS.html')
-rw-r--r-- | PLUGINS.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/PLUGINS.html b/PLUGINS.html index 719e70f4..344015b1 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -1939,6 +1939,17 @@ user - whether this goes through OSD facilities of the physical device (like a "full featured" DVB card) or through a graphics adapter that overlays its output with the video signal, doesn't matter. +<div class="modified"> +In order to be able to determine the proper size of the OSD, the device +should implement the function + +<p><table><tr><td class="code"><pre> +virtual void GetVideoSize(int &Width, int &Height, eVideoAspect &Aspect); +</pre></td></tr></table><p> + +By default, an OSD size of 480x324 with an aspect ratio of 4:3 is assumed. +</div modified> + <p> <b>Initializing new devices</b> <p> |