#include <cmml.h>
Data Fields | |
char * | clip_id |
char * | clip_class |
char * | title |
char * | lang |
char * | dir |
char * | track |
CMML_Time * | start_time |
CMML_Time * | end_time |
CMML_List * | meta |
char * | anchor_id |
char * | anchor_class |
char * | anchor_title |
char * | anchor_lang |
char * | anchor_dir |
char * | anchor_href |
char * | anchor_text |
char * | img_id |
char * | img_class |
char * | img_title |
char * | img_lang |
char * | img_dir |
char * | img_src |
char * | img_alt |
char * | desc_id |
char * | desc_class |
char * | desc_title |
char * | desc_lang |
char * | desc_dir |
char * | desc_text |
cmml-seek-clip.c, cmml-seek-offset.c, cmml-seek-utc.c, cmml-uri-file.c, cmml-validate.c, and cmml-write.c.
|
id attribute of clip |
|
class attribute of clip |
|
title attribute of clip |
|
language attribute of desc element |
|
directionality of lang |
|
track attribute of clip |
|
start time of this clip |
|
end time of this clip |
|
list of meta elements |
|
id attribute of anchor |
|
class attribute of clip |
|
title attribute of clip |
|
language of anchor |
|
directionality of lang |
|
href out of clip
|
|
anchor text
|
|
id attribute of image |
|
class attribute of image |
|
title attribute of image |
|
language of img |
|
directionality of lang |
|
keyframe image of clip |
|
alternate text for image |
|
id attribute of desc |
|
class attribute of desc |
|
title attribute of desc |
|
language attribute of desc element |
|
directionality of lang |
|
the description itself
|