Package io.webfolder.cdp.type.systeminfo
Class ImageDecodeAcceleratorCapability
java.lang.Object
io.webfolder.cdp.type.systeminfo.ImageDecodeAcceleratorCapability
Describes a supported image decoding profile with its associated minimum and maximum resolutions
and subsampling.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionImage coded, e.g.Maximum supported dimensions of the image in pixels.Minimum supported dimensions of the image in pixels.Optional array of supported subsampling formats, e.g.void
setImageType
(ImageType imageType) Image coded, e.g.void
setMaxDimensions
(Size maxDimensions) Maximum supported dimensions of the image in pixels.void
setMinDimensions
(Size minDimensions) Minimum supported dimensions of the image in pixels.void
setSubsamplings
(List<SubsamplingFormat> subsamplings) Optional array of supported subsampling formats, e.g.toString()
-
Constructor Details
-
ImageDecodeAcceleratorCapability
public ImageDecodeAcceleratorCapability()
-
-
Method Details
-
getImageType
Image coded, e.g. Jpeg. -
setImageType
Image coded, e.g. Jpeg. -
getMaxDimensions
Maximum supported dimensions of the image in pixels. -
setMaxDimensions
Maximum supported dimensions of the image in pixels. -
getMinDimensions
Minimum supported dimensions of the image in pixels. -
setMinDimensions
Minimum supported dimensions of the image in pixels. -
getSubsamplings
Optional array of supported subsampling formats, e.g. 4:2:0, if known. -
setSubsamplings
Optional array of supported subsampling formats, e.g. 4:2:0, if known. -
toString
-