struct Protocol::SystemInfo::VideoDecodeAcceleratorCapability
- Protocol::SystemInfo::VideoDecodeAcceleratorCapability
- Struct
- Value
- Object
Overview
Describes a supported video decoding profile with its associated minimum and maximum resolutions.
Included Modules
- JSON::Serializable
Defined in:
protocol/system_info.crConstructors
Instance Method Summary
-
#max_resolution : Size
Maximum video dimensions in pixels supported for this |profile|.
-
#min_resolution : Size
Minimum video dimensions in pixels supported for this |profile|.
-
#profile : String
Video codec profile that is supported, e.g.
Constructor Detail
Instance Method Detail
Maximum video dimensions in pixels supported for this |profile|.
Minimum video dimensions in pixels supported for this |profile|.