|
VLC 4.0.0-dev
|
#include <aout_internal.h>
Data Fields | |
| const audio_sample_format_t * | fmt |
| int | profile |
| struct vlc_clock_t * | clock |
| const char * | str_id |
| const audio_replay_gain_t * | replay_gain |
| struct vlc_clock_t* vlc_aout_stream_cfg::clock |
Referenced by vlc_aout_stream_New().
| const audio_sample_format_t* vlc_aout_stream_cfg::fmt |
Referenced by ModuleThread_UpdateAudioFormat(), and vlc_aout_stream_New().
| int vlc_aout_stream_cfg::profile |
Referenced by vlc_aout_stream_New().
| const audio_replay_gain_t* vlc_aout_stream_cfg::replay_gain |
Referenced by vlc_aout_stream_New().
| const char* vlc_aout_stream_cfg::str_id |
Referenced by vlc_aout_stream_New().