Searched defs:ogg_stream_flush (Results 1 - 1 of 1) sorted by relevance

/external/libogg/src/
H A Dframing.c506 flush, ogg_stream_flush returns 0. Note that ogg_stream_flush will
508 ogg_stream_flush does not guarantee that all packets have flushed.
509 Only a return value of 0 from ogg_stream_flush indicates all packet
512 since ogg_stream_flush will flush the last page in a stream even if
514 (and *not* ogg_stream_flush) unless you specifically need to flush
517 int ogg_stream_flush(ogg_stream_state *os,ogg_page *og){ function

Completed in 411 milliseconds