CuePointData

class CuePointData(val timeUs: Long, val clusterPosition: Long, val relativePosition: Long) : Comparable<UpdatedMatroskaExtractor.MatroskaSeekMap.CuePointData> (source)

Constructors

Link copied to clipboard
constructor(timeUs: Long, clusterPosition: Long, relativePosition: Long)

Properties

Link copied to clipboard

The absolute byte offset of the start of the cluster containing this cue point.

Link copied to clipboard

The relative byte offset of the cue point's data block within its cluster.

Link copied to clipboard

The timestamp of the cue point, in microseconds.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int