Expand description
§The Action Message Formats
These are data types which are defined as the Action Message Format. There are two formats which are version 0 and version 3 in AMF. Currently the RTMP uses only AMF version 0.
Modules§
- The AMF Data Types (version 0).
Structs§
- An error that some AMF type marker differes you expect.
- An error that some string data is invalid for UTF-8.
Functions§
- A utility function of constructing an
InconsistentMarker
error. - A utility function of constructing an
InvalidString
error.