VLC  3.0.15
Data Fields
block_fifo_t Struct Reference

Internal state for block queues. More...

Collaboration diagram for block_fifo_t:
Collaboration graph
[legend]

Data Fields

vlc_mutex_t lock
 
vlc_cond_t wait
 Wait for data. More...
 
block_tp_first
 
block_t ** pp_last
 
size_t i_depth
 
size_t i_size
 

Detailed Description

Internal state for block queues.

Field Documentation

◆ i_depth

size_t block_fifo_t::i_depth

◆ i_size

size_t block_fifo_t::i_size

◆ lock

vlc_mutex_t block_fifo_t::lock

◆ p_first

block_t* block_fifo_t::p_first

◆ pp_last

block_t** block_fifo_t::pp_last

◆ wait

vlc_cond_t block_fifo_t::wait

Wait for data.

Referenced by block_FifoNew(), and block_FifoRelease().


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