Uses of Class
org.openqa.selenium.devtools.v113.systeminfo.model.SubsamplingFormat
-
Packages that use SubsamplingFormat Package Description org.openqa.selenium.devtools.v113.systeminfo.model -
-
Uses of SubsamplingFormat in org.openqa.selenium.devtools.v113.systeminfo.model
Methods in org.openqa.selenium.devtools.v113.systeminfo.model that return SubsamplingFormat Modifier and Type Method Description static SubsamplingFormatSubsamplingFormat. fromString(java.lang.String s)static SubsamplingFormatSubsamplingFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SubsamplingFormat[]SubsamplingFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v113.systeminfo.model that return types with arguments of type SubsamplingFormat Modifier and Type Method Description java.util.List<SubsamplingFormat>ImageDecodeAcceleratorCapability. getSubsamplings()Optional array of supported subsampling formats, e.g.Constructor parameters in org.openqa.selenium.devtools.v113.systeminfo.model with type arguments of type SubsamplingFormat Constructor Description ImageDecodeAcceleratorCapability(ImageType imageType, Size maxDimensions, Size minDimensions, java.util.List<SubsamplingFormat> subsamplings)
-