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

◆ clip_id

char* CMML_Clip::clip_id

id attribute of clip

◆ class

char* CMML_Clip::class

class attribute of clip

◆ title

char* CMML_Clip::title

title attribute of clip

◆ lang

char* CMML_Clip::lang

language attribute of desc element

◆ dir

char* CMML_Clip::dir

directionality of lang

◆ track

char* CMML_Clip::track

track attribute of clip

◆ start_time

CMML_Time* CMML_Clip::start_time

start time of this clip

Referenced by read_clip().

◆ end_time

CMML_Time* CMML_Clip::end_time

end time of this clip

Referenced by read_clip().

◆ meta

CMML_List* CMML_Clip::meta

list of meta elements

◆ anchor_id

char* CMML_Clip::anchor_id

id attribute of anchor

◆ anchor_class

char* CMML_Clip::anchor_class

class attribute of clip

◆ anchor_title

char* CMML_Clip::anchor_title

title attribute of clip

◆ anchor_lang

char* CMML_Clip::anchor_lang

language of anchor

◆ anchor_dir

char* CMML_Clip::anchor_dir

directionality of lang

◆ anchor_href

char* CMML_Clip::anchor_href

href out of clip

Examples:
cmml-write.c.

Referenced by main().

◆ anchor_text

char* CMML_Clip::anchor_text

anchor text

Examples:
cmml-write.c.

Referenced by main().

◆ img_id

char* CMML_Clip::img_id

id attribute of image

◆ img_class

char* CMML_Clip::img_class

class attribute of image

◆ img_title

char* CMML_Clip::img_title

title attribute of image

◆ img_lang

char* CMML_Clip::img_lang

language of img

◆ img_dir

char* CMML_Clip::img_dir

directionality of lang

◆ img_src

char* CMML_Clip::img_src

keyframe image of clip

◆ img_alt

char* CMML_Clip::img_alt

alternate text for image

◆ desc_id

char* CMML_Clip::desc_id

id attribute of desc

◆ desc_class

char* CMML_Clip::desc_class

class attribute of desc

◆ desc_title

char* CMML_Clip::desc_title

title attribute of desc

◆ desc_lang

char* CMML_Clip::desc_lang

language attribute of desc element

◆ desc_dir

char* CMML_Clip::desc_dir

directionality of lang

◆ desc_text

char* CMML_Clip::desc_text

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: