Uses of Enum Class
org.openqa.selenium.devtools.v150.systeminfo.model.SubsamplingFormat
Packages that use SubsamplingFormat
-
Uses of SubsamplingFormat in org.openqa.selenium.devtools.v150.systeminfo.model
Subclasses with type arguments of type SubsamplingFormat in org.openqa.selenium.devtools.v150.systeminfo.modelModifier and TypeClassDescriptionenumYUV subsampling type of the pixels of a given image.Methods in org.openqa.selenium.devtools.v150.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.