QVisu
Qt-based visualization for smart homes
|
#include <vlc_common.h>
Go to the source code of this file.
Classes | |
struct | vout_window_cfg_t |
struct | vout_window_t |
Typedefs | |
typedef struct vout_window_t | vout_window_t |
typedef struct vout_window_sys_t | vout_window_sys_t |
Functions | |
VLC_API vout_window_t * | vout_window_New (vlc_object_t *, const char *module, const vout_window_cfg_t *) |
VLC_API void | vout_window_Delete (vout_window_t *) |
VLC_API int | vout_window_Control (vout_window_t *, int query,...) |
This file defines vout windows structures and functions in vlc
anonymous enum |
Window handle type
anonymous enum |
Control query for vout_window_t
VLC_API int vout_window_Control | ( | vout_window_t * | , |
int | query, | ||
... | |||
) |
Reconfigures a window.
VLC_API void vout_window_Delete | ( | vout_window_t * | ) |
Deletes a window created by vout_window_New().
VLC_API vout_window_t* vout_window_New | ( | vlc_object_t * | , |
const char * | module, | ||
const vout_window_cfg_t * | |||
) |
Creates a new window.
module | plugin name (usually "$window") |