libogg documentation |
libogg release 1.3.4 - 20190830 |
declared in "ogg/ogg.h";
This function reinitializes the values in the ogg_stream_state, just like ogg_stream_reset(). Additionally, it sets the stream serial number to the given value.
int ogg_stream_reset_serialno(ogg_stream_state *os, int serialno); |
0 indicates success. nonzero is returned on internal error.
copyright © 2000-2019 Xiph.Org Foundation |
|
libogg documentation |
libogg release 1.3.4 - 20190830 |