rtmp v0.1.1 Rtmp.Protocol.Messages.Amf0Command

Message used to denote an amf0 encoded command (or resposne to a command)

Summary

Types

t()
t() :: %Rtmp.Protocol.Messages.Amf0Command{additional_values: term, command_name: term, command_object: term, transaction_id: term}

Functions

deserialize(data)

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

get_default_chunk_stream_id(amf0_command)

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

serialize(amf0_command)

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