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/oggpack_writecopy.html | 69 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 doc/libogg/oggpack_writecopy.html (limited to 'doc/libogg/oggpack_writecopy.html') diff --git a/doc/libogg/oggpack_writecopy.html b/doc/libogg/oggpack_writecopy.html new file mode 100644 index 0000000..f274186 --- /dev/null +++ b/doc/libogg/oggpack_writecopy.html @@ -0,0 +1,69 @@ + + + +libogg - function - oggpack_writecopy + + + + + + + + + +

libogg documentation

libogg release 1.3.4 - 20190830

+ +

oggpack_writecopy

+ +

declared in "ogg/ogg.h";

+ +

This function copies a sequence of bits from a source buffer into an +oggpack_buffer.

+

The oggpack_buffer must already be initialized for writing using oggpack_writeinit.

+

Only 32 bits can be written at a time.

+ +

+ + + + +
+

+void  oggpack_writecopy(oggpack_buffer *b, void *source, long bits);
+
+
+ +

Parameters

+
+
b
+
Buffer to be used for writing.
+
source
+
A pointer to the data to be written into the buffer.
+
bits
+
The number of bits to be copied into the buffer.
+
+ + +

Return Values

+
+
  • +No values are returned.
  • +
    +

    + +

    +


    + + + + + + + + +

    copyright © 2000-2019 Xiph.Org Foundation

    Ogg Container Format

    libogg documentation

    libogg release 1.3.4 - 20190830

    + + + + + -- cgit v1.2.3