Table of Contents

Class ImageDecodeAcceleratorCapability

Namespace
OpenQA.Selenium.DevTools.V132.SystemInfo
Assembly
WebDriver.dll

ImageDecodeAcceleratorCapability

public sealed class ImageDecodeAcceleratorCapability
Inheritance
ImageDecodeAcceleratorCapability
Inherited Members

Properties

ImageType

imageType

[JsonPropertyName("imageType")]
public ImageType ImageType { get; set; }

Property Value

ImageType

MaxDimensions

maxDimensions

[JsonPropertyName("maxDimensions")]
public Size MaxDimensions { get; set; }

Property Value

Size

MinDimensions

minDimensions

[JsonPropertyName("minDimensions")]
public Size MinDimensions { get; set; }

Property Value

Size

Subsamplings

subsamplings

[JsonPropertyName("subsamplings")]
public SubsamplingFormat[] Subsamplings { get; set; }

Property Value

SubsamplingFormat[]