
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). | |
Packetized audio blocks.
Audio blocks before packetization.
Date when paused or VLC_TS_INVALID.
| unsigned aout_packet_t::samples |
Samples per packet.
Whether currently starving (to limit error messages).
1.7.1