Crate sheave_core

Source

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§

ByteBuffer
The stream buffer for encoding/decoding chunk data.
InsufficientBufferLength
An error that buffer has been empty during decoding chunks.

Constants§

U24_MAX

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.