rtmp v0.1.1 Rtmp.Protocol.Messages.SetPeerBandwidth

Sender is requesting the receiver limit its output bandwidth by limiting the amount of sent but unacknowledged data to the specified window size

Summary

Types

t()
t() :: %Rtmp.Protocol.Messages.SetPeerBandwidth{limit_type: term, window_size: term}

Functions

deserialize(data)

Callback implementation for Rtmp.Protocol.RawMessage.deserialize/1.

get_default_chunk_stream_id(set_peer_bandwidth)

Callback implementation for Rtmp.Protocol.RawMessage.get_default_chunk_stream_id/1.

serialize(set_peer_bandwidth)

Callback implementation for Rtmp.Protocol.RawMessage.serialize/1.