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