VSTGUI  4.9
Graphical User Interface Framework not only for VST plugins
mz_stream_s Struct Reference

Public Attributes

const unsigned char * next_in
 
unsigned int avail_in
 
mz_ulong total_in
 
unsigned char * next_out
 
unsigned int avail_out
 
mz_ulong total_out
 
char * msg
 
struct mz_internal_state * state
 
mz_alloc_func zalloc
 
mz_free_func zfree
 
void * opaque
 
int data_type
 
mz_ulong adler
 
mz_ulong reserved
 

Member Data Documentation

◆ adler

mz_ulong adler

◆ avail_in

unsigned int avail_in

◆ avail_out

unsigned int avail_out

◆ data_type

int data_type

◆ msg

char* msg

◆ next_in

const unsigned char* next_in

◆ next_out

unsigned char* next_out

◆ opaque

void* opaque

◆ reserved

mz_ulong reserved

◆ state

struct mz_internal_state* state

◆ total_in

mz_ulong total_in

◆ total_out

mz_ulong total_out

◆ zalloc

mz_alloc_func zalloc

◆ zfree

mz_free_func zfree

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