From 373dc625f82b47096893add42c4472e4a57ab7eb Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 9 Feb 2022 22:23:03 +0100 Subject: Moved third-party libraries to a separate subdirectory --- ogg/doc/libogg/ogg_sync_pageseek.html | 68 ----------------------------------- 1 file changed, 68 deletions(-) delete mode 100644 ogg/doc/libogg/ogg_sync_pageseek.html (limited to 'ogg/doc/libogg/ogg_sync_pageseek.html') diff --git a/ogg/doc/libogg/ogg_sync_pageseek.html b/ogg/doc/libogg/ogg_sync_pageseek.html deleted file mode 100644 index b2efe89..0000000 --- a/ogg/doc/libogg/ogg_sync_pageseek.html +++ /dev/null @@ -1,68 +0,0 @@ - - - -libogg - function - ogg_sync_pageseek - - - - - - - - - -

libogg documentation

libogg release 1.3.2 - 20140527

- -

ogg_sync_pageseek

- -

declared in "ogg/ogg.h";

- -

This function synchronizes the ogg_sync_state struct to the next ogg_page. -

This is useful when seeking within a bitstream. ogg_sync_pageseek will synchronize to the next page in the bitstream and return information about how many bytes we advanced or skipped in order to do so. - -

- - - - -
-

-int ogg_sync_pageseek(ogg_sync_state *oy, ogg_page *og);
-
-
- -

Parameters

-
-
oy
-
Pointer to a previously declared ogg_sync_state struct.
-
og
-
Pointer to a page (or an incomplete page) of data. This is the page we are attempting to sync. -
- - -

Return Values

-
-
  • -n means that we skipped n bytes within the bitstream.
  • -
  • -0 means that the page isn't ready and we need more data, or than an internal error occurred. No bytes have been skipped.
  • -
  • -n means that the page was synced at the current location, with a page length of n bytes. -
  • -

    - -

    -


    - - - - - - - - -

    copyright © 2000-2014 Xiph.Org

    Ogg Container Format

    libogg documentation

    libogg release 1.3.2 - 20140527

    - - - - - -- cgit v1.1