VLC
3.0.15
|
audio format description More...
Data Fields | |
vlc_fourcc_t | i_format |
audio format fourcc More... | |
unsigned int | i_rate |
audio sample-rate More... | |
uint16_t | i_physical_channels |
uint16_t | i_chan_mode |
audio_channel_type_t | channel_type |
unsigned int | i_bytes_per_frame |
unsigned int | i_frame_length |
unsigned | i_bitspersample |
unsigned | i_blockalign |
uint8_t | i_channels |
audio format description
audio_channel_type_t audio_format_t::channel_type |
Referenced by aout_FiltersNew(), aout_FiltersPipelineCreate(), and aout_FormatPrintChannels().
unsigned audio_format_t::i_bitspersample |
Referenced by aout_DecNew(), and aout_FormatPrepare().
unsigned audio_format_t::i_blockalign |
unsigned int audio_format_t::i_bytes_per_frame |
Referenced by aout_DecSilence(), aout_FormatPrepare(), aout_FormatPrint(), aout_OutputPlay(), aout_update_format(), and decoder_NewAudioBuffer().
uint16_t audio_format_t::i_chan_mode |
Referenced by aout_FiltersPipelineCreate(), aout_FormatPrintChannels(), and aout_update_format().
uint8_t audio_format_t::i_channels |
Referenced by aout_DecNew(), aout_FiltersNew(), aout_FormatPrepare(), aout_SetWavePhysicalChannels(), and CreateFilter().
vlc_fourcc_t audio_format_t::i_format |
audio format fourcc
Referenced by aout_CheckReady(), aout_DecChangePause(), aout_DecDelete(), aout_DecFlush(), aout_DecNew(), aout_FiltersPipelineCreate(), aout_FormatPrepare(), aout_FormatPrint(), aout_FormatsPrint(), aout_update_format(), CreateFilter(), and TryFormat().
unsigned int audio_format_t::i_frame_length |
Referenced by aout_DecSilence(), aout_FormatPrepare(), aout_FormatPrint(), aout_OutputPlay(), aout_update_format(), and decoder_NewAudioBuffer().
uint16_t audio_format_t::i_physical_channels |
unsigned int audio_format_t::i_rate |
audio sample-rate
Referenced by aout_DecNew(), aout_DecPlay(), aout_DecSilence(), aout_FiltersDrain(), aout_FiltersNew(), aout_FiltersPipelineCreate(), aout_FiltersPlay(), aout_FormatPrint(), and aout_FormatsPrint().