Interface SMILMediaElement

All Superinterfaces:
Element, ElementTime, EventTarget, InnerHTML, Node, NonDocumentTypeChildNode, ParentNode, SMILElement
All Known Subinterfaces:
SMILRefElement

public interface SMILMediaElement extends ElementTime, SMILElement
Declares media content.
  • Method Details

    • getAbstractAttr

      String getAbstractAttr()
      See the abstract attribute from .
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setAbstractAttr

      void setAbstractAttr(String abstractAttr) throws DOMException

      setAbstractAttr.

      Parameters:
      abstractAttr - a String object.
      Throws:
      DOMException - if any.
    • getAlt

      String getAlt()
      See the alt attribute from .
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setAlt

      void setAlt(String alt) throws DOMException

      setAlt.

      Parameters:
      alt - a String object.
      Throws:
      DOMException - if any.
    • getAuthor

      String getAuthor()
      See the author attribute from .
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setAuthor

      void setAuthor(String author) throws DOMException

      setAuthor.

      Parameters:
      author - a String object.
      Throws:
      DOMException - if any.
    • getClipBegin

      String getClipBegin()
      See the clipBegin attribute from .
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setClipBegin

      void setClipBegin(String clipBegin) throws DOMException

      setClipBegin.

      Parameters:
      clipBegin - a String object.
      Throws:
      DOMException - if any.
    • getClipEnd

      String getClipEnd()
      See the clipEnd attribute from .
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setClipEnd

      void setClipEnd(String clipEnd) throws DOMException

      setClipEnd.

      Parameters:
      clipEnd - a String object.
      Throws:
      DOMException - if any.
    • getCopyright

      String getCopyright()
      See the copyright attribute from .
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setCopyright

      void setCopyright(String copyright) throws DOMException

      setCopyright.

      Parameters:
      copyright - a String object.
      Throws:
      DOMException - if any.
    • getLongdesc

      String getLongdesc()
      See the longdesc attribute from .
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setLongdesc

      void setLongdesc(String longdesc) throws DOMException

      setLongdesc.

      Parameters:
      longdesc - a String object.
      Throws:
      DOMException - if any.
    • getPort

      String getPort()
      See the port attribute from .
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setPort

      void setPort(String port) throws DOMException

      setPort.

      Parameters:
      port - a String object.
      Throws:
      DOMException - if any.
    • getReadIndex

      String getReadIndex()
      See the readIndex attribute from .
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setReadIndex

      void setReadIndex(String readIndex) throws DOMException

      setReadIndex.

      Parameters:
      readIndex - a String object.
      Throws:
      DOMException - if any.
    • getRtpformat

      String getRtpformat()
      See the rtpformat attribute from .
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setRtpformat

      void setRtpformat(String rtpformat) throws DOMException

      setRtpformat.

      Parameters:
      rtpformat - a String object.
      Throws:
      DOMException - if any.
    • getSrc

      String getSrc()
      See the src attribute from .
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setSrc

      void setSrc(String src) throws DOMException

      setSrc.

      Parameters:
      src - a String object.
      Throws:
      DOMException - if any.
    • getStripRepeat

      String getStripRepeat()
      See the stripRepeat attribute from .
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setStripRepeat

      void setStripRepeat(String stripRepeat) throws DOMException

      setStripRepeat.

      Parameters:
      stripRepeat - a String object.
      Throws:
      DOMException - if any.
    • getTitle

      String getTitle()
      See the title attribute from .
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setTitle

      void setTitle(String title) throws DOMException

      setTitle.

      Parameters:
      title - a String object.
      Throws:
      DOMException - if any.
    • getTransport

      String getTransport()
      See the transport attribute from .
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setTransport

      void setTransport(String transport) throws DOMException

      setTransport.

      Parameters:
      transport - a String object.
      Throws:
      DOMException - if any.
    • getType

      String getType()
      See the type attribute from .
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setType

      void setType(String type) throws DOMException

      setType.

      Parameters:
      type - a String object.
      Throws:
      DOMException - if any.