Interface SmilHead
-
- All Superinterfaces:
SmilObject
public interface SmilHead extends SmilObject
Represent a SMIL head element.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SmilMeta>getMetas()ReturnsListof meta elements inside.List<SmilMediaParamGroup>getParamGroups()ReturnsListof paramGroup elements.-
Methods inherited from interface org.opencastproject.smil.entity.api.SmilObject
getId
-
-
-
-
Method Detail
-
getParamGroups
List<SmilMediaParamGroup> getParamGroups()
- Returns:
- the param groups
-
-