| Vorbisfile documentation | vorbisfile version 1.3.2 - 20101101 | 
declared in "vorbis/vorbisfile.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 © 2000-2010 Xiph.Org | |
| Vorbisfile documentation | vorbisfile version 1.3.2 - 20101101 |