Collaboration diagram for aout_instance_t:

Data Fields | |
| vlc_mutex_t | input_fifos_lock |
| vlc_mutex_t | mixer_lock |
| vlc_mutex_t | output_fifo_lock |
| aout_input_t * | pp_inputs [5] |
| int | i_nb_inputs |
| aout_mixer_t | mixer |
| aout_output_t | output |
VLC_COMMON_MEMBERS these members are common for all vlc objects | |
| int | i_object_id |
| int | i_object_type |
| const char * | psz_object_type |
| char * | psz_object_name |
| char * | psz_header |
| int | i_flags |
| volatile bool | b_error |
| set by the object | |
| volatile bool | b_die |
| set by the outside | |
| volatile bool | b_dead |
| set by the object | |
| 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 | |
| void * | p_private |
| int | be_sure_to_add_VLC_COMMON_MEMBERS_to_struct |
| Just a reminder so that people don't cast garbage. | |
| const char* aout_instance_t::psz_object_type |
| volatile bool aout_instance_t::b_error |
set by the object
| volatile bool aout_instance_t::b_die |
set by the outside
| volatile bool aout_instance_t::b_dead |
set by the object
set by the outside (eg.
(root of all evil) - 1
our parent
Just a reminder so that people don't cast garbage.
| vlc_mutex_t aout_instance_t::input_fifos_lock |
| vlc_mutex_t aout_instance_t::mixer_lock |
| vlc_mutex_t aout_instance_t::output_fifo_lock |
1.5.1