cannam@86: cannam@86: cannam@86:
cannam@86:libvorbis documentation |
cannam@86: libvorbis version 1.3.2 - 20101101 |
cannam@86:
declared in "vorbis/codec.h"
cannam@86: cannam@86:cannam@86: The vorbis_block structure holds the data for a single block of audio. One cannam@86: vorbis_block translates to one codec packet. The encoding process consists cannam@86: of splitting the audio into blocks and encoding the blocks into packets; cannam@86: decoding consists of decoding the packets into blocks and reassembling cannam@86: the audio from the blocks. cannam@86:
cannam@86: This structure is intended to be private. Although the fields are given cannam@86: in the header file, they should not be directly modified or relied upon cannam@86: in any way. cannam@86:
cannam@86: cannam@86:
cannam@86: typedef struct vorbis_block{ cannam@86: /* private */ cannam@86: } vorbis_block;cannam@86: |
cannam@86:
copyright © 2010 Xiph.Org |
cannam@86: cannam@86: |
libvorbis documentation |
cannam@86: libvorbis version 1.3.2 - 20101101 |
cannam@86: