libogg documentation |
libogg release 1.3.2 - 20140527 |
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.
copyright © 2000-2014 Xiph.Org |
|
libogg documentation |
libogg release 1.3.2 - 20140527 |