Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FormatI420 https://wiki.videolan.org/YUV#I420 FormatI420 Format = "I420" // FormatI444 is a YUV format without sub-sampling FormatI444 Format = "I444" // FormatNV21 https://www.kernel.org/doc/html/v5.9/userspace-api/media/v4l/pixfmt-nv12.html FormatNV21 = "NV21" // FormatNV12 https://www.kernel.org/doc/html/v5.9/userspace-api/media/v4l/pixfmt-nv12.html FormatNV12 = "NV12" // FormatYUY2 https://www.kernel.org/doc/html/v5.9/userspace-api/media/v4l/pixfmt-yuyv.html // YUY2 is what Windows calls YUYV FormatYUY2 = "YUY2" // FormatYUYV https://www.kernel.org/doc/html/v5.9/userspace-api/media/v4l/pixfmt-yuyv.html FormatYUYV = "YUYV" // FormatUYVY https://www.kernel.org/doc/html/v5.9/userspace-api/media/v4l/pixfmt-uyvy.html FormatUYVY = "UYVY" // FormatRGBA https://www.kernel.org/doc/html/v5.9/userspace-api/media/v4l/pixfmt-rgb.html FormatRGBA Format = "RGBA" FormatRGB24 Format = "RGB24" // FormatMJPEG https://wiki.videolan.org/MJPEG FormatMJPEG = "MJPEG" // FormatZ16 https://www.kernel.org/doc/html/v5.9/userspace-api/media/v4l/pixfmt-z16.html FormatZ16 = "Z16" )
Variables ¶
View Source
var UninitializedHuffmanTable = []byte{} /* 31516 elements not displayed */
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
func NewDecoder ¶
Click to show internal directories.
Click to hide internal directories.