VLC 4.0.0-dev

In-memory stream object. More...

#include <vlc_memstream.h>

Data Fields

union {
   FILE *   stream
 
   int   error
 
}; 
 
char * ptr
 Buffer start address. More...
 
size_t length
 Buffer length in bytes. More...
 

Detailed Description

In-memory stream object.

Field Documentation

◆ 

union { ... } vlc_memstream::@263

◆ error

◆ length

◆ ptr

◆ stream


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