MessageType
Created by pedro on 21/04/21.
Entries
Set Chunk Size, is used to notify the peer a new maximum chunk size to use.
The client or the server sends the acknowledgment to the peer after receiving bytes equal to the window size. The window size is the maximum number of bytes that the sender sends without receiving acknowledgment from the receiver.
The client or the server sends this message to notify the peer about the user control events. This message carries Event type and Event data. Also known as a PING message in some RTMP implementations.
The client or the server sends this message to inform the peer which window size to use when sending acknowledgment. Also known as ServerBW ("server bandwidth") in some RTMP implementations.
The client or the server sends this message to update the output bandwidth of the peer. The output bandwidth value is the same as the window size for the peer. Also known as ClientBW ("client bandwidth") in some RTMP implementations.
A shared object is a Flash object (a collection of name value pairs) that are in synchronization across multiple clients, instances, and so on. This is the AMF3 version: kMsgContainerEx=16 for AMF3.
Command messages carry the AMF-encoded commands between the client and the server. A command message consists of command name, transaction ID, and command object that contains related parameters. This is the AMF3-encoded version.
A shared object is a Flash object (a collection of name value pairs) that are in synchronization across multiple clients, instances, and so on. This is the AMF0 version: kMsgContainer=19 for AMF0.
Command messages carry the AMF-encoded commands between the client and the server. A command message consists of command name, transaction ID, and command object that contains related parameters. This is the common AMF0 version, also known as INVOKE in some RTMP implementations.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.