Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FormatI420 https://www.fourcc.org/pixel-format/yuv-i420/ FormatI420 Format = "I420" // FormatI444 is a YUV format without sub-sampling FormatI444 Format = "I444" // FormatNV21 https://www.fourcc.org/pixel-format/yuv-nv21/ FormatNV21 = "NV21" // FormatNV12 https://www.fourcc.org/pixel-format/yuv-nv12/ FormatNV12 = "NV12" // FormatYUY2 https://www.fourcc.org/pixel-format/yuv-yuy2/ FormatYUY2 = "YUY2" // FormatUYVY https://www.fourcc.org/pixel-format/yuv-uyvy/ FormatUYVY = "UYVY" // FormatRGBA https://www.fourcc.org/pixel-format/rgb-rgba/ FormatRGBA Format = "RGBA" // FormatMJPEG https://www.fourcc.org/mjpg/ FormatMJPEG = "MJPEG" // FormatZ16 https://www.kernel.org/doc/html/v5.9/userspace-api/media/v4l/pixfmt-z16.html FormatZ16 = "Z16" )
View Source
const FormatYUYV = FormatYUY2
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
func NewDecoder ¶
Click to show internal directories.
Click to hide internal directories.