libogg documentation |
libogg release 1.0 - 20000615 |
declared in "ogg/ogg.h";
This function is used to initialize an ogg_sync_state struct to a known initial value in preparation for manipulation of an Ogg bitstream.
The ogg_sync struct is important when decoding, as it synchronizes retrieval and return of data.
int ogg_sync_init(ogg_sync_state *oy); |
0 is always returned.
copyright © 2000 xiph.org |
|
libogg documentation |
libogg release 1.0 - 20000615 |