audio format description More...
Data Fields | |
| vlc_fourcc_t | i_format |
| audio format fourcc | |
| unsigned int | i_rate |
| audio sample-rate | |
| uint32_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(), aout_OutputNew(), EsOutAdd(), and EsOutUpdateInfo().
| unsigned audio_format_t::i_blockalign |
| unsigned int audio_format_t::i_bytes_per_frame |
Referenced by aout_DecNewBuffer(), aout_FormatPrepare(), aout_FormatPrint(), aout_new_buffer(), and aout_OutputSlice().
| uint8_t audio_format_t::i_channels |
Referenced by aout_DecNew(), aout_FormatPrepare(), and EsOutUpdateInfo().
audio format fourcc
Referenced by aout_CheckRestart(), aout_DecNew(), aout_FormatPrepare(), aout_FormatPrint(), aout_FormatsPrint(), aout_InputNew(), aout_new_buffer(), aout_OutputNew(), es_format_IsSimilar(), FindFilter(), and SplitConversion().
| 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_FormatPrintChannels(), aout_new_buffer(), aout_OutputNew(), es_format_IsSimilar(), and SplitConversion().
| uint32_t audio_format_t::i_physical_channels |
| unsigned int audio_format_t::i_rate |
audio sample-rate
Referenced by aout_DecNew(), aout_DecPlay(), aout_FormatPrint(), aout_FormatsPrint(), aout_InputNew(), aout_InputPlay(), aout_new_buffer(), aout_OutputSlice(), aout_PacketInit(), es_format_IsSimilar(), EsOutUpdateInfo(), inputResamplingStop(), and SplitConversion().
1.7.1