VLC  3.0.15
Data Fields
block_t Struct Reference
Collaboration diagram for block_t:
Collaboration graph
[legend]

Data Fields

block_tp_next
 
uint8_t * p_buffer
 Payload start. More...
 
size_t i_buffer
 Payload length. More...
 
uint8_t * p_start
 Buffer start. More...
 
size_t i_size
 Buffer total size. More...
 
uint32_t i_flags
 
unsigned i_nb_samples
 
mtime_t i_pts
 
mtime_t i_dts
 
mtime_t i_length
 
block_free_t pf_release
 

Field Documentation

◆ i_buffer

size_t block_t::i_buffer

◆ i_dts

mtime_t block_t::i_dts

◆ i_flags

uint32_t block_t::i_flags

◆ i_length

mtime_t block_t::i_length

◆ i_nb_samples

unsigned block_t::i_nb_samples

◆ i_pts

mtime_t block_t::i_pts

◆ i_size

size_t block_t::i_size

Buffer total size.

Referenced by block_Check(), block_TryRealloc(), and bo_extend().

◆ p_buffer

uint8_t* block_t::p_buffer

◆ p_next

block_t* block_t::p_next

◆ p_start

uint8_t* block_t::p_start

◆ pf_release

block_free_t block_t::pf_release

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