CommandSessionHistory

class CommandSessionHistory(commandHistory: HashMap<Int, String> = HashMap(), headerHistory: MutableList<RtmpHeader> = ArrayList())

Created by pedro on 22/04/21.

Constructors

Link copied to clipboard
constructor(commandHistory: HashMap<Int, String> = HashMap(), headerHistory: MutableList<RtmpHeader> = ArrayList())

Functions

Link copied to clipboard
fun getLastReadHeader(chunkStreamId: Int): RtmpHeader?
Link copied to clipboard
fun getName(id: Int): String?
Link copied to clipboard
fun reset()
Link copied to clipboard
fun setPacket(id: Int, name: String)
Link copied to clipboard