|
libannodex
0.7.3
|
| 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: | |
| Libannodex provides a convenient callback based framework for reading Annodex media | |
| 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: | |
| 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 | |
| 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 |
1.8.1.1