search for: ov_open_callbacksp

Displaying 1 result from an estimated 1 matches for "ov_open_callbacksp".

Did you mean: ov_open_callbacks
2004 Sep 07
3
Introducing ov_open_callbacksp and ov_clearp
...file.h: /* same as ov_clear but frees memory associated to vf too */ IMPORT_C int ov_clearp(OggVorbis_File *vf); /* same ov_open_callbacks but also allocates the OggVorbis_File object into *vf, if any error happen, returns same code as ov_open_callbacks and free any memory allocated */ IMPORT_C int ov_open_callbacksp(void *datasource, OggVorbis_File **vf, char *initial, long ibytes, ov_callbacks callbacks); IMPORT_C int ov_info_basic(OggVorbis_File *vf,int link, int *channels, long *rate); And that to vorbisfile.c: EXPORT_C int ov_open_callbacksp(void *f,OggVorbis_File **vf,char *initial,long ibytes, ov...