MOSeq

A Media Overlay <seq> element.

Besides its own attributes, it holds a list of <seq> (yael.moseq.MOSeq) and <par> (yael.mopar.MOPar) children elements.

class yael.moseq.MOSeq(internal_path=None, obj=None, string=None)[source]

Build a Media Overlay <seq> element or parse it from obj or string.

add_child(child)[source]

Add the given child to this <seq>.

Parameters:child (yael.moseq.MOSeq or yael.mopar.MOPar) – the <seq> or <par> child to be added
children

The list of children elements.

Return type:list of yael.moseq.MOSeq and yael.mopar.MOPar
v_epub_textref

The value of the epub:textref attribute.

Return type:str
v_epub_type

The value of the epub:type attribute.

Return type:str
v_id

The value of the id attribute.

Return type:str