Package-level declarations

Types

Link copied to clipboard
data class Event(val data: Int, val bufferLength: Int = -1)

Created by pedro on 21/04/21.

Link copied to clipboard
enum Type : Enum<Type>

Created by pedro on 21/04/21.

Link copied to clipboard
class UserControl(var type: Type = Type.PING_REQUEST, var event: Event = Event(-1, -1)) : RtmpMessage

Created by pedro on 21/04/21.