Uses of Class
org.openqa.selenium.devtools.v141.systeminfo.model.Size
Packages that use Size
-
Uses of Size in org.openqa.selenium.devtools.v141.systeminfo.model
Methods in org.openqa.selenium.devtools.v141.systeminfo.model that return SizeModifier and TypeMethodDescriptionImageDecodeAcceleratorCapability.getMaxDimensions()Maximum supported dimensions of the image in pixels.VideoDecodeAcceleratorCapability.getMaxResolution()Maximum video dimensions in pixels supported for this |profile|.VideoEncodeAcceleratorCapability.getMaxResolution()Maximum video dimensions in pixels supported for this |profile|.ImageDecodeAcceleratorCapability.getMinDimensions()Minimum supported dimensions of the image in pixels.VideoDecodeAcceleratorCapability.getMinResolution()Minimum video dimensions in pixels supported for this |profile|.Constructors in org.openqa.selenium.devtools.v141.systeminfo.model with parameters of type SizeModifierConstructorDescriptionImageDecodeAcceleratorCapability(ImageType imageType, Size maxDimensions, Size minDimensions, List<SubsamplingFormat> subsamplings) VideoDecodeAcceleratorCapability(String profile, Size maxResolution, Size minResolution) VideoEncodeAcceleratorCapability(String profile, Size maxResolution, Integer maxFramerateNumerator, Integer maxFramerateDenominator)