VLC 4.0.0-dev
Loading...
Searching...
No Matches
stream_priv_t Struct Reference
Collaboration diagram for stream_priv_t:
[legend]

Data Fields

stream_t stream
 
void(* destroy )(stream_t *)
 
block_tblock
 
block_tpeek
 
uint64_t offset
 
bool eof
 
struct { 
 
   vlc_iconv_t   conv 
 
   unsigned char   char_width 
 
   bool   little_endian 
 
text 
 
max_align_t private_data []
 

Field Documentation

◆ block

◆ char_width

unsigned char stream_priv_t::char_width

◆ conv

◆ destroy

void(* stream_priv_t::destroy) (stream_t *)

◆ eof

◆ little_endian

bool stream_priv_t::little_endian

◆ offset

◆ peek

◆ private_data

max_align_t stream_priv_t::private_data[]

◆ stream

stream_t stream_priv_t::stream

Referenced by vlc_stream_CustomNew().

◆ [struct]

struct { ... } stream_priv_t::text

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