libannodex  0.7.3
Modules
Here is a list of all modules:
[detail level 12]
 Annodex format basics
 Configuration
 Installation
 Building against libannodex
 Writing Annodex media
 Writing to files and file descriptors
 Reading from Annodex mediaLibannodex provides a convenient callback based framework for reading Annodex media. After opening an annodex for reading, you can attach various callbacks relevant to the parts of the file you are interested in, including the stream header, track headers, head element, anchors and media data. Then, as bytes are read, libannodex will call your callbacks as appropriate
 Reading from files and file descriptors
 Reading from memory buffers
 Advanced management of AnxRead* callbacks