Uses of Interface
org.opencastproject.smil.entity.api.SmilObject
-
-
Uses of SmilObject in org.opencastproject.smil.api
Methods in org.opencastproject.smil.api that return SmilObject Modifier and Type Method Description SmilObject[]SmilResponse. getEntities()ReturnsSmilObjects if there are any or throwsSmilException.SmilObjectSmilResponse. getEntity()ReturnsSmilObjectif only one entity stored. -
Uses of SmilObject in org.opencastproject.smil.entity.api
Subinterfaces of SmilObject in org.opencastproject.smil.entity.api Modifier and Type Interface Description interfaceSmilRepresent a SMIL document.interfaceSmilBodyRepresent a SMIL body element.interfaceSmilHeadRepresent a SMIL head element.interfaceSmilMetaRepresent a SMIL meta element.Methods in org.opencastproject.smil.entity.api that return SmilObject Modifier and Type Method Description SmilObjectSmil. get(String elementId)Returns element with given Id. -
Uses of SmilObject in org.opencastproject.smil.entity.media.api
Subinterfaces of SmilObject in org.opencastproject.smil.entity.media.api Modifier and Type Interface Description interfaceSmilMediaObjectRepresent Smil media elements and containers. -
Uses of SmilObject in org.opencastproject.smil.entity.media.container.api
Subinterfaces of SmilObject in org.opencastproject.smil.entity.media.container.api Modifier and Type Interface Description interfaceSmilMediaContainerRepresent a media container likepar,seq,... -
Uses of SmilObject in org.opencastproject.smil.entity.media.element.api
Subinterfaces of SmilObject in org.opencastproject.smil.entity.media.element.api Modifier and Type Interface Description interfaceSmilMediaElementRepresent a media element likeaudio,video,... -
Uses of SmilObject in org.opencastproject.smil.entity.media.param.api
Subinterfaces of SmilObject in org.opencastproject.smil.entity.media.param.api Modifier and Type Interface Description interfaceSmilMediaParamRepresent SMIL param element (inside media elements).interfaceSmilMediaParamGroupRepresent SMIL paramGroup element with params inside.
-