MOAudio

A Media Overlay <audio> element.

class yael.moaudio.MOAudio(internal_path=None, obj=None, string=None)[source]

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

clip_begin_seconds

The value of the clipBegin attribute, in seconds. If clipBegin is None, return 0.

Return type:float
clip_end_seconds

The value of the clipEnd attribute, in seconds. If clipEnd is None, return -1.

Return type:float
v_clip_begin

The value of the clipBegin attribute.

Return type:str
v_clip_end

The value of the clipEnd attribute.

Return type:str
v_id

The value of the id attribute.

Return type:str
v_src

The value of the src attribute.

Return type:str