struct Protocol::SystemInfo::VideoEncodeAcceleratorCapability
- Protocol::SystemInfo::VideoEncodeAcceleratorCapability
- Struct
- Value
- Object
Overview
Describes a supported video encoding profile with its associated maximum resolution and maximum framerate.
Included Modules
- JSON::Serializable
Defined in:
protocol/system_info.crConstructors
Instance Method Summary
- #max_framerate_denominator : Int::Primitive
-
#max_framerate_numerator : Int::Primitive
Maximum encoding framerate in frames per second supported for this |profile|, as fraction's numerator and denominator, e.g.
-
#max_resolution : Size
Maximum video dimensions in pixels supported for this |profile|.
-
#profile : String
Video codec profile that is supported, e.g H264 Main.
Constructor Detail
Instance Method Detail
def max_framerate_numerator : Int::Primitive
#
Maximum encoding framerate in frames per second supported for this |profile|, as fraction's numerator and denominator, e.g. 24/1 fps, 24000/1001 fps, etc.
Maximum video dimensions in pixels supported for this |profile|.