struct Protocol::SystemInfo::ImageDecodeAcceleratorCapability
- Protocol::SystemInfo::ImageDecodeAcceleratorCapability
- Struct
- Value
- Object
Overview
Describes a supported image decoding profile with its associated minimum and maximum resolutions and subsampling.
Included Modules
- JSON::Serializable
Defined in:
protocol/system_info.crConstructors
Instance Method Summary
-
#image_type : ImageType
Image coded, e.g.
-
#max_dimensions : Size
Maximum supported dimensions of the image in pixels.
-
#min_dimensions : Size
Minimum supported dimensions of the image in pixels.
-
#subsamplings : Array(SubsamplingFormat)
Optional array of supported subsampling formats, e.g.
Constructor Detail
Instance Method Detail
def subsamplings : Array(SubsamplingFormat)
#
Optional array of supported subsampling formats, e.g. 4:2:0, if known.