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.
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.