SyncMediaResolvedLocatorData

data class SyncMediaResolvedLocatorData(val locator: SimpleLocatorData, val readerDocumentIndexInSpine: Int, val syncMediaTimelinePosition: SyncMediaTimelinePositionData)

Contains a locator and its corresponding SyncMediaTimelinePosition.

Constructors

Link copied to clipboard
constructor(locator: SimpleLocatorData, readerDocumentIndexInSpine: Int, syncMediaTimelinePosition: SyncMediaTimelinePositionData)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The locator matching the SyncMediaTimelinePosition

Link copied to clipboard

The reader document index in spine, the locator points to.

Link copied to clipboard

The SyncMediaTimelinePosition matching the locator.

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)