Index

A B C D E F G H I J L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

absoluteMultiShapeLayout(Dimension, List<Tuple<Dimension, AbsolutePositionLayoutSpec>>) - Static method in class org.opencastproject.composer.layout.LayoutManager
Compose a list of shapes on a canvas.
absolutePositionLayoutSpec(JsonObj) - Static method in class org.opencastproject.composer.layout.Serializer
 
AbsolutePositionLayoutSpec - Class in org.opencastproject.composer.layout
This layout specification describes where to position a shape in relation to another.
AbsolutePositionLayoutSpec(AnchorOffset) - Constructor for class org.opencastproject.composer.layout.AbsolutePositionLayoutSpec
Create a new specification.
addExtension(String, String) - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Adds the given key-value pair to the extended configuration space of this media profile.
anchor(JsonObj) - Static method in class org.opencastproject.composer.layout.Serializer
 
Anchor - Class in org.opencastproject.composer.layout
Anchor point of a rectangular shape, expressed relatively to its width and height.
Anchor(double, double) - Constructor for class org.opencastproject.composer.layout.Anchor
Create a new anchor point.
anchorOffset(Anchor, Anchor, int, int) - Static method in class org.opencastproject.composer.layout.AnchorOffset
 
anchorOffset(JsonObj) - Static method in class org.opencastproject.composer.layout.Serializer
 
AnchorOffset - Class in org.opencastproject.composer.layout
The offset between the anchor points of two rectangular shapes.
AnchorOffset(Anchor, Anchor, Offset) - Constructor for class org.opencastproject.composer.layout.AnchorOffset
Create a new offset.
Anchors - Class in org.opencastproject.composer.layout
Some predefined anchor points.
applicableType - Variable in class org.opencastproject.composer.api.EncodingProfileImpl
The track type that this profile may be applied to
area(Dimension) - Static method in class org.opencastproject.composer.layout.LayoutManager
Calculate the area of a dimension.
aspectRatio(Dimension) - Static method in class org.opencastproject.composer.layout.LayoutManager
Get the aspect ratio of a dimension.
Audio - Enum constant in enum class org.opencastproject.composer.api.EncodingProfile.MediaType
 
AUDIO_ONLY - Static variable in interface org.opencastproject.composer.api.ComposerService
Used as mediaType to mark the source to omit processing of audio or video stream for process smil
AudioVisual - Enum constant in enum class org.opencastproject.composer.api.EncodingProfile.MediaType
 

B

between(int, int, int) - Static method in class org.opencastproject.composer.layout.LayoutManager
a <= x <= b
BOTH - Static variable in interface org.opencastproject.composer.api.ComposerService
 
bottom(Layout) - Static method in class org.opencastproject.composer.layout.LayoutManager
Get the Y coordinate of the bottom bound of the layout.
BOTTOM_LEFT - Static variable in class org.opencastproject.composer.layout.Anchors
 
BOTTOM_RIGHT - Static variable in class org.opencastproject.composer.layout.Anchors
 

C

CENTER - Static variable in class org.opencastproject.composer.layout.Anchors
 
compare(VideoClip, VideoClip) - Method in class org.opencastproject.composer.api.VideoClip
 
compareTo(VideoClip) - Method in class org.opencastproject.composer.api.VideoClip
 
ComposerService - Interface in org.opencastproject.composer.api
Encodes media and (optionally) periodically alerts a statusService endpoint of the status of this encoding job.
composite(Dimension, Option<LaidOutElement<Track>>, LaidOutElement<Track>, Option<LaidOutElement<Attachment>>, String, String, String) - Method in interface org.opencastproject.composer.api.ComposerService
Compose two videos into one with an optional watermark.
concat(String, Dimension, boolean, Track...) - Method in interface org.opencastproject.composer.api.ComposerService
Concat multiple tracks to a single track.
concat(String, Dimension, float, boolean, Track...) - Method in interface org.opencastproject.composer.api.ComposerService
Concat multiple tracks to a single track.
convertImage(Attachment, String...) - Method in interface org.opencastproject.composer.api.ComposerService
Converts the given image to a different image format using the specified image profiles.
convertImageSync(Attachment, String...) - Method in interface org.opencastproject.composer.api.ComposerService
Synchronously converts the given image to different image formats using the specified encoding profiles.
Cover - Enum constant in enum class org.opencastproject.composer.api.EncodingProfile.MediaType
 

