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

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

Uses of TranscodingUtils.TextOverlayFamily in org.alembik.util
 

Methods in org.alembik.util that return TranscodingUtils.TextOverlayFamily
static TranscodingUtils.TextOverlayFamily TranscodingUtils.TextOverlayFamily.fromName(java.lang.String name)
          Gets the enum instance of the given font name.
 TranscodingUtils.TextOverlayFamily TranscodingUtils.TextOverlayFont.getVideoFamily()
           
static TranscodingUtils.TextOverlayFamily TranscodingUtils.TextOverlayFamily.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TranscodingUtils.TextOverlayFamily[] TranscodingUtils.TextOverlayFamily.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.alembik.util with parameters of type TranscodingUtils.TextOverlayFamily
TranscodingUtils.TextOverlayFont(TranscodingUtils.TextOverlayFamily videoFamily, TranscodingUtils.TextOverlayColor color, java.lang.Integer size)
          Creates the basic set of font attributes for the TextOverlay transformation to be applied on the video content.