da_mpg123_read

Read from stream and decode up to outmemsize bytes. \param mh handle \param outmemory address of output buffer to write to \param outmemsize maximum number of bytes to write \param done address to store the number of actually decoded bytes to \return MPG123_OK or error/message code

alias da_mpg123_read = int function(
,
ubyte* outmemory
,
size_t outmemsize
,
size_t* done
)

Meta