* An interface to LibMPEG3
* Author: Adam Williams <broadcast@earthling.net>
* Page: heroine.linuxbox.com
*
* Changed for Squeak to work with Squeak and to work on the Macintosh
* Sept 2000, by John M McIntosh johnmci@smalltalkconsulting.com
* The smalltalk code and the C code it produces is released under the
* Squeak licence. The libmpeg3 C code is co-licenced under either the Squeak licence or
* the GNU LGPL
Used to read other channels after first ReadBuffer
Returns -1 if error, otherwise 0
Note this call requires passing in the samples to read, ensure you get the number right
Finalize the resource associated with the receiver. This message should only be sent during the finalization process. There is NO garantuee that the resource associated with the receiver hasn't been free'd before so take care that you don't run into trouble - this all may happen with interrupt priority.