From 8f3471999e929bb99116fac52b94d572c42ba15e Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 29 Sep 2021 22:52:15 +0200 Subject: Squashed 'ogg/' content from commit 4380566a4 git-subtree-dir: ogg git-subtree-split: 4380566a44b8d5e85ad511c9c17eb04197863ec5 --- doc/libogg/ogg_page_packets.html | 75 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 doc/libogg/ogg_page_packets.html (limited to 'doc/libogg/ogg_page_packets.html') diff --git a/doc/libogg/ogg_page_packets.html b/doc/libogg/ogg_page_packets.html new file mode 100644 index 0000000..0115777 --- /dev/null +++ b/doc/libogg/ogg_page_packets.html @@ -0,0 +1,75 @@ + + + +libogg - function - ogg_page_packets + + + + + + + + + +

libogg documentation

libogg release 1.3.2 - 20140527

+ +

ogg_page_packets

+ +

declared in "ogg/ogg.h";

+ +

Returns the number of packets that are completed on this page. If the +leading packet is begun on a previous page, but ends on this page, it's +counted. +

+

+ + + + +
+

+int ogg_page_packets(ogg_page *og);
+
+
+
+ +

Parameters

+
+
og
+
Pointer to the current ogg_page struct.
+
+ + +

Return Values

+
+If a page consists of a packet begun on a previous page, and a new packet +begun (but not completed) on this page, the return will be:
+
+ogg_page_packets(page) will return 1,
+ogg_page_continued(paged) will return non-zero.
+

+If a page happens to be a single packet that was begun on a previous page, and +spans to the next page (in the case of a three or more page packet), the +return will be:
+
+ogg_page_packets(page) will return 0,
+ogg_page_continued(page) will return non-zero.
+
+

+ +

+


+ + + + + + + + +

copyright © 2000-2014 Xiph.Org

Ogg Container Format

libogg documentation

libogg release 1.3.2 - 20140527

+ + + + + -- cgit v1.1