SmilResponse |
SmilService.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.
|
SmilResponse |
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.
|
SmilResponse |
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.
|
SmilResponse |
SmilService.addMeta(Smil smil,
String name,
String content) |
Add a meta element to Smil head.
|
SmilResponse |
SmilService.addParallel(Smil smil) |
Add new par element to Smil.
|
SmilResponse |
SmilService.addParallel(Smil smil,
String parentId) |
Add new par element to Smil inside an element with given Id.
|
SmilResponse |
SmilService.addSequence(Smil smil) |
Add new seq element to Smil.
|
SmilResponse |
SmilService.addSequence(Smil smil,
String parentId) |
Add new seq element to Smil inside an element with given Id.
|
SmilResponse |
SmilService.removeSmilElement(Smil smil,
String elementId) |
Remove element (identified by elementId) from Smil if exists.
|