SyncMediaAudioRef

class SyncMediaAudioRef(val endMs: Int?, val objectIndex: Int, val startMs: Int) : SyncMediaObjectRef

Describes a reference to a range within an audio SyncMediaObject.

Constructors

Link copied to clipboard
constructor(endMs: Int?, objectIndex: Int, startMs: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endMs: Int?

The end offset from start of the media file.

Link copied to clipboard

The index into the SyncMediaTimeline.mediaObjects array where the related SyncMediaObject can be found.

Link copied to clipboard

The start offset from the start of the media file.

Link copied to clipboard

Functions

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