From 373dc625f82b47096893add42c4472e4a57ab7eb Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 9 Feb 2022 22:23:03 +0100 Subject: Moved third-party libraries to a separate subdirectory --- ogg/doc/libogg/ogg_sync_buffer.html | 67 ------------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 ogg/doc/libogg/ogg_sync_buffer.html (limited to 'ogg/doc/libogg/ogg_sync_buffer.html') diff --git a/ogg/doc/libogg/ogg_sync_buffer.html b/ogg/doc/libogg/ogg_sync_buffer.html deleted file mode 100644 index be7915a..0000000 --- a/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