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 --- vorbis/doc/libvorbis/vorbis_block.html | 60 ---------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 vorbis/doc/libvorbis/vorbis_block.html (limited to 'vorbis/doc/libvorbis/vorbis_block.html') diff --git a/vorbis/doc/libvorbis/vorbis_block.html b/vorbis/doc/libvorbis/vorbis_block.html deleted file mode 100644 index 9cd24c2..0000000 --- a/vorbis/doc/libvorbis/vorbis_block.html +++ /dev/null @@ -1,60 +0,0 @@ - - - -libvorbis - datatype - vorbis_block - - - - - - - - - -

libvorbis documentation

libvorbis version 1.3.2 - 20101101

- -

vorbis_block

- -

declared in "vorbis/codec.h"

- -

-The vorbis_block structure holds the data for a single block of audio. One -vorbis_block translates to one codec packet. The encoding process consists -of splitting the audio into blocks and encoding the blocks into packets; -decoding consists of decoding the packets into blocks and reassembling -the audio from the blocks. -

-This structure is intended to be private. Although the fields are given -in the header file, they should not be directly modified or relied upon -in any way. -

- - - - - -
-
typedef struct vorbis_block{
-  /* private */
-} vorbis_block;
-
- -

Parameters

- - - -

-
- - - - - - - - -

copyright © 2010 Xiph.Org

Ogg Vorbis

libvorbis documentation

libvorbis version 1.3.2 - 20101101

- - - - -- cgit v1.1