From 740291cf2ae7f360b4ab119746da9ac2ef6611e4 Mon Sep 17 00:00:00 2001 From: claude-bot Date: Mon, 13 Jul 2026 12:40:00 +0000 Subject: Import xiph/ogg @ 36f969bb37559345ee03796ed625a9abd42c6db9 Snapshot for re3/reVC vendoring, per @lzcnt. Source: https://github.com/xiph/ogg (36f969bb37559345ee03796ed625a9abd42c6db9). --- 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..01c7785 --- /dev/null +++ b/doc/libogg/ogg_page_packets.html @@ -0,0 +1,75 @@ + + + +libogg - function - ogg_page_packets + + + + + + + + + +

libogg documentation

libogg release 1.3.4 - 20190830

+ +

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-2019 Xiph.Org Foundation

Ogg Container Format

libogg documentation

libogg release 1.3.4 - 20190830

+ + + + + -- cgit v1.2.3