Class ImageDecodeAcceleratorCapability

java.lang.Object
org.openqa.selenium.devtools.v85.systeminfo.model.ImageDecodeAcceleratorCapability

public class ImageDecodeAcceleratorCapability extends Object
Describes a supported image decoding profile with its associated minimum and maximum resolutions and subsampling.
  • Constructor Details

  • Method Details

    • getImageType

      public ImageType getImageType()
      Image coded, e.g. Jpeg.
    • getMaxDimensions

      public Size getMaxDimensions()
      Maximum supported dimensions of the image in pixels.
    • getMinDimensions

      public Size getMinDimensions()
      Minimum supported dimensions of the image in pixels.
    • getSubsamplings

      public List<SubsamplingFormat> getSubsamplings()
      Optional array of supported subsampling formats, e.g. 4:2:0, if known.