Tremor documentation |
Tremor version 1.0 - 20020403 |
declared in "ivorbisfile.h";
After a bitstream has been opened using ov_open()/ov_open_callbacks() and decoding is complete, the application must call ov_clear() to clear the decoder's buffers and close the file.
ov_clear() must also be called after a successful call to ov_test() or ov_test_callbacks().
int ov_clear(OggVorbis_File *vf); |
0 for success
copyright © 2002 Xiph.org |
|
Tremor documentation |
Tremor version 1.0 - 20020403 |