Chris@1: Chris@1: Chris@1:
Chris@1:libogg documentation |
Chris@1: libogg release 1.3.0 - 20110804 |
Chris@1:
declared in "ogg/ogg.h";
Chris@1: Chris@1:This function adds a complete page to the bitstream. Chris@1:
In a typical decoding situation, this function would be called after using ogg_sync_pageout to create a valid ogg_page struct. Chris@1:
Internally, this function breaks the page into packet segments in preparation for outputting a valid packet to the codec decoding layer.
Chris@1:
Chris@1:
Chris@1:
Chris@1: Chris@1: int ogg_stream_pagein(ogg_stream_state *os, ogg_page *og); Chris@1:Chris@1: |
Chris@1:
Chris@1:Chris@1:-1 indicates failure. This means that the serial number of the page did not match the serial number of the bitstream, the page version was incorrect, or an internal error accurred. Chris@1:Chris@1: 0 means that the page was successfully submitted to the bitstream. Chris@1:
Chris@1:
Chris@1:
Chris@1:
copyright © 2000-2011 Xiph.Org |
Chris@1: Chris@1: |
libogg documentation |
Chris@1: libogg release 1.3.0 - 20110804 |
Chris@1: