cannam@86: cannam@86: cannam@86:
cannam@86:Vorbisfile documentation |
cannam@86: vorbisfile version 1.3.2 - 20101101 |
cannam@86:
The makeup of the Vorbisfile libvorbisfile library API is relatively cannam@86: simple. It revolves around a single file resource. This file resource is cannam@86: passed to libvorbisfile, where it is opened, manipulated, and closed, cannam@86: in the form of an OggVorbis_File cannam@86: struct. cannam@86:
cannam@86: The Vorbisfile API consists of the following functional categories: cannam@86:
cannam@86:
Base data structures cannam@86:
Setup/Teardown cannam@86:
Decoding cannam@86:
Seeking cannam@86:
File Information cannam@86:
cannam@86: In addition, the following subjects deserve attention additional to cannam@86: the above general overview: cannam@86:
cannam@86:
Threading and thread safety cannam@86:
Using [non stdio] custom stream I/O cannam@86: via callbacks cannam@86:
Sample crosslapping cannam@86:
cannam@86:
cannam@86:
cannam@86:
cannam@86:
copyright © 2000-2010 Xiph.Org |
cannam@86: cannam@86: |
Vorbisfile documentation |
cannam@86: vorbisfile version 1.3.2 - 20101101 |
cannam@86: