Methods Summary |
---|
public boolean | beginElement()
return mElementTime.beginElement();
|
public boolean | endElement()
return mElementTime.endElement();
|
public java.lang.String | getAbstractAttr()
return this.getAttribute("abstract");
|
public java.lang.String | getAlt()
return this.getAttribute("alt");
|
public java.lang.String | getAuthor()
return this.getAttribute("author");
|
public org.w3c.dom.smil.TimeList | getBegin()
return mElementTime.getBegin();
|
public java.lang.String | getClipBegin()
return this.getAttribute("clipBegin");
|
public java.lang.String | getClipEnd()
return this.getAttribute("clipEnd");
|
public java.lang.String | getCopyright()
return this.getAttribute("copyright");
|
public float | getDur()
return mElementTime.getDur();
|
public org.w3c.dom.smil.TimeList | getEnd()
return mElementTime.getEnd();
|
public short | getFill()
return mElementTime.getFill();
|
public short | getFillDefault()
return mElementTime.getFillDefault();
|
public java.lang.String | getLongdesc()
return this.getAttribute("longdesc");
|
public java.lang.String | getPort()
return this.getAttribute("port");
|
public java.lang.String | getReadIndex()
return this.getAttribute("readIndex");
|
public float | getRepeatCount()
return mElementTime.getRepeatCount();
|
public float | getRepeatDur()
return mElementTime.getRepeatDur();
|
public short | getRestart()
return mElementTime.getRestart();
|
public java.lang.String | getRtpformat()
return this.getAttribute("rtpformat");
|
public java.lang.String | getSrc()
return this.getAttribute("src");
|
public java.lang.String | getStripRepeat()
return this.getAttribute("stripRepeat");
|
public java.lang.String | getTitle()
return this.getAttribute("title");
|
public java.lang.String | getTransport()
return this.getAttribute("transport");
|
public java.lang.String | getType()
return this.getAttribute("type");
|
public void | pauseElement()
mElementTime.pauseElement();
|
public void | resumeElement()
mElementTime.resumeElement();
|
public void | seekElement(float seekTo)
mElementTime.seekElement(seekTo);
|
public void | setAbstractAttr(java.lang.String abstractAttr)
this.setAttribute("abstract", abstractAttr);
|
public void | setAlt(java.lang.String alt)
this.setAttribute("alt", alt);
|
public void | setAuthor(java.lang.String author)
this.setAttribute("author", author);
|
public void | setBegin(org.w3c.dom.smil.TimeList begin)
mElementTime.setBegin(begin);
|
public void | setClipBegin(java.lang.String clipBegin)
this.setAttribute("clipBegin", clipBegin);
|
public void | setClipEnd(java.lang.String clipEnd)
this.setAttribute("clipEnd", clipEnd);
|
public void | setCopyright(java.lang.String copyright)
this.setAttribute("copyright", copyright);
|
public void | setDur(float dur)
mElementTime.setDur(dur);
|
public void | setEnd(org.w3c.dom.smil.TimeList end)
mElementTime.setEnd(end);
|
public void | setFill(short fill)
mElementTime.setFill(fill);
|
public void | setFillDefault(short fillDefault)
mElementTime.setFillDefault(fillDefault);
|
public void | setLongdesc(java.lang.String longdesc)
this.setAttribute("longdesc", longdesc);
|
public void | setPort(java.lang.String port)
this.setAttribute("port", port);
|
public void | setReadIndex(java.lang.String readIndex)
this.setAttribute("readIndex", readIndex);
|
public void | setRepeatCount(float repeatCount)
mElementTime.setRepeatCount(repeatCount);
|
public void | setRepeatDur(float repeatDur)
mElementTime.setRepeatDur(repeatDur);
|
public void | setRestart(short restart)
mElementTime.setRestart(restart);
|
public void | setRtpformat(java.lang.String rtpformat)
this.setAttribute("rtpformat", rtpformat);
|
public void | setSrc(java.lang.String src)
this.setAttribute("src", src);
|
public void | setStripRepeat(java.lang.String stripRepeat)
this.setAttribute("stripRepeat", stripRepeat);
|
public void | setTitle(java.lang.String title)
this.setAttribute("title", title);
|
public void | setTransport(java.lang.String transport)
this.setAttribute("transport", transport);
|
public void | setType(java.lang.String type)
this.setAttribute("type", type);
|