Documentation ¶
Overview ¶
Package mjpeg just defines the FourCC of the MJPEG format.
An MJPEG stream is simply a sequence of JPEG images. Use the image/jpeg package for decoding.
Index ¶
Constants ¶
View Source
const FourCC = 'M' | 'J'<<8 | 'P'<<16 | 'G'<<24
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.