|
VLC
2.1.0-git
|
audio format description More...
Data Fields | |
| vlc_fourcc_t | i_format |
| audio format fourcc | |
| unsigned int | i_rate |
| audio sample-rate | |
| uint16_t | i_physical_channels |
| uint32_t | i_original_channels |
| unsigned int | i_bytes_per_frame |
| unsigned int | i_frame_length |
| unsigned | i_bitspersample |
| unsigned | i_blockalign |
| uint8_t | i_channels |
audio format description
| unsigned audio_format_t::i_bitspersample |
Referenced by aout_FormatPrepare(), EsOutAdd(), and EsOutUpdateInfo().
| unsigned audio_format_t::i_blockalign |
| unsigned int audio_format_t::i_bytes_per_frame |
Referenced by aout_DecNewBuffer(), aout_DecSilence(), aout_FormatPrepare(), aout_FormatPrint(), and aout_new_buffer().
| uint8_t audio_format_t::i_channels |
Referenced by aout_DecNew(), and aout_FormatPrepare().
| vlc_fourcc_t audio_format_t::i_format |
audio format fourcc
Referenced by aout_CheckReady(), aout_DecChangePause(), aout_DecDelete(), aout_DecFlush(), aout_DecIsEmpty(), aout_DecNew(), aout_FiltersPipelineCreate(), aout_FormatPrepare(), aout_FormatPrint(), aout_FormatsPrint(), aout_new_buffer(), es_format_IsSimilar(), FindFilter(), and TryFormat().
| unsigned int audio_format_t::i_frame_length |
Referenced by aout_DecNewBuffer(), aout_FormatPrepare(), and aout_FormatPrint().
| uint32_t audio_format_t::i_original_channels |
Referenced by aout_FiltersPipelineCreate(), aout_FormatPrintChannels(), aout_new_buffer(), and es_format_IsSimilar().
| 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_FiltersNew(), aout_FiltersPipelineCreate(), aout_FiltersPlay(), aout_FormatPrint(), aout_FormatsPrint(), es_format_IsSimilar(), and EsOutUpdateInfo().
1.8.1.2