Improvements to reading and seeking bytes in decoders.
* To read bytes, use ma_decoder_read_bytes(). * To seek bytes, use ma_decoder_seek_bytes(). * The read pointer is now tracked in the ma_decoder object. You can use this to move back to a prior position.
Showing
Please register or sign in to comment