SetPeerBandwidth

class SetPeerBandwidth(acknowledgementWindowSize: Int = 0, type: SetPeerBandwidth.Type = Type.DYNAMIC) : RtmpMessage

Created by pedro on 21/04/21.

Constructors

Link copied to clipboard
constructor(acknowledgementWindowSize: Int = 0, type: SetPeerBandwidth.Type = Type.DYNAMIC)

Types

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun getSize(): Int
Link copied to clipboard
open override fun getType(): MessageType
Link copied to clipboard
open override fun readBody(input: InputStream)
Link copied to clipboard
open override fun storeBody(): ByteArray
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun updateHeader(rtmpHeader: RtmpHeader)
Link copied to clipboard
fun writeBody(output: OutputStream)
Link copied to clipboard