|
libcmml
0.9.4
|
#include <cmml.h>
Data Fields | |
| char * | id |
| char * | lang |
| char * | dir |
| char * | granulerate |
| char * | contenttype |
| char * | src |
| CMML_Time * | start_time |
| CMML_Time * | end_time |
| char * | title |
| CMML_List * | param |
CMML_ImportElement: a struct to keep the details of the import tag
| char* CMML_ImportElement::id |
id of import tag
| char* CMML_ImportElement::lang |
language code of import tag
| char* CMML_ImportElement::dir |
directionality of lang (ltr/rtl)
| char* CMML_ImportElement::granulerate |
base temporal resolution in Hz
| char* CMML_ImportElement::contenttype |
content type of the import bitstream
| char* CMML_ImportElement::src |
URI to import document
| CMML_Time* CMML_ImportElement::start_time |
insertion time in annodex bitstream
| CMML_Time* CMML_ImportElement::end_time |
end time of this logical bitstream
| char* CMML_ImportElement::title |
comment on the import bitstream
| CMML_List* CMML_ImportElement::param |
list of optional further name-value metadata for the import bitstreams
1.8.10