AudioSampleEntry

open class AudioSampleEntry(type: String, val version: Int = 0, channelCount: Short, sampleSize: Short, sampleRate: Int, otherBoxes: List<Box> = emptyList()) : SampleEntry

Inheritors

Constructors

Link copied to clipboard
constructor(type: String, version: Int = 0, channelCount: Short, sampleSize: Short, sampleRate: Int, otherBoxes: List<Box> = emptyList())

Properties

Link copied to clipboard
open override val size: Int
Link copied to clipboard
val version: Int = 0

Functions

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