typedefmal_uint32(*mal_src_read_proc)(mal_src*pSRC,mal_uint32frameCount,void*pFramesOut,void*pUserData);// Returns the number of frames that were read.
typedefmal_uint32(*mal_src_read_deinterleaved_proc)(mal_src*pSRC,mal_uint32frameCount,void**ppSamplesOut,void*pUserData);// Returns the number of frames that were read.
typedefenum
{
...
...
@@ -772,13 +773,14 @@ typedef struct
mal_uint32channels;
mal_src_algorithmalgorithm;
mal_uint32cacheSizeInFrames;// The number of frames to read from the client at a time.