
Data Fields | |
| module_t * | p_module |
| aout_filter_sys_t * | p_sys |
| es_format_t | fmt_in |
| es_format_t | fmt_out |
| aout_alloc_t | output_alloc |
| bool | b_in_place |
| void(* | pf_do_work )(aout_instance_t *, aout_filter_t *, aout_buffer_t *, aout_buffer_t *) |
| aout_filter_owner_sys_t * | p_owner |
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_filter_t::psz_object_type |
| volatile bool aout_filter_t::b_error |
set by the object
| volatile bool aout_filter_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 Convert(), mono(), stereo2mono_downmix(), and stereo_to_mono().
Referenced by Convert(), and stereo2mono_downmix().
Referenced by Convert(), and stereo2mono_downmix().
| void(* aout_filter_t::pf_do_work)(aout_instance_t *, aout_filter_t *, aout_buffer_t *, aout_buffer_t *) |
1.5.6