rtmp v0.2.0 Rtmp.Protocol.Messages.Acknowledgement

Sent when the client or the server receives bytes equal to the window size.

Contains the number of bytes received so far (sequence number)

Summary

Types

t()
t() :: %Rtmp.Protocol.Messages.Acknowledgement{sequence_number: term}

Functions

deserialize(data)

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

get_default_chunk_stream_id(acknowledgement)

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

serialize(acknowledgement)

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