VLC 4.0.0-dev
Loading...
Searching...
No Matches

In-memory stream object. More...

#include <vlc_memstream.h>

Data Fields

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

Detailed Description

In-memory stream object.

Field Documentation

◆ [union]

union { ... } vlc_memstream

◆ error

◆ length

◆ ptr

◆ stream


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