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