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 descriptorsIf you wish to write Annodex media to a file or file descriptor (such as a network socket), it can be directly written as follows:
 Reading from Annodex mediaLibannodex provides a convenient callback based framework for reading Annodex media
 Reading from files and file descriptorsIf the Annodex media you wish to access is directly available as a local file or via a file descriptor (such as a network socket), it can be directly opened as follows:
 Reading from memory buffersSometimes it is not possible to provide a file descriptor for a data source; for example, if the data is extracted from a high level library
 Advanced management of AnxRead* callbacksYou retain control of the number of bytes read or input, and the callbacks you provide can instruct libannodex to immediately return control back to your application