an input stream for the audio output More...

Data Fields | |
| unsigned | samplerate |
| Input sample rate. | |
| filter_t * | pp_filters [AOUT_MAX_FILTERS] |
| int | i_nb_filters |
| filter_t * | p_playback_rate_filter |
| filter_t * | pp_resamplers [AOUT_MAX_FILTERS] |
| int | i_nb_resamplers |
| int | i_resampling_type |
| mtime_t | i_resamp_start_date |
| int | i_resamp_start_drift |
| int | i_last_input_rate |
| int | i_buffer_lost |
| bool | b_recycle_vout |
| aout_request_vout_t | request_vout |
an input stream for the audio output
Referenced by aout_filter_RequestVout(), aout_InputDelete(), and aout_InputNew().
Referenced by aout_DecGetResetLost(), aout_InputNew(), and inputDrop().
Referenced by aout_InputNew(), aout_InputPlay(), and inputResamplingStop().
Referenced by aout_InputDelete(), aout_InputNew(), and aout_InputPlay().
Referenced by aout_InputDelete(), aout_InputNew(), aout_InputPlay(), and inputResamplingStop().
Referenced by aout_InputPlay().
Referenced by aout_InputPlay().
Referenced by aout_InputNew(), aout_InputPlay(), and inputResamplingStop().
Referenced by aout_InputNew(), aout_InputPlay(), and inputResamplingStop().
| filter_t* aout_input_t::pp_filters[AOUT_MAX_FILTERS] |
Referenced by aout_InputDelete(), aout_InputNew(), and aout_InputPlay().
| filter_t* aout_input_t::pp_resamplers[AOUT_MAX_FILTERS] |
Referenced by aout_InputDelete(), aout_InputNew(), aout_InputPlay(), and inputResamplingStop().
Referenced by aout_CheckRestart(), aout_filter_RequestVout(), and aout_InputNew().
| unsigned aout_input_t::samplerate |
Input sample rate.
Referenced by aout_InputNew(), aout_InputPlay(), and inputResamplingStop().
1.7.1