libcmml  0.9.1
Data Fields
CMML_Clip Struct Reference

#include <cmml.h>

Data Fields

char * clip_id
char * class
char * title
char * lang
char * dir
char * track
CMML_Timestart_time
CMML_Timeend_time
CMML_Listmeta
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

Detailed Description

CMML_Clip: an clip element as presented in the CMML document.

Examples:
cmml-seek-clip.c, cmml-seek-offset.c, cmml-seek-utc.c, cmml-uri-file.c, cmml-validate.c, and cmml-write.c.

Field Documentation

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

Referenced by read_clip().

end time of this clip

Referenced by read_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

Examples:
cmml-write.c.

Referenced by main().

anchor text

Examples:
cmml-write.c.

Referenced by main().

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

Examples:
cmml-seek-clip.c, cmml-seek-offset.c, cmml-seek-utc.c, cmml-uri-file.c, and cmml-write.c.

Referenced by main().


The documentation for this struct was generated from the following file: