Main Page   Compound List   File List   Compound Members   File Members  

vo_overlay_s Struct Reference

#include <video_out.h>

Collaboration diagram for vo_overlay_s:

Collaboration graph
[legend]
List of all members.

Public Methods

 void (remove *)(void)

Public Attributes

vo_instance_tinstance
int x
int y
int width
int height
void private

Detailed Description

The video output overlay structure. An overlay structure can be used to implement i.e. an on-screen display for frame rates, subpictures ect.
Warning:
needs to be discussed how to implement this. overlays for dvd subpictures need some additional members. Maybe implement basic overlaying function and add a private member for such issues? NEEDS WORK!


Member Function Documentation

vo_overlay_s::void ( remove * )
 

remove this overlay


Member Data Documentation

int vo_overlay_s::height
 

height of the overlay

vo_instance_t * vo_overlay_s::instance
 

reference to the video output plugin this overlay belongs to

void vo_overlay_s::private
 

pointer availabe for private data

int vo_overlay_s::width
 

width of the overlay

int vo_overlay_s::x
 

x position of the overlay

int vo_overlay_s::y
 

y position of the overlay


The documentation for this struct was generated from the following file:
Generated at Sat Feb 24 12:06:28 2001 for libvo by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001