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