VisualSampleEntry

open class VisualSampleEntry(type: String, resolution: Size, horizontalResolution: Int = 72, verticalResolution: Int = 72, frameCount: Short = 1, compressorName: String? = null, depth: Short = 24, otherBoxes: List<Box> = emptyList(), clap: CleanApertureBox? = null, pasp: PixelAspectRatioBox? = null) : SampleEntry

Inheritors

Constructors

Link copied to clipboard
constructor(type: String, resolution: Size, horizontalResolution: Int = 72, verticalResolution: Int = 72, frameCount: Short = 1, compressorName: String? = null, depth: Short = 24, otherBoxes: List<Box> = emptyList(), clap: CleanApertureBox? = null, pasp: PixelAspectRatioBox? = null)

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)