VP9SampleEntry

class VP9SampleEntry(    resolution: Size,     horizontalResolution: Int = 72,     verticalResolution: Int = 72,     frameCount: Short = 1,     compressorName: String? = "VP9 Coding",     depth: Short = 24,     vpcC: VPCodecConfigurationBox,     btrt: BitRateBox? = null,     extensionDescriptorsBox: List<Box> = emptyList(),     clap: CleanApertureBox? = null,     pasp: PixelAspectRatioBox? = null) : VisualSampleEntry

Constructors

Link copied to clipboard
constructor(    resolution: Size,     horizontalResolution: Int = 72,     verticalResolution: Int = 72,     frameCount: Short = 1,     compressorName: String? = "VP9 Coding",     depth: Short = 24,     vpcC: VPCodecConfigurationBox,     btrt: BitRateBox? = null,     extensionDescriptorsBox: 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)