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)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val completeness: Boolean = true
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun write(buffer: ByteBuffer)