Class ImageDecodeAcceleratorCapability

java.lang.Object
io.webfolder.cdp.type.systeminfo.ImageDecodeAcceleratorCapability

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

    • ImageDecodeAcceleratorCapability

      public ImageDecodeAcceleratorCapability()
  • Method Details

    • getImageType

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

      public void setImageType(ImageType imageType)
      Image coded, e.g. Jpeg.
    • getMaxDimensions

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

      public void setMaxDimensions(Size maxDimensions)
      Maximum supported dimensions of the image in pixels.
    • getMinDimensions

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

      public void setMinDimensions(Size minDimensions)
      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.
    • setSubsamplings

      public void setSubsamplings(List<SubsamplingFormat> subsamplings)
      Optional array of supported subsampling formats, e.g. 4:2:0, if known.
    • toString

      public String toString()
      Overrides:
      toString in class Object