Displaying 1 result from an estimated 1 matches for "ogg_sync_page_seek".
2006 Dec 07
2
page syncing and magic OggS
...th 'OggS', but this could also turn
up elsewhere in the bitstream, so is there a simple strategy
using the libogg API to find out which ones are the start of
pages? (Other than trying to decode from successive
'OggS' markers and noting when the resulting page
changes.)
Is this what ogg_sync_page_seek is for? I can't quite
work out from the documentation what it does.
http://xiph.org/ogg/doc/libogg/ogg_sync_pageseek.html
Does the sequence go, get a page, find a nearby 'OggS',
put data from that point into a sync_state and ask
pageseek whether we're in the right place?
--
imalo...