Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the audio element in epub media overlays. For explanation of fields see: See https://www.w3.org/publishing/epub3/epub-mediaoverlays.html#sec-smil-audio-elem

Hierarchy

Index

Properties

attributes

attributes: IAttributeData[]

The list of attributes defined on this element.

childNodes

childNodes: INodeData[]

The child nodes of this element.

clipBeginMs

clipBeginMs: number

A clock value that specifies the offset into the physical media corresponding to the start point of an audio clip.

clipEndMs

clipEndMs: number

A clock value that specifies the offset into the physical media corresponding to the end point of an audio clip.

namespaceURI

namespaceURI: string

nodeName

nodeName: string

The element name without any XML namespace prefix.

nodeType

nodeType: XML_ELEMENT
int

prefix

prefix: string

The namespace prefix used for this element.

src

src: string

The relative or absolute IRI reference [RFC3987] of an audio file.

Generated using TypeDoc