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