|
VLC
2.1.0-git
|

Data Fields | |
| struct vout_window_t * | surface |
| module_t * | module |
| void * | sys |
| int(* | makeCurrent )(vlc_gl_t *) |
| void(* | swap )(vlc_gl_t *) |
| int(* | lock )(vlc_gl_t *) |
| void(* | unlock )(vlc_gl_t *) |
| void *(* | getProcAddress )(vlc_gl_t *, const char *) |
VLC_COMMON_MEMBERS \ * these members are common for all vlc objects \ | |
| const char * | psz_object_type |
| char * | psz_header |
| int | i_flags |
| bool | b_force |
| set by the outside (eg. | |
| libvlc_int_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
| bool vlc_gl_t::b_force |
set by the outside (eg.
| void*(* vlc_gl_t::getProcAddress)(vlc_gl_t *, const char *) |
Referenced by vlc_gl_GetProcAddress().
| int vlc_gl_t::i_flags |
| int(* vlc_gl_t::lock)(vlc_gl_t *) |
Referenced by vlc_gl_Lock().
| int(* vlc_gl_t::makeCurrent)(vlc_gl_t *) |
| module_t* vlc_gl_t::module |
Referenced by vlc_gl_Create(), and vlc_gl_Destroy().
| libvlc_int_t* vlc_gl_t::p_libvlc |
(root of all evil) - 1
| vlc_object_t* vlc_gl_t::p_parent |
our parent
| char* vlc_gl_t::psz_header |
| const char* vlc_gl_t::psz_object_type |
| struct vout_window_t* vlc_gl_t::surface |
Referenced by vlc_gl_Create().
| void(* vlc_gl_t::swap)(vlc_gl_t *) |
Referenced by vlc_gl_Swap().
| void* vlc_gl_t::sys |
| void(* vlc_gl_t::unlock)(vlc_gl_t *) |
Referenced by vlc_gl_Unlock().
1.8.1.2