| libogg documentation | libogg release 1.3.1 - 20130512 | 
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-2013 Xiph.Org | |
| libogg documentation | libogg release 1.3.1 - 20130512 |