da_mpg123_feed

Feed data for a stream that has been opened with mpg123_open_feed(). It's give and take: You provide the bytestream, mpg123 gives you the decoded samples. \param mh handle \param in input buffer \param size number of input bytes \return MPG123_OK or error/message code.

alias da_mpg123_feed = int function(
,
const ubyte* in_
,
size_t size
)

Meta