VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
aout_packet_t Struct Reference
Collaboration diagram for aout_packet_t:
Collaboration graph
[legend]

Data Fields

vlc_mutex_t lock
audio_sample_format_t format
aout_fifo_t partial
 Audio blocks before packetization.
aout_fifo_t fifo
 Packetized audio blocks.
mtime_t pause_date
 Date when paused or VLC_TS_INVALID.
unsigned samples
 Samples per packet.
bool starving
 Whether currently starving (to limit error messages)

Field Documentation

aout_fifo_t aout_packet_t::fifo

Packetized audio blocks.

audio_sample_format_t aout_packet_t::format
vlc_mutex_t aout_packet_t::lock
aout_fifo_t aout_packet_t::partial

Audio blocks before packetization.

mtime_t aout_packet_t::pause_date

Date when paused or VLC_TS_INVALID.

unsigned aout_packet_t::samples

Samples per packet.

bool aout_packet_t::starving

Whether currently starving (to limit error messages)


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