Rtmp Packet
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)