libannodex
0.7.3
|
Annodex format basics | |
Configuration | |
Installation | |
Building against libannodex | |
▼Writing Annodex media | |
Writing to files and file descriptors | If 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 media | Libannodex provides a convenient callback based framework for reading Annodex media |
Reading from files and file descriptors | If 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 buffers | Sometimes 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 callbacks | You 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 |