NalUnit
data class NalUnit(val type: HEVCDecoderConfigurationRecord.NalUnit.Type, val data: ByteBuffer, val completeness: Boolean = true)
Constructors
Link copied to clipboard
constructor(type: HEVCDecoderConfigurationRecord.NalUnit.Type, data: ByteBuffer, completeness: Boolean = true)