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

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

Uses of TranscodingUtils.TextOverlayFont in org.alembik.util
 

Methods in org.alembik.util with parameters of type TranscodingUtils.TextOverlayFont
static void TranscodingUtils.setImageTextOverlay(TranscodingJob job, java.lang.String message, TranscodingUtils.TextOverlayFont font)
          Applies TextOverlay transformation, which will make Alembik lay a text (message) over an image of the given transcoding job.
static void TranscodingUtils.setVideoTextOverlay(TranscodingJob job, java.lang.String message, TranscodingUtils.TextOverlayFont font, TranscodingUtils.Coordinates coordinates)
          Applies TextOverlay transformation, which will make Alembik lay a static text (message) over a video of the given transcoding job.
static void TranscodingUtils.setVideoTextScrollOverlay(TranscodingJob job, java.lang.String message, TranscodingUtils.TextOverlayFont font, TranscodingUtils.Coordinates coordinates)
          Applies TextOverlay transformation, which will make Alembik lay a scrolling text (message) over a video of the given transcoding job.