VLC 4.0.0-dev
Loading...
Searching...
No Matches
vlc_frame_t Struct Reference

#include <vlc_frame.h>

Collaboration diagram for vlc_frame_t:
[legend]

Data Fields

vlc_frame_tp_next
 
uint8_t * p_buffer
 Payload start.
 
size_t i_buffer
 Payload length.
 
uint8_t * p_start
 Buffer start.
 
size_t i_size
 Buffer total size.
 
uint32_t i_flags
 
unsigned i_nb_samples
 
vlc_tick_t i_pts
 
vlc_tick_t i_dts
 
vlc_tick_t i_length
 
vlc_ancillary_array ancillaries
 
const struct vlc_frame_callbackscbs
 

Field Documentation

◆ ancillaries

◆ cbs

const struct vlc_frame_callbacks* vlc_frame_t::cbs

Referenced by vlc_frame_Release().

◆ i_buffer

◆ i_dts

◆ i_flags

◆ i_length

◆ i_nb_samples

◆ i_pts

◆ i_size

size_t vlc_frame_t::i_size

Buffer total size.

Referenced by bo_extend(), vlc_frame_Check(), and vlc_frame_TryRealloc().

◆ p_buffer

◆ p_next

◆ p_start

uint8_t* vlc_frame_t::p_start

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