Modules§
- flv
- The FLV File Format
- handlers
- handshake
- Types for the handshake step in RTMP.
- messages
- The RTMP Messages
- net
- readers
- writers
Macros§
- ecma_
array - Constructs an ECMA array.
- object
- Constructs an AMF’s Object.
Structs§
- Byte
Buffer - The stream buffer for encoding/decoding chunk data.
- Insufficient
Buffer Length - An error that buffer has been empty during decoding chunks.
Constants§
Traits§
- Decoder
- Decodes bytes into a chunk data. This can return errors for decoding fails by something cause.
- Encoder
- Encodes a chunk data into bytes.
Functions§
- insufficient_
buffer_ length - A utility function of constructing an
InsufficientBufferLength
error.