Interface SmilBody

All Superinterfaces:
SmilObject

public interface SmilBody extends SmilObject
Represent a SMIL body element.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns 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. The List is immutable, use SmilService to modify it.
      Returns:
      the media elements