Chris@1: Chris@1: Chris@1:
Chris@1:Vorbisfile documentation |
Chris@1: vorbisfile version 1.3.2 - 20101101 |
Chris@1:
declared in "vorbis/vorbisfile.h";
Chris@1: Chris@1:After a bitstream has been opened using ov_fopen()/ov_open()/ov_open_callbacks() and decoding is complete, the application must call ov_clear() to clear Chris@1: the decoder's buffers. ov_clear() will also close the file unless it was opened using ov_open_callbacks() with the close_func callback set to NULL.
Chris@1: Chris@1: ov_clear() must also be called after a successful call to ov_test() or ov_test_callbacks().
Chris@1:
Chris@1:
Chris@1:
Chris@1: Chris@1: int ov_clear(OggVorbis_File *vf); Chris@1:Chris@1: |
Chris@1:
Chris@1:Chris@1: Chris@1: Chris@1:0 for success Chris@1:
copyright © 2000-2010 Xiph.Org |
Chris@1: Chris@1: |
Vorbisfile documentation |
Chris@1: vorbisfile version 1.3.2 - 20101101 |
Chris@1: