
Data Fields | |
| module_t * | module |
| audio_sample_format_t | fmt |
| aout_alloc_t | allocation |
| float | multiplier |
| unsigned | input_count |
| aout_mixer_input_t ** | input |
| void(* | mix )(aout_mixer_t *, aout_buffer_t *) |
| aout_mixer_sys_t * | sys |
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* aout_mixer_t::psz_object_type |
| char* aout_mixer_t::psz_header |
| volatile bool aout_mixer_t::b_error |
set by the object
| volatile bool aout_mixer_t::b_die |
set by the outside
set by the outside (eg.
Just a reminder so that people don't cast garbage.
(root of all evil) - 1
our parent
Referenced by aout_MixerDelete(), and aout_MixerNew().
Referenced by aout_MixerNew(), Create(), DoWork(), and MixBuffer().
Referenced by aout_MixerNew(), Create(), and MixBuffer().
| float aout_mixer_t::multiplier |
Referenced by aout_MixerNew(), Create(), and DoWork().
| unsigned aout_mixer_t::input_count |
Referenced by aout_MixerNew(), Create(), and DoWork().
Referenced by aout_MixerDelete(), aout_MixerNew(), Create(), and DoWork().
| void(* aout_mixer_t::mix)(aout_mixer_t *, aout_buffer_t *) |
Referenced by aout_MixerNew(), Create(), and MixBuffer().
Referenced by aout_MixerNew().
1.5.6