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