Uses of Enum Class
org.openqa.selenium.devtools.v141.systeminfo.model.SubsamplingFormat
Packages that use SubsamplingFormat
-
Uses of SubsamplingFormat in org.openqa.selenium.devtools.v141.systeminfo.model
Methods in org.openqa.selenium.devtools.v141.systeminfo.model that return SubsamplingFormatModifier and TypeMethodDescriptionstatic SubsamplingFormatSubsamplingFormat.fromString(String s) static SubsamplingFormatReturns the enum constant of this class with the specified name.static SubsamplingFormat[]SubsamplingFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.systeminfo.model that return types with arguments of type SubsamplingFormatModifier and TypeMethodDescriptionImageDecodeAcceleratorCapability.getSubsamplings()Optional array of supported subsampling formats, e.g.Constructor parameters in org.openqa.selenium.devtools.v141.systeminfo.model with type arguments of type SubsamplingFormatModifierConstructorDescriptionImageDecodeAcceleratorCapability(ImageType imageType, Size maxDimensions, Size minDimensions, List<SubsamplingFormat> subsamplings)