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>)