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

Data Fields

stream_tfifo
 
vlc_thread_t thread
 
vlc_mutex_t lock
 
struct {
   double   position
 
   int64_t   length
 
   int64_t   time
 
stats
 
es_out_tout
 
char name []
 

Field Documentation

◆ fifo

stream_t* vlc_demux_chained_t::fifo

◆ length

int64_t vlc_demux_chained_t::length

◆ lock

vlc_mutex_t vlc_demux_chained_t::lock

◆ name

char vlc_demux_chained_t::name[]

Referenced by vlc_demux_chained_New().

◆ out

es_out_t* vlc_demux_chained_t::out

Referenced by vlc_demux_chained_New().

◆ position

double vlc_demux_chained_t::position

◆ stats

struct { ... } vlc_demux_chained_t::stats

◆ thread

vlc_thread_t vlc_demux_chained_t::thread

◆ time

int64_t vlc_demux_chained_t::time

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