xine-lib 1.2.13-20230125hg15249
|
Go to the source code of this file.
Typedefs | |
typedef struct _DS_AudioDecoder | DS_AudioDecoder |
Functions | |
DS_AudioDecoder * | DS_AudioDecoder_Open (const char *dllname, GUID *guid, WAVEFORMATEX *wf) |
void | DS_AudioDecoder_Destroy (DS_AudioDecoder *this) |
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) |
int | DS_AudioDecoder_GetSrcSize (DS_AudioDecoder *this, int dest_size) |
typedef struct _DS_AudioDecoder DS_AudioDecoder |
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 ) |
void DS_AudioDecoder_Destroy | ( | DS_AudioDecoder * | this | ) |
References DS_Filter_Destroy().
Referenced by w32a_dispose().
int DS_AudioDecoder_GetSrcSize | ( | DS_AudioDecoder * | this, |
int | dest_size ) |
Referenced by w32a_init_audio().
DS_AudioDecoder * DS_AudioDecoder_Open | ( | const char * | dllname, |
GUID * | guid, | ||
WAVEFORMATEX * | wf ) |