VLC  4.0.0-dev
Data Fields
vlc_object_internals Struct Reference
Collaboration diagram for vlc_object_internals:
Collaboration graph
[legend]

Data Fields

vlc_object_tparent
 Parent object (or NULL) More...
 
const char * typename
 Object type human-readable name. More...
 
void * var_root
 
vlc_mutex_t var_lock
 
vlc_cond_t var_wait
 
struct vlc_resresources
 

Field Documentation

◆ parent

vlc_object_t* vlc_object_internals::parent

Parent object (or NULL)

Referenced by vlc_object_init(), and vlc_player_UpdateMLStates().

◆ resources

struct vlc_res* vlc_object_internals::resources

◆ typename

const char* vlc_object_internals::typename

Object type human-readable name.

Referenced by vlc_object_init().

◆ var_lock

vlc_mutex_t vlc_object_internals::var_lock

◆ var_root

void* vlc_object_internals::var_root

◆ var_wait

vlc_cond_t vlc_object_internals::var_wait

The documentation for this struct was generated from the following file: