rtmp v0.1.1 Rtmp.Protocol.Messages.SetChunkSize

Represents a message that the sender is changing their maximum chunk size

Summary

Types

t()
t() :: %Rtmp.Protocol.Messages.SetChunkSize{size: non_neg_integer}

Functions

deserialize(data)

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

get_default_chunk_stream_id(set_chunk_size)

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

serialize(set_chunk_size)

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