window.c File Reference

Include dependency graph for window.c:


Data Structures

struct  window_t

Functions

vout_window_tvout_window_New (vlc_object_t *obj, const char *module, const vout_window_cfg_t *cfg)
 It creates a new window.
void vout_window_Delete (vout_window_t *window)
 It deletes a window created by vout_window_New().
int vout_window_Control (vout_window_t *window, int query,...)
 It allows configuring a window.

Function Documentation

int vout_window_Control ( vout_window_t ,
int  query,
  ... 
)

It allows configuring a window.

Warning:
The caller must own the window, as vout_window_t is not thread safe. You should use it the vout_window_* wrappers instead of this function.

References vout_window_t::control.

void vout_window_Delete ( vout_window_t  ) 

vout_window_t* vout_window_New ( vlc_object_t ,
const char *  module,
const vout_window_cfg_t  
)


Generated on Tue May 25 08:05:38 2010 for VLC by  doxygen 1.5.6