Enum SubsamplingFormat
- Namespace
- Selenium.WebDriver.BiDi.Cdp.SystemInfo
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
YUV subsampling type of the pixels of a given image.
[JsonConverter(typeof(JsonStringEnumConverter<SubsamplingFormat>))]
public enum SubsamplingFormat
Fields
Yuv420 = 0Yuv422 = 1Yuv444 = 2