Module amf

Source
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§

v0
The AMF Data Types (version 0).

Structs§

InconsistentMarker
An error that some AMF type marker differes you expect.
InvalidString
An error that some string data is invalid for UTF-8.

Functions§

inconsistent_marker
A utility function of constructing an InconsistentMarker error.
invalid_string
A utility function of constructing an InvalidString error.