Tremor documentation |
Tremor version 1.0 - 20020403 |
declared in "ivorbisfile.h";
Finish opening a file partially opened with ov_test() or ov_test_callbacks().
int ov_test_open(OggVorbis_File *vf); |
0 for success less than zero for failure:
- OV_EREAD - A read from media returned an error.
- OV_ENOTVORBIS - Bitstream is not Vorbis data.
- OV_EVERSION - Vorbis version mismatch.
- OV_EBADHEADER - Invalid Vorbis bitstream header.
- OV_EFAULT - Internal logic fault; indicates a bug or heap/stack corruption.
copyright © 2002 Xiph.org |
|
Tremor documentation |
Tremor version 1.0 - 20020403 |