1#ifndef AVIFILE_DS_AUDIODECODER_H
2#define AVIFILE_DS_AUDIODECODER_H
12 void* out_data,
unsigned int out_size,
13 unsigned int* size_read,
unsigned int* size_written);
void DS_AudioDecoder_Destroy(DS_AudioDecoder *this)
Definition DS_AudioDecoder.c:130
DS_AudioDecoder * DS_AudioDecoder_Open(const char *dllname, GUID *guid, WAVEFORMATEX *wf)
Definition DS_AudioDecoder.c:36
int DS_AudioDecoder_GetSrcSize(DS_AudioDecoder *this, int dest_size)
Definition DS_AudioDecoder.c:196
int DS_AudioDecoder_Convert(DS_AudioDecoder *this, const void *in_data, unsigned int in_size, void *out_data, unsigned int out_size, unsigned int *size_read, unsigned int *size_written)
Definition DS_AudioDecoder.c:138
Definition DS_AudioDecoder.c:18