Interface SmilBody
- All Superinterfaces:
SmilObject
Represent a SMIL body element.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the SMIL elements inside the body.Methods inherited from interface org.opencastproject.smil.entity.api.SmilObject
getId
-
Method Details
-
getMediaElements
List<SmilMediaObject> getMediaElements()Returns the SMIL elements inside the body. TheListis immutable, use SmilService to modify it.- Returns:
- the media elements
-