Chapter

data class Chapter(val id: Long, val startMicros: Long, val endMicros: Long, val metadata: Map<String, String> = emptyMap())

One container chapter (KD-5), bounds in microseconds on the same ABSOLUTE timeline every other timestamp KiteFFmpeg reports uses (subtract MediaSource.startTimeMicros to move onto the relative timeline seeks accept).

Constructors

Link copied to clipboard
constructor(id: Long, startMicros: Long, endMicros: Long, metadata: Map<String, String> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
val id: Long
Link copied to clipboard

The chapter's own metadata dictionary. The title, when the container wrote one, is here.

Link copied to clipboard
Link copied to clipboard