From f161d1b2fe69d4fcfac37581fa60b5d9ce5ded11 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 3 May 2009 14:15:21 +0200 Subject: OSD sizes in percent; automatic update of OSD size --- PLUGINS.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'PLUGINS.html') 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. +
+In order to be able to determine the proper size of the OSD, the device +should implement the function + +

+virtual void GetVideoSize(int &Width, int &Height, eVideoAspect &Aspect);
+

+ +By default, an OSD size of 480x324 with an aspect ratio of 4:3 is assumed. +

+

Initializing new devices

-- cgit v1.2.3