ImageDecodeAcceleratorCapability class
Describes a supported image decoding profile with its associated minimum and maximum resolutions and subsampling.
Constructors
-
ImageDecodeAcceleratorCapability({required ImageType imageType, required Size maxDimensions, required Size minDimensions, required List<
SubsamplingFormat> subsamplings}) -
ImageDecodeAcceleratorCapability.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageType → ImageType
-
Image coded, e.g. Jpeg.
final
- maxDimensions → Size
-
Maximum supported dimensions of the image in pixels.
final
- minDimensions → Size
-
Minimum supported dimensions of the image in pixels.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subsamplings
→ List<
SubsamplingFormat> -
Optional array of supported subsampling formats, e.g. 4:2:0, if known.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited