RtmpPacket

class RtmpPacket(val channel: Int, val headerType: Int, val packetType: Int, val timestamp: Int, val buffer: ByteBuffer)

RTMP packet. Added for test purpose only.

Constructors

Link copied to clipboard
constructor(channel: Int, headerType: Int, packetType: PacketType, timestamp: Int, buffer: ByteBuffer)
constructor(channel: Int, headerType: Int, packetType: Int, timestamp: Int, buffer: ByteBuffer)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard