an output stream for the audio output More...

Data Fields | |
| audio_sample_format_t | output |
| bool | b_starving |
| filter_t * | pp_filters [10] |
| int | i_nb_filters |
| aout_fifo_t | fifo |
| struct module_t * | p_module |
| struct aout_sys_t * | p_sys |
| void(* | pf_play )(aout_instance_t *) |
| void(* | pf_pause )(aout_instance_t *, bool, mtime_t) |
| int(* | pf_volume_set )(aout_instance_t *, float, bool) |
| int | i_nb_samples |
an output stream for the audio output
Referenced by aout_New(), and aout_OutputNextBuffer().
Referenced by aout_OutputDelete(), aout_OutputNew(), aout_OutputNextBuffer(), aout_OutputPlay(), and MixBuffer().
Referenced by aout_OutputDelete(), aout_OutputNew(), and aout_OutputPlay().
Referenced by MixBuffer().
Referenced by aout_OutputNew().
| struct module_t* aout_output_t::p_module |
Referenced by aout_New(), aout_OutputDelete(), and aout_OutputNew().
| struct aout_sys_t* aout_output_t::p_sys |
| void(* aout_output_t::pf_pause)(aout_instance_t *, bool, mtime_t) |
Referenced by aout_OutputPause().
| void(* aout_output_t::pf_play)(aout_instance_t *) |
Referenced by aout_OutputPlay().
| int(* aout_output_t::pf_volume_set)(aout_instance_t *, float, bool) |
Referenced by aout_VolumeNoneInit(), aout_VolumeSoftInit(), and commitVolume().
Referenced by aout_OutputDelete(), aout_OutputNew(), and aout_OutputPlay().
1.7.1