Documentation ¶
Index ¶
- func MakeHeaders(p []byte, t byte, w, h uint16, lqt, cqt []byte) []byte
- func MakeHuffmanHeader(p, codelens, symbols []byte, tableNo, tableClass byte) []byte
- func MakeQuantHeader(p []byte, qt []byte, tableNo byte) []byte
- func MakeTables(q byte) (lqt, cqt []byte)
- func RTPDepay(handlerFunc core.HandlerFunc) core.HandlerFunc
- func RTPPay(handlerFunc core.HandlerFunc) core.HandlerFunc
- func Transcode(b []byte) ([]byte, error)
- type Client
- type Consumer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeHuffmanHeader ¶
func MakeTables ¶
func RTPDepay ¶
func RTPDepay(handlerFunc core.HandlerFunc) core.HandlerFunc
func RTPPay ¶
func RTPPay(handlerFunc core.HandlerFunc) core.HandlerFunc
Types ¶
type Client ¶
type Client struct { core.Listener UserAgent string RemoteAddr string // contains filtered or unexported fields }
func (*Client) MarshalJSON ¶
type Consumer ¶
type Consumer struct { core.SuperConsumer // contains filtered or unexported fields }
func NewConsumer ¶ added in v1.7.0
func NewConsumer() *Consumer
Click to show internal directories.
Click to hide internal directories.