Documentation ¶
Overview ¶
Package headers contains RTP/M-JPEG headers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JPEG ¶
type JPEG struct { TypeSpecific uint8 FragmentOffset uint32 Type uint8 Quantization uint8 Width int Height int }
JPEG is a JPEG header.
type QuantizationTable ¶
QuantizationTable is a Quantization Table header.
func (QuantizationTable) Marshal ¶
func (h QuantizationTable) Marshal(byts []byte) []byte
Marshal encodes the header.
type RestartMarker ¶
RestartMarker is a Restart Marker header.
func (RestartMarker) Marshal ¶
func (h RestartMarker) Marshal(byts []byte) []byte
Marshal encodes the header.
Click to show internal directories.
Click to hide internal directories.