
Data Fields | |
| vlc_mutex_t | lock |
| vlc_thread_t | thread |
| int64_t | i_id |
| int | i_vod |
| vod_t * | p_vod |
| int | i_media |
| vlm_media_sys_t ** | media |
| int | i_schedule |
| vlm_schedule_sys_t ** | schedule |
VLC_COMMON_MEMBERS these members are common for all vlc objects | |
| const char * | psz_object_type |
| char * | psz_header |
| int | i_flags |
| volatile bool | b_error |
| set by the object | |
| volatile bool | b_die |
| set by the outside | |
| bool | b_force |
| set by the outside (eg. | |
| bool | be_sure_to_add_VLC_COMMON_MEMBERS_to_struct |
| Just a reminder so that people don't cast garbage. | |
| libvlc_int_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
| const char* vlm_t::psz_object_type |
| char* vlm_t::psz_header |
| int vlm_t::i_flags |
| volatile bool vlm_t::b_error |
set by the object
| volatile bool vlm_t::b_die |
| bool vlm_t::b_force |
set by the outside (eg.
Just a reminder so that people don't cast garbage.
(root of all evil) - 1
Referenced by vlm_ControlMediaAdd(), vlm_ControlMediaInstanceStart(), vlm_Delete(), vlm_Destructor(), and vlm_OnMediaUpdate().
our parent
Referenced by __vlm_New(), Manage(), vlm_Control(), vlm_Destructor(), vlm_ExecuteCommand(), and vlm_MediaVodControl().
Referenced by __vlm_New(), and vlm_Destructor().
| int64_t vlm_t::i_id |
Referenced by __vlm_New(), and vlm_ControlMediaAdd().
| int vlm_t::i_vod |
Referenced by __vlm_New(), vlm_ControlMediaAdd(), and vlm_ControlMediaDel().
Referenced by __vlm_New(), vlm_ControlMediaAdd(), vlm_ControlMediaDel(), and vlm_OnMediaUpdate().
| int vlm_t::i_media |
Referenced by __vlm_New(), Manage(), and vlm_ControlScheduleClear().
Referenced by __vlm_New(), Manage(), vlm_ControlScheduleClear(), and vlm_Destructor().
1.5.6