Uses of Class
org.opencastproject.smil.api.SmilException
Packages that use SmilException
Package
Description
-
Uses of SmilException in org.opencastproject.smil.api
Methods in org.opencastproject.smil.api that throw SmilExceptionModifier and TypeMethodDescriptionSmilService.addClip(Smil smil, String parentId, org.opencastproject.mediapackage.Track track, long start, long duration) Add a SmilMediaElement based on given track and start/duration information.SmilService.addClip(Smil smil, String parentId, org.opencastproject.mediapackage.Track track, long start, long duration, String paramGroupId) Add a SmilMediaElement based on given track and start/duration information.SmilService.addClips(Smil smil, String parentId, org.opencastproject.mediapackage.Track[] tracks, long start, long duration) Add a list of SmilMediaElements based on given tracks and start/duration information.SmilService.addParallel(Smil smil) Add new par element toSmil.SmilService.addParallel(Smil smil, String parentId) Add new par element toSmilinside an element with given Id.SmilService.addSequence(Smil smil) Add new seq element toSmil.SmilService.addSequence(Smil smil, String parentId) Add new seq element toSmilinside an element with given Id.ReturnsSmilfrom XmlFile.ReturnsSmilfrom XmlString.SmilResponse.getEntities()ReturnsSmilObjects if there are any or throwsSmilException.SmilResponse.getEntity()ReturnsSmilObjectif only one entity stored. -
Uses of SmilException in org.opencastproject.smil.entity.api
Methods in org.opencastproject.smil.entity.api that throw SmilExceptionModifier and TypeMethodDescriptionReturns element with given Id. -
Uses of SmilException in org.opencastproject.smil.entity.media.element.api
Methods in org.opencastproject.smil.entity.media.element.api that throw SmilExceptionModifier and TypeMethodDescriptionlongSmilMediaElement.getClipBeginMS()Returns clip start position in milliseconds.longSmilMediaElement.getClipEndMS()Returns clip end position in milliseconds.