D

demux(Track, String) - Method in interface org.opencastproject.composer.api.ComposerService
Demux a multi-track source into 2 media as defined by the encoding profile, the results are flavored and tagged positionally. eg: One ffmpeg operation to produce presenter/work and presentation/work
dimension(int, int) - Static method in class org.opencastproject.composer.layout.Dimension
 
dimension(JsonObj) - Static method in class org.opencastproject.composer.layout.Serializer
 
Dimension - Class in org.opencastproject.composer.layout
Dimension of a rectangular shape.
Dimension(int, int) - Constructor for class org.opencastproject.composer.layout.Dimension
 

E

encode(Track, String) - Method in interface org.opencastproject.composer.api.ComposerService
Encode one track, using that track's audio and video streams.
EncoderException - Exception Class in org.opencastproject.composer.api
This exception may be thrown by an encoder.
EncoderException(String) - Constructor for exception class org.opencastproject.composer.api.EncoderException
Creates a new encoder exception with the given error message.
EncoderException(String, Throwable) - Constructor for exception class org.opencastproject.composer.api.EncoderException
Creates a new encoder exception with the given error message, caused by the given exception.
EncoderException(Throwable) - Constructor for exception class org.opencastproject.composer.api.EncoderException
Creates a new encoder exception, caused by the given exception.
EncodingProfile - Interface in org.opencastproject.composer.api
An encoding format encapsulates all the relevant configuration data for encoding a media file to a certain encoding formats.
EncodingProfile.MediaType - Enum Class in org.opencastproject.composer.api
Input and output formats.
EncodingProfileBuilder - Class in org.opencastproject.composer.api
Provides a mechanism to transform EncodingProfiles to and from xml.
EncodingProfileImpl - Class in org.opencastproject.composer.api
Default implementation for encoding profiles.
EncodingProfileImpl() - Constructor for class org.opencastproject.composer.api.EncodingProfileImpl
 
EncodingProfileImpl(String, String, Object) - Constructor for class org.opencastproject.composer.api.EncodingProfileImpl
Private, since the profile should be created using the static factory method.
EncodingProfileImpl.Extension - Class in org.opencastproject.composer.api
An extension property.
EncodingProfileList - Class in org.opencastproject.composer.api
A JAXB annotated collection wrapper for EncodingProfileImpls.
EncodingProfileList() - Constructor for class org.opencastproject.composer.api.EncodingProfileList
 
EncodingProfileList(List<EncodingProfileImpl>) - Constructor for class org.opencastproject.composer.api.EncodingProfileList
 
EnhancedAudio - Enum constant in enum class org.opencastproject.composer.api.EncodingProfile.MediaType
 
equals(Object) - Method in class org.opencastproject.composer.api.EncodingProfileImpl
equals(Object) - Method in class org.opencastproject.composer.api.EncodingProfileImpl.Extension
 
equals(Object) - Method in class org.opencastproject.composer.api.EncodingProfileList
 
equals(Object) - Method in class org.opencastproject.composer.layout.AbsolutePositionLayoutSpec
 
equals(Object) - Method in class org.opencastproject.composer.layout.Anchor
 
equals(Object) - Method in class org.opencastproject.composer.layout.AnchorOffset
 
equals(Object) - Method in class org.opencastproject.composer.layout.Dimension
 
equals(Object) - Method in class org.opencastproject.composer.layout.HorizontalCoverageLayoutSpec
 
equals(Object) - Method in class org.opencastproject.composer.layout.Layout
 
equals(Object) - Method in class org.opencastproject.composer.layout.Offset
 
equals(Object) - Method in class org.opencastproject.composer.layout.TwoShapeLayout
 
Extension() - Constructor for class org.opencastproject.composer.api.EncodingProfileImpl.Extension
No-arg constructor needed by JAXB
Extension(String, String) - Constructor for class org.opencastproject.composer.api.EncodingProfileImpl.Extension
Constructs an extension property with a key and a value.
Extension(Map.Entry<String, String>) - Constructor for class org.opencastproject.composer.api.EncodingProfileImpl.Extension
Constructs an extension property with a map entry.
extensions - Variable in class org.opencastproject.composer.api.EncodingProfileImpl
Installation-specific properties

F

fits(Dimension, Dimension) - Static method in class org.opencastproject.composer.layout.LayoutManager
Test if shape fits into into.

G

getAnchorOffset() - Method in class org.opencastproject.composer.layout.AbsolutePositionLayoutSpec
Get the distance between the anchor points of canvas and shape.
getAnchorOffset() - Method in class org.opencastproject.composer.layout.HorizontalCoverageLayoutSpec
Get the distance between the anchor points of canvas and shape.
getApplicableMediaType() - Method in interface org.opencastproject.composer.api.EncodingProfile
Returns the media format that can be used with this encoding profile.
getApplicableMediaType() - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Returns the media format that can be used with this encoding profile.
getCanvas() - Method in class org.opencastproject.composer.layout.MultiShapeLayout
 
getCanvas() - Method in class org.opencastproject.composer.layout.TwoShapeLayout
Get the dimension of the composition canvas.
getDimension() - Method in class org.opencastproject.composer.layout.Layout
Return the dimension of the shape.
getDuration() - Method in class org.opencastproject.composer.api.VideoClip
 
getDurationMS() - Method in class org.opencastproject.composer.api.VideoClip
 
getElement() - Method in class org.opencastproject.composer.api.LaidOutElement
 
getEnd() - Method in class org.opencastproject.composer.api.VideoClip
 
getEndMS() - Method in class org.opencastproject.composer.api.VideoClip
 
getExtension(String) - Method in interface org.opencastproject.composer.api.EncodingProfile
Returns the extension specified by key or null if no such key was defined.
getExtension(String) - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Returns the extension specified by key or null if no such key was defined.
getExtensions() - Method in interface org.opencastproject.composer.api.EncodingProfile
Returns a map containing the additional properties or an empty map if no additional properties were found.
getExtensions() - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Returns a map containing the additional properties or an empty map if no additional properties were found.
getHeight() - Method in class org.opencastproject.composer.layout.Dimension
 
getHorizontalCoverage() - Method in class org.opencastproject.composer.layout.HorizontalCoverageLayoutSpec
Get the horizontal coverage.
getIdentifier() - Method in interface org.opencastproject.composer.api.EncodingProfile
Returns the unique format identifier.
getIdentifier() - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Returns the unique format identifier.
getInstance() - Static method in class org.opencastproject.composer.api.EncodingProfileBuilder
Returns an instance of the EncodingProfileBuilder.
getJobLoad() - Method in interface org.opencastproject.composer.api.EncodingProfile
Returns an estimate of the load a single job with this profile causes.
getJobLoad() - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Returns an estimate of the load a single job with this profile causes.
getKey() - Method in class org.opencastproject.composer.api.EncodingProfileImpl.Extension
 
getLayout() - Method in class org.opencastproject.composer.api.LaidOutElement
 
getLeft() - Method in class org.opencastproject.composer.layout.Anchor
 
getLower() - Method in class org.opencastproject.composer.layout.TwoShapeLayout
Get the layout information of the lower shape.
getLower() - Method in class org.opencastproject.composer.layout.TwoShapeLayouts.TwoShapeLayoutSpec
 
getMimeType() - Method in interface org.opencastproject.composer.api.EncodingProfile
getMimeType() - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Return the mimetype as string
getName() - Method in interface org.opencastproject.composer.api.EncodingProfile
Returns the encoding format's name.
getName() - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Returns the encoding format's name.
getOffset() - Method in class org.opencastproject.composer.layout.AnchorOffset
Get the offset between the two anchor points.
getOffset() - Method in class org.opencastproject.composer.layout.Layout
Return the offset between the shape's and canvas' origin.
getOutputType() - Method in interface org.opencastproject.composer.api.EncodingProfile
Returns the encoding format's media type, which is either video (plus audio) or audio only.
getOutputType() - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Returns the encoding format's media type, which is either video (plus audio) or audio only.
getProfile(String) - Method in interface org.opencastproject.composer.api.ComposerService
Gets a profile by its ID
getProfiles() - Method in class org.opencastproject.composer.api.EncodingProfileList
 
getReferenceAnchor() - Method in class org.opencastproject.composer.layout.AnchorOffset
Get the anchor point of the reference shape.
getReferringAnchor() - Method in class org.opencastproject.composer.layout.AnchorOffset
Get the anchor point of the shape referring to the reference shape.
getShapes() - Method in class org.opencastproject.composer.layout.MultiShapeLayout
 
getSource() - Method in interface org.opencastproject.composer.api.EncodingProfile
Returns the source object that provided this encoding profile
getSource() - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Returns the source object that provided this encoding profile
getSrc() - Method in class org.opencastproject.composer.api.VideoClip
 
getStart() - Method in class org.opencastproject.composer.api.VideoClip
 
getStartMS() - Method in class org.opencastproject.composer.api.VideoClip
 
getSuffix() - Method in interface org.opencastproject.composer.api.EncodingProfile
Returns a suffix of the files.
getSuffix() - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Returns a suffix of the files.
getSuffix(String) - Method in interface org.opencastproject.composer.api.EncodingProfile
Returns a suffix of the files for a certain tag.
getSuffix(String) - Method in class org.opencastproject.composer.api.EncodingProfileImpl
 
getTags() - Method in interface org.opencastproject.composer.api.EncodingProfile
Returns a list of the tags for output files used in this request
getTags() - Method in class org.opencastproject.composer.api.EncodingProfileImpl
 
getTop() - Method in class org.opencastproject.composer.layout.Anchor
 
getUpper() - Method in class org.opencastproject.composer.layout.TwoShapeLayout
Get the layout information of the upper shape.
getUpper() - Method in class org.opencastproject.composer.layout.TwoShapeLayouts.TwoShapeLayoutSpec
 
getValue() - Method in class org.opencastproject.composer.api.EncodingProfileImpl.Extension
 
getWidth() - Method in class org.opencastproject.composer.layout.Dimension
 
getX() - Method in class org.opencastproject.composer.layout.Offset
Get the x offset.
getY() - Method in class org.opencastproject.composer.layout.Offset
Get the y offset.

H

hasExtensions() - Method in interface org.opencastproject.composer.api.EncodingProfile
Returns true if additional properties have been specified.
hasExtensions() - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Returns true if additional properties have been specified.
hashCode() - Method in class org.opencastproject.composer.api.EncodingProfileImpl.Extension
 
hashCode() - Method in class org.opencastproject.composer.api.EncodingProfileImpl
hashCode() - Method in class org.opencastproject.composer.api.EncodingProfileList
 
hashCode() - Method in class org.opencastproject.composer.layout.AbsolutePositionLayoutSpec
 
hashCode() - Method in class org.opencastproject.composer.layout.Anchor
 
hashCode() - Method in class org.opencastproject.composer.layout.AnchorOffset
 
hashCode() - Method in class org.opencastproject.composer.layout.Dimension
 
hashCode() - Method in class org.opencastproject.composer.layout.HorizontalCoverageLayoutSpec
 
hashCode() - Method in class org.opencastproject.composer.layout.Layout
 
hashCode() - Method in class org.opencastproject.composer.layout.Offset
 
hashCode() - Method in class org.opencastproject.composer.layout.TwoShapeLayout
 
horizontalCoverageLayoutSpec(JsonObj) - Static method in class org.opencastproject.composer.layout.Serializer
 
HorizontalCoverageLayoutSpec - Class in org.opencastproject.composer.layout
This layout specification describes how to position a shape and how much of the underlying width of the canvas it shall cover.
HorizontalCoverageLayoutSpec(AnchorOffset, double) - Constructor for class org.opencastproject.composer.layout.HorizontalCoverageLayoutSpec
Create a new specification.

I

identifier - Variable in class org.opencastproject.composer.api.EncodingProfileImpl
The profile identifier
image(Track, String, double...) - Method in interface org.opencastproject.composer.api.ComposerService
Extracts an image from the media package element identified by sourceVideoTrackId.
image(Track, String, Map<String, String>) - Method in interface org.opencastproject.composer.api.ComposerService
Extracts an image from the media package element identified by sourceTrack.
Image - Enum constant in enum class org.opencastproject.composer.api.EncodingProfile.MediaType
 
ImageSequence - Enum constant in enum class org.opencastproject.composer.api.EncodingProfile.MediaType
 
imageSync(Track, String, double...) - Method in interface org.opencastproject.composer.api.ComposerService
Synchronously extracts images from the source track.
imageToVideo(Attachment, String, double) - Method in interface org.opencastproject.composer.api.ComposerService
Transforms an image attachment to a video track
isApplicableTo(EncodingProfile.MediaType) - Method in interface org.opencastproject.composer.api.EncodingProfile
Returns true if the profile is applicable for the given track type.
isApplicableTo(EncodingProfile.MediaType) - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Returns true if the profile is applicable for the given track type.

J

jaxbContext - Variable in class org.opencastproject.composer.api.EncodingProfileBuilder
 
JOB_TYPE - Static variable in interface org.opencastproject.composer.api.ComposerService
 
jobLoad - Variable in class org.opencastproject.composer.api.EncodingProfileImpl
 
json(AbsolutePositionLayoutSpec) - Static method in class org.opencastproject.composer.layout.Serializer
 
json(Anchor) - Static method in class org.opencastproject.composer.layout.Serializer
 
json(AnchorOffset) - Static method in class org.opencastproject.composer.layout.Serializer
 
json(Dimension) - Static method in class org.opencastproject.composer.layout.Serializer
 
json(HorizontalCoverageLayoutSpec) - Static method in class org.opencastproject.composer.layout.Serializer
 
json(Layout) - Static method in class org.opencastproject.composer.layout.Serializer
 
json(Offset) - Static method in class org.opencastproject.composer.layout.Serializer
 
json(TwoShapeLayout) - Static method in class org.opencastproject.composer.layout.Serializer
 

L

LaidOutElement<A> - Class in org.opencastproject.composer.api
A media package element with layout information.
LaidOutElement(A, Layout) - Constructor for class org.opencastproject.composer.api.LaidOutElement
 
layout(JsonObj) - Static method in class org.opencastproject.composer.layout.Serializer
 
Layout - Class in org.opencastproject.composer.layout
The layout of a rectangular shape on a rectangular canvas.
Layout(Dimension, Offset) - Constructor for class org.opencastproject.composer.layout.Layout
Create a new layout.
LayoutManager - Class in org.opencastproject.composer.layout
 
left(Layout) - Static method in class org.opencastproject.composer.layout.LayoutManager
Get the X coordinate of the left bound of the layout.
limitMax(double, int) - Static method in class org.opencastproject.composer.layout.LayoutManager
 
limitMin(double, int) - Static method in class org.opencastproject.composer.layout.LayoutManager
 
listProfiles() - Method in interface org.opencastproject.composer.api.ComposerService
 
LOWER - Static variable in interface org.opencastproject.composer.api.ComposerService
 

M

Manifest - Enum constant in enum class org.opencastproject.composer.api.EncodingProfile.MediaType
 
max(Dimension, Dimension) - Static method in class org.opencastproject.composer.layout.LayoutManager
Return the dimension with the bigger area.
mimeType - Variable in class org.opencastproject.composer.api.EncodingProfileImpl
Mime type
multiEncode(Track, List<String>) - Method in interface org.opencastproject.composer.api.ComposerService
Encodes a track to set of media targets as defined by a list of encoding profiles
multiShapeLayout(Dimension, List<Tuple<Dimension, HorizontalCoverageLayoutSpec>>) - Static method in class org.opencastproject.composer.layout.LayoutManager
Compose a list of shapes on a canvas.
MultiShapeLayout - Class in org.opencastproject.composer.layout
Layout of multiple shapes on a common canvas.
MultiShapeLayout(Dimension, List<Layout>) - Constructor for class org.opencastproject.composer.layout.MultiShapeLayout
Create a new layout for multiple shapes on a common canvas.
mux(Track, Track, String) - Method in interface org.opencastproject.composer.api.ComposerService
Encode the video stream from one track and the audio stream from another, into a new Track.

N

name - Variable in class org.opencastproject.composer.api.EncodingProfileImpl
Format description
Nothing - Enum constant in enum class org.opencastproject.composer.api.EncodingProfile.MediaType
 

O

offset(int, int) - Static method in class org.opencastproject.composer.layout.Offset
 
offset(Anchor, Dimension) - Static method in class org.opencastproject.composer.layout.LayoutManager
Calculate the offset of an anchor point for a given shape relative to its upper left corner.
offset(JsonObj) - Static method in class org.opencastproject.composer.layout.Serializer
 
Offset - Class in org.opencastproject.composer.layout
Offset in a left-handed cartesian coordinate system.
Offset(int, int) - Constructor for class org.opencastproject.composer.layout.Offset
 
org.opencastproject.composer.api - package org.opencastproject.composer.api
 
org.opencastproject.composer.layout - package org.opencastproject.composer.layout
The package uses a left-handed cartesian coordinate system like CSS does.
outputType - Variable in class org.opencastproject.composer.api.EncodingProfileImpl
Format type
overlap(Layout, Layout) - Static method in class org.opencastproject.composer.layout.LayoutManager
Test if layouts a and b overlap.

P

parallelEncode(Track, String) - Method in interface org.opencastproject.composer.api.ComposerService
Encode one track to multiple other tracks in one encoding operation, using that track's audio and video streams.
parseProfile(InputStream) - Method in class org.opencastproject.composer.api.EncodingProfileBuilder
Loads an encoding profile from the given input stream.
parseProfileList(InputStream) - Method in class org.opencastproject.composer.api.EncodingProfileBuilder
Loads an encoding profile list from the given input stream.
parseString(String) - Static method in enum class org.opencastproject.composer.api.EncodingProfile.MediaType
Try to parse the argument type and produce a EncodingProfile.MediaType out of it.
processSmil(Smil, String, String, List<String>) - Method in interface org.opencastproject.composer.api.ComposerService
Reads a smil definition and create one media track in multiple delivery formats.
profiles - Variable in class org.opencastproject.composer.api.EncodingProfileList
 

R

removeExtension(String) - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Removes the specified property from the extended configuation space and returns either the property value or null if no property was found.
right(Layout) - Static method in class org.opencastproject.composer.layout.LayoutManager
Get the X coordinate of the right bound of the layout.

S

scale(Dimension, Dimension, double) - Static method in class org.opencastproject.composer.layout.LayoutManager
Scale shape by scale and ensure that any rounding errors are limited so that the resulting dimension does not exceed limit.
scaleToFit(Dimension, Dimension) - Static method in class org.opencastproject.composer.layout.LayoutManager
Scale d to fit into canvas .
Serializer - Class in org.opencastproject.composer.layout
 
setApplicableType(EncodingProfile.MediaType) - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Sets the applicable type.
setEnd(double) - Method in class org.opencastproject.composer.api.VideoClip
 
setEnd(long) - Method in class org.opencastproject.composer.api.VideoClip
 
