Uses of Class
org.opencastproject.smil.api.SmilException
Packages that use SmilException
Package
Description
-
Uses of SmilException in org.opencastproject.silencedetection.impl
Methods in org.opencastproject.silencedetection.impl that throw SmilExceptionModifier and TypeMethodDescriptionprotected SmilSilenceDetectionServiceImpl.generateSmil(MediaSegments segments, List<Track> referenceTracks) Create a smil from given parameters.protected String -
Uses of SmilException in org.opencastproject.smil.api
Methods in org.opencastproject.smil.api that throw SmilExceptionModifier and TypeMethodDescriptionAdd a SmilMediaElement based on given track and start/duration information.SmilService.addClip(Smil smil, String parentId, Track track, long start, long duration, String paramGroupId) Add a SmilMediaElement based on given track and start/duration information.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
Methods in org.opencastproject.smil.entity that throw SmilExceptionModifier and TypeMethodDescriptionvoidSmilBodyImpl.addMediaElement(SmilMediaObject mediaObject, String parentId) Add givenSmilMediaObjectto the element with given Id.Returns element with given Id. -
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.container
Methods in org.opencastproject.smil.entity.media.container that throw SmilExceptionModifier and TypeMethodDescriptionvoidSmilMediaContainerImpl.addMediaObject(SmilMediaObject mediaObject, String parentId) Add newSmilMediaObjectinside an child element with given parent Id. -
Uses of SmilException in org.opencastproject.smil.entity.media.element
Methods in org.opencastproject.smil.entity.media.element that throw SmilExceptionModifier and TypeMethodDescriptionprotected longSmilMediaElementImpl.convertTimeToMS(String timeUnit) Convert time unit to milliseconds.longSmilMediaElementImpl.getClipBeginMS()Returns clip start position in milliseconds.longSmilMediaElementImpl.getClipEndMS()Returns clip end position in milliseconds. -
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. -
Uses of SmilException in org.opencastproject.smil.impl
Methods in org.opencastproject.smil.impl that throw SmilExceptionModifier and TypeMethodDescriptionSmilServiceImpl.addClip(Smil smil, String parentId, Track track, long start, long duration, String pgId) Add a SmilMediaElement based on given track and start/duration information.Add a list of SmilMediaElements based on given tracks and start/duration information.SmilServiceImpl.addParallel(Smil smil) Add new par element toSmil.SmilServiceImpl.addParallel(Smil smil, String parentId) Add new par element toSmilinside an element with given Id.SmilServiceImpl.addSequence(Smil smil) Add new seq element toSmil.SmilServiceImpl.addSequence(Smil smil, String parentId) Add new seq element toSmilinside an element with given Id.ReturnsSmilfrom XmlFile.ReturnsSmilfrom XmlString.SmilResponseImpl.getEntities()ReturnsSmilObjects if there are any or throwsSmilException.SmilResponseImpl.getEntity()ReturnsSmilObjectif only one entity stored. -
Uses of SmilException in org.opencastproject.workflow.handler.videoeditor
Methods in org.opencastproject.workflow.handler.videoeditor that throw SmilExceptionModifier and TypeMethodDescriptionprotected longSilenceDetectionWorkflowOperationHandler.getSegmentDurationMS(SmilMediaObject smilElement) Return first media segment length in milliseconds.protected SmilVideoEditorWorkflowOperationHandler.replaceAllTracksWith(Smil smil, Track[] otherTracks)