AV1SampleEntry
class AV1SampleEntry(resolution: Size, horizontalResolution: Int = 72, verticalResolution: Int = 72, frameCount: Short = 1, compressorName: String? = "AV1 Coding", depth: Short = 24, av1C: AV1CodecConfigurationBox, 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? = "AV1 Coding", depth: Short = 24, av1C: AV1CodecConfigurationBox, btrt: BitRateBox? = null, extensionDescriptorsBox: List<Box> = emptyList(), clap: CleanApertureBox? = null, pasp: PixelAspectRatioBox? = null)