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

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

Uses of TranscodingUtils.OverlayLogoColor in org.alembik.util
 

Methods in org.alembik.util that return TranscodingUtils.OverlayLogoColor
static TranscodingUtils.OverlayLogoColor TranscodingUtils.OverlayLogoColor.fromName(java.lang.String name)
          Gets the enum instance of the given color name.
static TranscodingUtils.OverlayLogoColor TranscodingUtils.OverlayLogoColor.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TranscodingUtils.OverlayLogoColor[] TranscodingUtils.OverlayLogoColor.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.OverlayLogoColor
static void TranscodingUtils.setImageOverlayLogo(TranscodingJob job, java.lang.String location, TranscodingUtils.OverlayLogoColor transparentColor, java.lang.Integer imageWidth)
          Applies OverlayLogo transformation, which will make Alembik lay a logo (image) over the image of the given transcoding job.