Uses of Interface
org.opencastproject.smil.entity.api.Smil
Packages that use Smil
-
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 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.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.