cannam@86: cannam@86: cannam@86:
cannam@86:Vorbisfile documentation |
cannam@86: vorbisfile version 1.3.2 - 20101101 |
cannam@86:
There are several data structures used to hold file and bitstream information during libvorbisfile decoding. These structures are declared in "vorbis/vorbisfile.h" and "vorbis/codec.h". cannam@86:
cannam@86:
When using libvorbisfile, it's not necessary to know about most of the contents of these data structures, but it may be helpful to understand what they contain.
cannam@86:
cannam@86:
cannam@86:
datatype | cannam@86:purpose | cannam@86:
OggVorbis_File | cannam@86:This structure represents the basic file information. It contains cannam@86: a pointer to the physical file or bitstream and various information about that bitstream. | cannam@86:
vorbis_comment | cannam@86:This structure contains the file comments. It contains cannam@86: a pointer to unlimited user comments, information about the number of comments, and a vendor description. | cannam@86:
vorbis_info | cannam@86:This structure contains encoder-related information about the bitstream. It includes encoder info, channel info, and bitrate limits. | cannam@86:
ov_callbacks | cannam@86:This structure contains pointers to the application-specified file manipulation routines set for use by ov_open_callbacks(). See also the provided document on using application-provided callbacks instead of stdio. | cannam@86:
copyright © 2000-2010 Xiph.Org |
cannam@86: cannam@86: |
Vorbisfile documentation |
cannam@86: vorbisfile version 1.3.2 - 20101101 |
cannam@86: