VLC  3.0.15
Data Fields
audio_format_t Struct Reference

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
 

Detailed Description

audio format description

Field Documentation

◆ channel_type

audio_channel_type_t audio_format_t::channel_type

◆ i_bitspersample

unsigned audio_format_t::i_bitspersample

Referenced by aout_DecNew(), and aout_FormatPrepare().

◆ i_blockalign

unsigned audio_format_t::i_blockalign

◆ i_bytes_per_frame

unsigned int audio_format_t::i_bytes_per_frame

◆ i_chan_mode

uint16_t audio_format_t::i_chan_mode

◆ i_channels

uint8_t audio_format_t::i_channels

◆ i_format

vlc_fourcc_t audio_format_t::i_format

◆ i_frame_length

unsigned int audio_format_t::i_frame_length

◆ i_physical_channels

uint16_t audio_format_t::i_physical_channels

◆ i_rate

unsigned int audio_format_t::i_rate

The documentation for this struct was generated from the following file: