A B C D E F G I J L M N O P Q R S T U V W X

T

TARGET_PATH_PREFIX - Static variable in class org.alembik.util.TranscodingUtils
The name of the TranscodingJob.Target's Property, which makes Alembik storage add a prefix to its regular path for the transcoded file.
TARGET_PREFIX_SHORTCUT - Static variable in class org.alembik.http.Constants
The URL parameter shortcut of the HTTP service standing for target. prefix.
TARGET_TRANSCODING_PARAMS_PREFIX_SHORTCUT - Static variable in class org.alembik.http.Constants
The URL parameter shortcut of the HTTP service standing for target.transcodingParams. prefix.
TARGET_TRANSFORMATION_PREFIX - Static variable in class org.alembik.http.Constants
The URL parameter prefix of the HTTP service, by which transcoding job's transformations are specified.
TARGET_TRANSFORMATION_PREFIX_SHORTCUT - Static variable in class org.alembik.http.Constants
The URL parameter shortcut of the HTTP service standing for target.transformation. prefix.
Text - Class in org.openmobilealliance.schema.sti.v1_0
Contains text-specific transcoding params data.
Text() - Constructor for class org.openmobilealliance.schema.sti.v1_0.Text
 
TO_CACHE_ID - Static variable in class org.alembik.util.TranscodingUtils
The name of the TranscodingJob.Source's Property, which defines the cache ID of a content stored in memory.
TO_CACHE_TIME - Static variable in class org.alembik.util.TranscodingUtils
The name of the TranscodingJob.Source's Property, which defines the amount of time (in millis) for which the content should be stored in memory.
TRANSCODING_HINTABLE - Static variable in class org.alembik.util.TranscodingUtils
The name of the TranscodingJob.Target's Property, which specifies if the possible requirement for video hinting should be taken into account when evaluating a transcoding profile out of the list of predefined ones with the "best matching" strategy.
TRANSCODING_QUALITY - Static variable in class org.alembik.util.TranscodingUtils
The name of the TranscodingJob.Target's Property, which defines the desired quality of a transcoding profile chosen from the predefined profiles list with the "best matching" strategy.
TranscodingException - Exception in org.alembik
The generic exception class indicating a severe transcoding error.
TranscodingException() - Constructor for exception org.alembik.TranscodingException
Constructs a new exception with null as its detail message.
TranscodingException(String) - Constructor for exception org.alembik.TranscodingException
Constructs a new exception with the specified detail message.
TranscodingException(Throwable) - Constructor for exception org.alembik.TranscodingException
Constructs a new exception with the specified cause and a detail message of (thr==null ?
TranscodingException(String, Throwable) - Constructor for exception org.alembik.TranscodingException
Constructs a new exception with the specified detail message and cause.
TranscodingJob - Class in org.openmobilealliance.schema.sti.v1_0
Contains source and target media info to use in order to perform a transcoding job.
TranscodingJob() - Constructor for class org.openmobilealliance.schema.sti.v1_0.TranscodingJob
 
TranscodingJob.Source - Class in org.openmobilealliance.schema.sti.v1_0
Contains source media info to be used for the transcoding job.
TranscodingJob.Source() - Constructor for class org.openmobilealliance.schema.sti.v1_0.TranscodingJob.Source
 
TranscodingJob.Target - Class in org.openmobilealliance.schema.sti.v1_0
Contains target media info to used to perform a transcoding job.
TranscodingJob.Target() - Constructor for class org.openmobilealliance.schema.sti.v1_0.TranscodingJob.Target
 
TranscodingManager - Class in org.alembik
The cornerstone singleton component, which provides access to Alembik service and various utility methods for creating and executing transcoding requests.
TranscodingParams - Class in org.openmobilealliance.schema.sti.v1_0
Contains the transcoding params data for all media types.
TranscodingParams() - Constructor for class org.openmobilealliance.schema.sti.v1_0.TranscodingParams
 
TranscodingProfile - Class in org.alembik.schema.mts.v1_0
The holder class of a predefined transcoding profile, which contains predefined profile ID, assigned quality descriptor (used in "best-matching" strategy) and actual set of transcoding parameters.
TranscodingProfile() - Constructor for class org.alembik.schema.mts.v1_0.TranscodingProfile
 
TranscodingProfiles - Class in org.alembik.schema.mts.v1_0
The container holding the transcoding profiles list.
TranscodingProfiles() - Constructor for class org.alembik.schema.mts.v1_0.TranscodingProfiles
 
TranscodingRequest - Class in org.openmobilealliance.schema.sti.v1_0
Transcoding Request type containing data specific to a transcoding request.
TranscodingRequest() - Constructor for class org.openmobilealliance.schema.sti.v1_0.TranscodingRequest
 
TranscodingResponse - Class in org.openmobilealliance.schema.sti.v1_0
Transcoding Response type containing data specific to a transcoding response.
TranscodingResponse() - Constructor for class org.openmobilealliance.schema.sti.v1_0.TranscodingResponse
 
TranscodingService - Interface in org.alembik
The principal interface of Alembik transcoding service.
TranscodingServiceLocator - Interface in org.alembik
The interface of the classes, which provide an implementation or an access stub to the Alembik's transcoding service.
TranscodingState - Class in org.alembik.schema.mts.v1_0
The description of the current state of a transcoding process.
TranscodingState() - Constructor for class org.alembik.schema.mts.v1_0.TranscodingState
 
TranscodingUtils - Class in org.alembik.util
The class provides various utility methods for handling TranscodingRequest and TranscodingResponse objects.
TranscodingUtils() - Constructor for class org.alembik.util.TranscodingUtils
 
TranscodingUtils.Coordinates - Class in org.alembik.util
The holder class for the transformation content's position and duration segment of visibility.
TranscodingUtils.Coordinates(Integer, Integer) - Constructor for class org.alembik.util.TranscodingUtils.Coordinates
Creates the position coordinates.
TranscodingUtils.Coordinates(Integer, Integer, Integer, Integer) - Constructor for class org.alembik.util.TranscodingUtils.Coordinates
Creates the position and time coordinates.
TranscodingUtils.CSSVersion - Enum in org.alembik.util
The possible types of CSS support in a web document transcoded by the web rendering engine.
TranscodingUtils.DetectionLevel - Enum in org.alembik.util
The possible levels of automatic detection of mobile-enabled sites.
TranscodingUtils.FileInfo - Enum in org.alembik.util
The types of information properties returned to the client on source and transcoded files processed by Alembik.
TranscodingUtils.ImageRendering - Enum in org.alembik.util
The possible options of handling images embedded in a web document transcoded by the web rendering engine.
TranscodingUtils.MarkupLanguage - Enum in org.alembik.util
The mark-up languages supported by the web rendering engine.
TranscodingUtils.NavigationBarAttr - Enum in org.alembik.util
The NavigBar transformation attributes.
TranscodingUtils.OverlayLogoAttr - Enum in org.alembik.util
OverlayLogo transformation attributes.
TranscodingUtils.OverlayLogoColor - Enum in org.alembik.util
The acceptable values of the TranscodingUtils.OverlayLogoAttr.TRANSPARENT_COLOR attribute of the OverlayLogo transformation.
TranscodingUtils.PageSizeEval - Enum in org.alembik.util
The possible algorithms to evaluate the size of a web document transcoded by the web rendering engine.
TranscodingUtils.ReloadPolicy - Enum in org.alembik.util
The possible values for policies used for reloading a source file.
TranscodingUtils.SourceProtocol - Enum in org.alembik.util
The possible values of protocols used to load a source file into the storage.
TranscodingUtils.TextOverlayAttr - Enum in org.alembik.util
The TextOverlay transformation attributes.
TranscodingUtils.TextOverlayColor - Enum in org.alembik.util
The acceptable values of the TranscodingUtils.TextOverlayAttr.COLOR attribute of the TextOverlay transformation.
TranscodingUtils.TextOverlayEffect - Enum in org.alembik.util
The acceptable values of the TranscodingUtils.TextOverlayAttr.EFFECT attribute of the TextOverlay transformation.
TranscodingUtils.TextOverlayFamily - Enum in org.alembik.util
The acceptable values of the TranscodingUtils.TextOverlayAttr.FAMILY attribute of the TextOverlay transformation.
TranscodingUtils.TextOverlayFont - Class in org.alembik.util
The holder class for the font-related attributes of the TextOverlay transformation.
TranscodingUtils.TextOverlayFont(String, TranscodingUtils.TextOverlayColor, TranscodingUtils.TextOverlayStyle) - Constructor for class org.alembik.util.TranscodingUtils.TextOverlayFont
Creates the basic set of font attributes for the TextOverlay transformation to be applied on the image content.
TranscodingUtils.TextOverlayFont(String, TranscodingUtils.TextOverlayColor, TranscodingUtils.TextOverlayStyle, TranscodingUtils.TextOverlayOrientation, TranscodingUtils.TextOverlayEffect, Integer, Boolean) - Constructor for class org.alembik.util.TranscodingUtils.TextOverlayFont
Creates the full set of font attributes for the TextOverlay transformation to be applied on the image content.
TranscodingUtils.TextOverlayFont(TranscodingUtils.TextOverlayFamily, TranscodingUtils.TextOverlayColor, Integer) - Constructor for class org.alembik.util.TranscodingUtils.TextOverlayFont
Creates the basic set of font attributes for the TextOverlay transformation to be applied on the video content.
TranscodingUtils.TextOverlayOrientation - Enum in org.alembik.util
The acceptable values of the TranscodingUtils.TextOverlayAttr.ORIENTATION attribute of the TextOverlay transformation.
TranscodingUtils.TextOverlayStyle - Enum in org.alembik.util
The acceptable values of the TranscodingUtils.TextOverlayAttr.STYLE attribute of the TextOverlay transformation.
Transformation - Class in org.openmobilealliance.schema.sti.v1_0
Contains transformation data.
Transformation() - Constructor for class org.openmobilealliance.schema.sti.v1_0.Transformation
 
TRANSFORMATION_ADVERTISEMENT_VIDEO - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that inserts a video advertisement before a target video.
TRANSFORMATION_ADVERTISEMENT_VIDEO_URL - Static variable in class org.alembik.util.TranscodingUtils
The Advertisement transformation attribute defining a url of the video advertisement.
TRANSFORMATION_AGC - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that performs Automatic Gain Control;
TRANSFORMATION_ANIMATED_TO_STATIC - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that converts an animated image to a static one.
TRANSFORMATION_BRIGHTNESS - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that performs brightness correction by a declared level.
TRANSFORMATION_COLOR - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that performs color correction by a declared level.
TRANSFORMATION_CONTRAST - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that performs contrast correction by a declared level.
TRANSFORMATION_CROPPING - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that crops an image to a declared area.
TRANSFORMATION_DOWNLOAD_LIMIT - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that controls the download of a source file.
TRANSFORMATION_DOWNLOAD_LIMIT_ATTR_DURATION - Static variable in class org.alembik.util.TranscodingUtils
The DownloadLimit transformation attribute defining a duration limit (in seconds).
TRANSFORMATION_DOWNLOAD_LIMIT_ATTR_MAX_COUNT - Static variable in class org.alembik.util.TranscodingUtils
The DownloadLimit transformation attribute defining a maximum number of parts for the "progressive segmentation" by size or duration.
TRANSFORMATION_DOWNLOAD_LIMIT_ATTR_MIN_DURATION - Static variable in class org.alembik.util.TranscodingUtils
The DownloadLimit transformation attribute defining the minimum duration of a last source file part obtained through "progressive segmentation" (repeat flag); if it happens to be shorter it will be concatenated with the previous part.
TRANSFORMATION_DOWNLOAD_LIMIT_ATTR_OFFSET - Static variable in class org.alembik.util.TranscodingUtils
The DownloadLimit transformation attribute defining a duration offset (in seconds).
TRANSFORMATION_DOWNLOAD_LIMIT_ATTR_REPEAT - Static variable in class org.alembik.util.TranscodingUtils
The DownloadLimit transformation attribute that activates the "progressive segmentation" of subsequent source file parts of a specified size or duration limit.
TRANSFORMATION_DOWNLOAD_LIMIT_ATTR_SIZE - Static variable in class org.alembik.util.TranscodingUtils
The DownloadLimit transformation attribute defining a size limit (in bytes).
TRANSFORMATION_DOWNLOAD_LIMIT_ATTR_START - Static variable in class org.alembik.util.TranscodingUtils
The DownloadLimit transformation attribute defining a size offset (in bytes).
TRANSFORMATION_DOWNLOAD_LIMIT_ATTR_TREAT_COMPLETE - Static variable in class org.alembik.util.TranscodingUtils
The DownloadLimit transformation attribute that makes the part truncated by size or duration limit be treated like a complete source file.
TRANSFORMATION_DURATION_LIMIT - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that extracts an audio/video part of a declared duration.
TRANSFORMATION_DURATION_LIMIT_ATTR_LIMIT - Static variable in class org.alembik.util.TranscodingUtils
The DurationLimit transformation attribute defining the duration time (in milliseconds).
TRANSFORMATION_EXTRACT_FRAME - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that extracts an image from a video.
TRANSFORMATION_EXTRACT_FRAME_ATTR_SEC - Static variable in class org.alembik.util.TranscodingUtils
The ExtractFrame transformation attribute defining the second at which the image frame should be extracted.
TRANSFORMATION_FRAME_FILL - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that fills the image frame with a specified color.
TRANSFORMATION_FRAME_RATE_OUTPUT - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that determines the time interval for each frame.
TRANSFORMATION_FRAME_RATE_SAMPLE - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that changes the number of frames/slides.
TRANSFORMATION_GIF_PREVIEW - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that extracts an animated GIF image with a video preview.
TRANSFORMATION_HINTING - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that hints videos after their adaptation.
TRANSFORMATION_LEVEL_CORRECTION - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation realizing image gamma correction.
TRANSFORMATION_MIRROR - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that performs image mirroring around a specified axis.
TRANSFORMATION_NAVIGATION_BAR - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that adjusts the default navigition panel appended to a web content by the web rendering processor.
TRANSFORMATION_NO_LINKS - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that makes web rendering processor remove all hyperlinks from a web content.
TRANSFORMATION_NOISE_REDUCTION - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that reduces noise of an image.
TRANSFORMATION_NUMBER_OF_FRAMES - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that changes the number of frames/slides in the output.
TRANSFORMATION_OFFSET - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that extracts an audio/video part starting from a declared offset.
TRANSFORMATION_OFFSET_ATTR_START - Static variable in class org.alembik.util.TranscodingUtils
The Offset transformation attribute defining starting moment (in milliseconds).
TRANSFORMATION_ONLY_TEXT - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that makes web rendering processor extract the pure text content from a web content.
TRANSFORMATION_ORGANIZE_TEXT - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that makes web rendering processor organize a web content.
TRANSFORMATION_OVERLAY_LOGO - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that overlays a logo (image) on an image or a video.
TRANSFORMATION_ROTATION - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that rotates an image by a declared angle.
TRANSFORMATION_SHARPEN - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that performs image sharpening.
TRANSFORMATION_STREAMING - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that makes the video output be streamed.
TRANSFORMATION_TEXT_OVERLAY - Static variable in class org.alembik.util.TranscodingUtils
The type value for the Transformation that overlays text on an image or a video.
Transformations - Class in org.openmobilealliance.schema.sti.v1_0
Contains a collection of transformations.
Transformations() - Constructor for class org.openmobilealliance.schema.sti.v1_0.Transformations
 

A B C D E F G I J L M N O P Q R S T U V W X