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_stream_pagein.html | 67 ----------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 ogg/doc/libogg/ogg_stream_pagein.html (limited to 'ogg/doc/libogg/ogg_stream_pagein.html') diff --git a/ogg/doc/libogg/ogg_stream_pagein.html b/ogg/doc/libogg/ogg_stream_pagein.html deleted file mode 100644 index fddaed1..0000000 --- a/ogg/doc/libogg/ogg_stream_pagein.html +++ /dev/null @@ -1,67 +0,0 @@ - - - -libogg - function - ogg_stream_pagein - - - - - - - - - -

libogg documentation

libogg release 1.3.2 - 20140527

- -

ogg_stream_pagein

- -

declared in "ogg/ogg.h";

- -

This function adds a complete page to the bitstream. -

In a typical decoding situation, this function would be called after using ogg_sync_pageout to create a valid ogg_page struct. -

Internally, this function breaks the page into packet segments in preparation for outputting a valid packet to the codec decoding layer. - -

- - - - -
-

-int ogg_stream_pagein(ogg_stream_state *os, ogg_page *og);
-
-
- -

Parameters

-
-
os
-
Pointer to a previously declared ogg_stream_state struct, which represents the current logical bitstream.
-
og
-
Pointer to a page of data. The data inside this page is being submitted to the streaming layer in order to be allocated into packets. -
- - -

Return Values

-
-
  • -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 occurred.
  • -
  • -0 means that the page was successfully submitted to the bitstream.
  • -
    -

    - -

    -


    - - - - - - - - -

    copyright © 2000-2014 Xiph.Org

    Ogg Container Format

    libogg documentation

    libogg release 1.3.2 - 20140527

    - - - - - -- cgit v1.1