setExtensions(Map<String, String>) - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Sets the extension properties for that profile.
setIdentifier(String) - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Sets the identifier
setJobLoad(Float) - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Sets the job load for this encoding profile
setMimeType(String) - Method in interface org.opencastproject.composer.api.EncodingProfile
Sets the Mimetype.
setMimeType(String) - Method in class org.opencastproject.composer.api.EncodingProfileImpl
sets the mimetype of the output if applicable
setName(String) - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Sets the profile name
setOutputType(EncodingProfile.MediaType) - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Sets the output type.
setProfiles(List<EncodingProfileImpl>) - Method in class org.opencastproject.composer.api.EncodingProfileList
 
setSuffix(String) - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Sets the suffix for encoded file names.
setSuffix(String, String) - Method in class org.opencastproject.composer.api.EncodingProfileImpl
Sets the suffix for encoded file names.
source - Variable in class org.opencastproject.composer.api.EncodingProfileImpl
 
Stream - Enum constant in enum class org.opencastproject.composer.api.EncodingProfile.MediaType
 
suffixes - Variable in class org.opencastproject.composer.api.EncodingProfileImpl
 

T

top(Layout) - Static method in class org.opencastproject.composer.layout.LayoutManager
Get the Y coordinate of the top bound of the layout.
TOP_LEFT - Static variable in class org.opencastproject.composer.layout.Anchors
 
TOP_LEFT_SMALL_BOTTOM_RIGHT_BIG - Static variable in class org.opencastproject.composer.layout.TwoShapeLayouts
Layout specification placing the upper media in the top left and the lower media in the bottom right corner of the canvas.
TOP_RIGHT - Static variable in class org.opencastproject.composer.layout.Anchors
 
toString() - Method in class org.opencastproject.composer.api.EncodingProfileImpl
toString() - Method in class org.opencastproject.composer.api.VideoClip
 
toString() - Method in class org.opencastproject.composer.layout.Anchor
 
toString() - Method in class org.opencastproject.composer.layout.AnchorOffset
 
toString() - Method in class org.opencastproject.composer.layout.Dimension
 
toString() - Method in class org.opencastproject.composer.layout.Offset
 
trim(Track, String, long, long) - Method in interface org.opencastproject.composer.api.ComposerService
Trims the given track to the given start time and duration.
twoShapeLayout(Dimension, Dimension, Dimension, TwoShapeLayouts.TwoShapeLayoutSpec) - Static method in class org.opencastproject.composer.layout.LayoutManager
Compose two shapes on a canvas.
twoShapeLayout(JsonObj) - Static method in class org.opencastproject.composer.layout.Serializer
 
TwoShapeLayout - Class in org.opencastproject.composer.layout
Layout of two shapes on a common canvas.
TwoShapeLayout(Dimension, Layout, Layout) - Constructor for class org.opencastproject.composer.layout.TwoShapeLayout
 
TwoShapeLayouts - Class in org.opencastproject.composer.layout
Hosts predefined positioning specifications for the TwoShapeLayout.
TwoShapeLayouts.TwoShapeLayoutSpec - Class in org.opencastproject.composer.layout
 
TwoShapeLayoutSpec(HorizontalCoverageLayoutSpec, HorizontalCoverageLayoutSpec) - Constructor for class org.opencastproject.composer.layout.TwoShapeLayouts.TwoShapeLayoutSpec
 

U

UPPER - Static variable in interface org.opencastproject.composer.api.ComposerService
sourceAudioName options for composite - use one or both, if null is passed, both will be used

V

valueOf(String) - Static method in enum class org.opencastproject.composer.api.EncodingProfile.MediaType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.opencastproject.composer.api.EncodingProfile.MediaType
Returns an array containing the constants of this enum class, in the order they are declared.
VIDEO_ONLY - Static variable in interface org.opencastproject.composer.api.ComposerService
 
VideoClip - Class in org.opencastproject.composer.api
 
VideoClip(int, double, double) - Constructor for class org.opencastproject.composer.api.VideoClip
 
VideoClip(int, long, long) - Constructor for class org.opencastproject.composer.api.VideoClip
 
Visual - Enum constant in enum class org.opencastproject.composer.api.EncodingProfile.MediaType
 
A B C D E F G H I J L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form