mirror of
https://github.com/pion/mediadevices.git
synced 2025-11-03 02:43:26 +08:00
Add FormatRGBA
This commit is contained in:
@@ -14,6 +14,11 @@ const (
|
||||
// FormatYUY2 https://www.fourcc.org/pixel-format/yuv-yuy2/
|
||||
FormatYUY2 = "YUY2"
|
||||
|
||||
// RGB Formats
|
||||
|
||||
// FormatRGBA https://www.fourcc.org/pixel-format/rgb-rgba/
|
||||
FormatRGBA Format = "RGBA"
|
||||
|
||||
// Compressed Formats
|
||||
|
||||
// FormatMJPEG https://www.fourcc.org/mjpg/
|
||||
|
||||
Reference in New Issue
Block a user