class ObuParser.Obu


Open bitstream unit.

Summary

Public properties

ByteBuffer!

The OBU header.

ByteBuffer!

The OBU data, excluding the header.

Int

The OBU type.

Public properties

header

val header: ByteBuffer!

The OBU header.

payload

val payload: ByteBuffer!

The OBU data, excluding the header.

type

val type: Int

The OBU type. See obu_type in the AV1 spec.