SyncMediaEngineEventData

open class SyncMediaEngineEventData(val objectType: EngineEventDataObjectType = EngineEventDataObjectType.SYNC_MEDIA_ENGINE_EVENT, val type: EngineEventDataType, val approximateElapsedTimeMs: Int, val syncMediaTimelinePosition: SyncMediaTimelinePositionData) : EngineEventData

Constructors

Link copied to clipboard
fun SyncMediaEngineEventData(objectType: EngineEventDataObjectType = EngineEventDataObjectType.SYNC_MEDIA_ENGINE_EVENT, type: EngineEventDataType, approximateElapsedTimeMs: Int, syncMediaTimelinePosition: SyncMediaTimelinePositionData)

Types

Link copied to clipboard
object Companion

Functions

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

Properties

Link copied to clipboard

The approximate elapsed time from timeline start in milliseconds

Link copied to clipboard

The type of engine event object this JSON structure represents.

Link copied to clipboard

The current player timeline position.

Link copied to clipboard

The type of event.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard