SubsamplingFormat Enumeration |
Version 130.1.90
YUV subsampling type of the pixels of a given image.
Namespace: CefSharp.DevTools.SystemInfoAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum SubsamplingFormat
public enum class SubsamplingFormat
Members Member name | Value | Description |
---|
Yuv420 | 0 |
yuv420
|
Yuv422 | 1 |
yuv422
|
Yuv444 | 2 |
yuv444
|
See Also