TrackRunBox

class TrackRunBox(val version: Byte, dataOffset: Int? = null, firstSampleFlags: SampleFlags? = null, entries: List<TrackRunBox.Entry> = emptyList()) : FullBox

Constructors

Link copied to clipboard
constructor(version: Byte, dataOffset: Int? = null, firstSampleFlags: SampleFlags? = null, entries: List<TrackRunBox.Entry> = emptyList())

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Entry(val sampleDuration: Int? = null, val sampleSize: Int? = null, val sampleFlags: Int? = null, val sampleCompositionTimeOffset: Int? = null) : ByteBufferWriter
Link copied to clipboard

Properties

Link copied to clipboard
open override val size: Int
Link copied to clipboard
protected val version: Byte

Functions

Link copied to clipboard
Link copied to clipboard
open override fun write(output: ByteBuffer)