VLC 4.0.0-dev
Loading...
Searching...
No Matches
vlc_object_internals Struct Reference

#include <variables.h>

Collaboration diagram for vlc_object_internals:
[legend]

Data Fields

vlc_object_tparent
 Parent object (or NULL)
 
const char * typename
 Object type human-readable name.
 
void * var_root
 
vlc_mutex_t var_lock
 
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

◆ var_root

void* vlc_object_internals::var_root

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