Interface ElementParallelTimeContainer

All Superinterfaces:
ElementTime, ElementTimeContainer

public interface ElementParallelTimeContainer extends ElementTimeContainer
A parallel container defines a simple parallel time grouping in which multiple elements can play back at the same time. It may have to specify a repeat iteration. (?)
  • Method Details

    • getEndSync

      String getEndSync()
      Controls the end of the container. Need to address thr id-ref value.
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setEndSync

      void setEndSync(String endSync) throws DOMException

      setEndSync.

      Parameters:
      endSync - a String object.
      Throws:
      DOMException - if any.
    • getImplicitDuration

      float getImplicitDuration()
      This method returns the implicit duration in seconds.
      Returns:
      The implicit duration in seconds or -1 if the implicit is unknown (indefinite?).