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

#include <vlm_internal.h>

Collaboration diagram for vlm_t:
[legend]

Data Fields

struct vlc_object_t obj
 
vlc_mutex_t lock
 
vlc_thread_t thread
 
vlc_mutex_t lock_manage
 
vlc_cond_t wait_manage
 
unsigned users
 
bool input_state_changed
 
bool exiting
 
int64_t i_id
 
int i_media
 
vlm_media_sys_t ** media
 
int i_schedule
 
vlm_schedule_sys_t ** schedule
 

Field Documentation

◆ exiting

bool vlm_t::exiting

Referenced by Manage(), vlm_Delete(), and vlm_New().

◆ i_id

int64_t vlm_t::i_id

Referenced by vlm_ControlMediaAdd(), and vlm_New().

◆ i_media

◆ i_schedule

int vlm_t::i_schedule

◆ input_state_changed

bool vlm_t::input_state_changed

◆ lock

◆ lock_manage

vlc_mutex_t vlm_t::lock_manage

◆ media

◆ obj

struct vlc_object_t vlm_t::obj

◆ schedule

◆ thread

vlc_thread_t vlm_t::thread

Referenced by vlm_Delete(), and vlm_New().

◆ users

unsigned vlm_t::users

Referenced by vlm_Delete(), and vlm_New().

◆ wait_manage

vlc_cond_t vlm_t::wait_manage

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