Entry

class Entry(val sampleDuration: Int? = null, val sampleSize: Int? = null, val sampleFlags: Int? = null, val sampleCompositionTimeOffset: Int? = null) : ByteBufferWriter

Constructors

Link copied to clipboard
constructor(sampleDuration: Int? = null, sampleSize: Int? = null, sampleFlags: Int? = null, sampleCompositionTimeOffset: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val sampleDuration: Int? = null
Link copied to clipboard
val sampleFlags: Int? = null
Link copied to clipboard
val sampleSize: Int? = null
Link copied to clipboard
open override val size: Int

Functions

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