AVCDecoderConfigurationRecord

data class AVCDecoderConfigurationRecord(configurationVersion: Int = 1, profileIdc: Byte, profileCompatibility: Byte, levelIdc: Byte, chromaFormat: ChromaFormat = ChromaFormat.YUV420, sps: List<ByteBuffer>, pps: List<ByteBuffer>) : ByteBufferWriter

Constructors

Link copied to clipboard
constructor(configurationVersion: Int = 1, profileIdc: Byte, profileCompatibility: Byte, levelIdc: Byte, chromaFormat: ChromaFormat = ChromaFormat.YUV420, sps: List<ByteBuffer>, pps: List<ByteBuffer>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val size: Int

Functions

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