Packet

open class Packet(val buffer: ByteBuffer, val ts: Long)

Packet internal representation. A Frame is composed by multiple packets.

Inheritors

Constructors

Link copied to clipboard
constructor(buffer: ByteBuffer, ts: Long)

Properties

Link copied to clipboard

Contains data.

Link copied to clipboard
val ts: Long

Frame timestamp in µs.

Functions

Link copied to clipboard
open override fun toString(): String