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/ogg_sync_buffer.html | 67 ----------------------------- 1 file changed, 67 deletions(-) delete mode 100644 contrib/ogg/doc/libogg/ogg_sync_buffer.html (limited to 'contrib/ogg/doc/libogg/ogg_sync_buffer.html') diff --git a/contrib/ogg/doc/libogg/ogg_sync_buffer.html b/contrib/ogg/doc/libogg/ogg_sync_buffer.html deleted file mode 100644 index be7915a..0000000 --- a/contrib/ogg/doc/libogg/ogg_sync_buffer.html +++ /dev/null @@ -1,67 +0,0 @@ - - - -libogg - function - ogg_sync_buffer - - - - - - - - - -

libogg documentation

libogg release 1.3.2 - 20140527

- -

ogg_sync_buffer

- -

declared in "ogg/ogg.h";

- -

This function is used to provide a properly-sized buffer for writing. -

Buffer space which has already been returned is cleared, and the buffer is extended as necessary by the size plus some additional bytes. Within the current implementation, an extra 4096 bytes are allocated, but applications should not rely on this additional buffer space. -

The buffer exposed by this function is empty internal storage from the ogg_sync_state struct, beginning at the fill mark within the struct. -

A pointer to this buffer is returned to be used by the calling application. - -

- - - - -
-

-char *ogg_sync_buffer(ogg_sync_state *oy, long size);
-
-
- -

Parameters

-
-
oy
-
Pointer to a previously declared ogg_sync_state struct.
-
size
-
Size of the desired buffer. The actual size of the buffer returned will be this size plus some extra bytes (currently 4096). -
- - -

Return Values

-
-
  • -Returns a pointer to the newly allocated buffer or NULL on error
  • -
    -

    - -

    -


    - - - - - - - - -

    copyright © 2000-2014 Xiph.Org

    Ogg Container Format

    libogg documentation

    libogg release 1.3.2 - 20140527

    - - - - - -- cgit v1.1