From 1b6811663caf07717ce15f3d3bbb1195397a1a33 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 8 Aug 2023 23:14:42 +1000 Subject: Add libogg for handling opus streams reasonably --- lib/ogg/doc/libogg/oggpack_writeinit.html | 62 +++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 lib/ogg/doc/libogg/oggpack_writeinit.html (limited to 'lib/ogg/doc/libogg/oggpack_writeinit.html') diff --git a/lib/ogg/doc/libogg/oggpack_writeinit.html b/lib/ogg/doc/libogg/oggpack_writeinit.html new file mode 100644 index 00000000..d66655d8 --- /dev/null +++ b/lib/ogg/doc/libogg/oggpack_writeinit.html @@ -0,0 +1,62 @@ + + + +libogg - function - oggpack_writeinit + + + + + + + + + +

libogg documentation

libogg release 1.3.5 - 20210603

+ +

oggpack_writeinit

+ +

declared in "ogg/ogg.h";

+ +

This function initializes an oggpack_buffer for writing using the Ogg bitpacking functions. + +

+ + + + +
+

+void  oggpack_writeinit(oggpack_buffer *b);
+
+
+ +

Parameters

+
+
b
+
Buffer to be used for writing. This is an ordinary data buffer with some extra markers to ease bit navigation and manipulation.
+
+ + +

Return Values

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

    + +

    +


    + + + + + + + + +

    copyright © 2000-2021 Xiph.Org Foundation

    Ogg Container Format

    libogg documentation

    libogg release 1.3.5 - 20210603

    + + + + + -- cgit v1.2.3