| libogg documentation | libogg release 1.0 - 20000615 | 
declared in "ogg/ogg.h";
This function is used to initialize an ogg_stream_state struct and allocates appropriate memory in preparation for encoding or decoding.
It also assigns the stream a given serial number.
| int ogg_stream_init(ogg_stream_state *os,int serialno); | 
0 if successful -1 if unsuccessful. If this fails, the ogg_stream_state was not properly declared before calling this function. 
| copyright © 2000 xiph.org | |
| libogg documentation | libogg release 1.0 - 20000615 |