public class ImageDecodeAcceleratorCapability extends Object
| Constructor and Description |
|---|
ImageDecodeAcceleratorCapability() |
| Modifier and Type | Method and Description |
|---|---|
ImageType |
getImageType()
Image coded, e.g.
|
Size |
getMaxDimensions()
Maximum supported dimensions of the image in pixels.
|
Size |
getMinDimensions()
Minimum supported dimensions of the image in pixels.
|
List<SubsamplingFormat> |
getSubsamplings()
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.
|
public ImageType getImageType()
public void setImageType(ImageType imageType)
public Size getMaxDimensions()
public void setMaxDimensions(Size maxDimensions)
public Size getMinDimensions()
public void setMinDimensions(Size minDimensions)
public List<SubsamplingFormat> getSubsamplings()
public void setSubsamplings(List<SubsamplingFormat> subsamplings)
Copyright © 2020. All rights reserved.