From 8e94244f86e657e4113e35438e59cf5771882b25 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 3 Mar 2024 12:51:03 +0100 Subject: libogg and libvorbis are no longer part of this source tree --- contrib/ogg/doc/libogg/oggpack_writecopy.html | 69 --------------------------- 1 file changed, 69 deletions(-) delete mode 100644 contrib/ogg/doc/libogg/oggpack_writecopy.html (limited to 'contrib/ogg/doc/libogg/oggpack_writecopy.html') diff --git a/contrib/ogg/doc/libogg/oggpack_writecopy.html b/contrib/ogg/doc/libogg/oggpack_writecopy.html deleted file mode 100644 index 94d3124..0000000 --- a/contrib/ogg/doc/libogg/oggpack_writecopy.html +++ /dev/null @@ -1,69 +0,0 @@ - - - -libogg - function - oggpack_writecopy - - - - - - - - - -

libogg documentation

libogg release 1.3.2 - 20140527

- -

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

    Ogg Container Format

    libogg documentation

    libogg release 1.3.2 - 20140527

    - - - - - -- cgit v1.1