EpubSyncMediaTextRef

class EpubSyncMediaTextRef(val moContainerPath: List<Int>, val moNodeIndex: Int, val objectIndex: Int, val selector: String) : SyncMediaObjectRef

A reference to a element in a Media Overlay (MO) SMIL file.

Constructors

Link copied to clipboard
fun EpubSyncMediaTextRef(moContainerPath: List<Int>, moNodeIndex: Int, objectIndex: Int, selector: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard

The node indexes to traverse from the MO document root node in order to reach the container \ node.

Link copied to clipboard

The node index within the container, selecting the \ node.

Link copied to clipboard

Index into the timeline.mediaObjects array where the Media overlay XML resource can be found.

Link copied to clipboard

The fragment identifier referencing the target element in the HTML/SVG reader document.

Link copied to clipboard