Package io.webfolder.cdp.type.systeminfo
Class VideoEncodeAcceleratorCapability
java.lang.Object
io.webfolder.cdp.type.systeminfo.VideoEncodeAcceleratorCapability
Describes a supported video encoding profile with its associated maximum resolution and maximum
framerate.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMaximum encoding framerate in frames per second supported for this |profile|, as fraction's numerator and denominator, e.g.Maximum video dimensions in pixels supported for this |profile|.Video codec profile that is supported, e.g H264 Main.void
setMaxFramerateDenominator
(Integer maxFramerateDenominator) void
setMaxFramerateNumerator
(Integer maxFramerateNumerator) Maximum encoding framerate in frames per second supported for this |profile|, as fraction's numerator and denominator, e.g.void
setMaxResolution
(Size maxResolution) Maximum video dimensions in pixels supported for this |profile|.void
setProfile
(String profile) Video codec profile that is supported, e.g H264 Main.toString()
-
Constructor Details
-
VideoEncodeAcceleratorCapability
public VideoEncodeAcceleratorCapability()
-
-
Method Details
-
getProfile
Video codec profile that is supported, e.g H264 Main. -
setProfile
Video codec profile that is supported, e.g H264 Main. -
getMaxResolution
Maximum video dimensions in pixels supported for this |profile|. -
setMaxResolution
Maximum video dimensions in pixels supported for this |profile|. -
getMaxFramerateNumerator
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. -
setMaxFramerateNumerator
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. -
getMaxFramerateDenominator
-
setMaxFramerateDenominator
-
toString
-