libogg documentation |
libogg release 1.3.4 - 20190830 |
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-2019 Xiph.Org Foundation |
|
libogg documentation |
libogg release 1.3.4 - 20190830 |