Uses of Class
org.alembik.util.TranscodingUtils.DetectionLevel

Packages that use TranscodingUtils.DetectionLevel
org.alembik.util Provides the utility classes handling transcoding request and response objects. 
 

Uses of TranscodingUtils.DetectionLevel in org.alembik.util
 

Methods in org.alembik.util that return TranscodingUtils.DetectionLevel
static TranscodingUtils.DetectionLevel TranscodingUtils.getMobileWebDetectionLevel(TranscodingJob job)
          Returns the mobile page detection level of the given transcoding job.
static TranscodingUtils.DetectionLevel TranscodingUtils.DetectionLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TranscodingUtils.DetectionLevel[] TranscodingUtils.DetectionLevel.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.alembik.util with parameters of type TranscodingUtils.DetectionLevel
static void TranscodingUtils.setMobileWebDetectionLevel(TranscodingJob job, TranscodingUtils.DetectionLevel level)
          Requests the specified mobile page detection level for a web document of the given transcoding job.