Uses of Interface
org.opencastproject.smil.entity.api.Smil
Packages that use Smil
Package
Description
-
Uses of Smil in org.opencastproject.composer.api
Methods in org.opencastproject.composer.api with parameters of type Smil -
Uses of Smil in org.opencastproject.composer.impl
Methods in org.opencastproject.composer.impl with parameters of type SmilModifier and TypeMethodDescriptionComposerServiceImpl.processSmil(Job job, Smil smil, String trackParamGroupId, String mediaType, List<String> encodingProfiles) Splice segments given by smil document for the given track to the new one.ComposerServiceImpl.processSmil(Smil smil, String trackparamId, String mediaType, List<String> profileIds) ProcessSmil processes editing of one source group (which may contain multiple source tracks) to one set of outputs (to one or more encoding profiles). -
Uses of Smil in org.opencastproject.composer.remote
Methods in org.opencastproject.composer.remote with parameters of type Smil -
Uses of Smil in org.opencastproject.silencedetection.impl
Methods in org.opencastproject.silencedetection.impl that return SmilModifier and TypeMethodDescriptionprotected SmilSilenceDetectionServiceImpl.generateSmil(MediaSegments segments, List<Track> referenceTracks) Create a smil from given parameters. -
Uses of Smil in org.opencastproject.smil.api
Methods in org.opencastproject.smil.api that return SmilMethods in org.opencastproject.smil.api with parameters of type SmilModifier 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.Add a meta element toSmilhead.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.SmilService.removeSmilElement(Smil smil, String elementId) Remove element (identified by elementId) fromSmilif exists. -
Uses of Smil in org.opencastproject.smil.entity
Classes in org.opencastproject.smil.entity that implement SmilMethods in org.opencastproject.smil.entity that return Smil -
Uses of Smil in org.opencastproject.smil.impl
Methods in org.opencastproject.smil.impl that return SmilMethods in org.opencastproject.smil.impl with parameters of type SmilModifier 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.Add a meta element toSmilhead.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.SmilServiceImpl.removeSmilElement(Smil smil, String elementId) Remove element (identified by elementId) fromSmilif exists.Constructors in org.opencastproject.smil.impl with parameters of type SmilModifierConstructorDescriptionSmilResponseImpl(Smil smil) ConstructorSmilResponseImpl(Smil smil, SmilObject entity) Constructor.SmilResponseImpl(Smil smil, SmilObject[] entities) Constructor. -
Uses of Smil in org.opencastproject.videoeditor.api
Methods in org.opencastproject.videoeditor.api with parameters of type SmilModifier and TypeMethodDescriptionVideoEditorService.processSmil(Smil smil) Create Smil processingJobs to edit Tracks. -
Uses of Smil in org.opencastproject.videoeditor.impl
Methods in org.opencastproject.videoeditor.impl with parameters of type SmilModifier and TypeMethodDescriptionprotected TrackVideoEditorServiceImpl.processSmil(Job job, Smil smil, String trackParamGroupId) Splice segments given by smil document for the given track to the new one.VideoEditorServiceImpl.processSmil(Smil smil) Create Smil processingJobs to edit Tracks. -
Uses of Smil in org.opencastproject.videoeditor.remote
Methods in org.opencastproject.videoeditor.remote with parameters of type Smil -
Uses of Smil in org.opencastproject.workflow.handler.videoeditor
Methods in org.opencastproject.workflow.handler.videoeditor that return SmilModifier and TypeMethodDescriptionprotected SmilVideoEditorWorkflowOperationHandler.replaceAllTracksWith(Smil smil, Track[] otherTracks) Methods in org.opencastproject.workflow.handler.videoeditor with parameters of type SmilModifier and TypeMethodDescriptionprotected SmilVideoEditorWorkflowOperationHandler.replaceAllTracksWith(Smil smil, Track[] otherTracks)