Package-level declarations

Types

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