FileDocCategorySizeDatePackage
SMILMediaElement.javaAPI DocAndroid 1.5 API5178Wed May 06 22:42:46 BST 2009org.w3c.dom.smil

SMILMediaElement

public interface SMILMediaElement implements SMILElement, ElementTime
Declares media content.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetAbstractAttr()
See the abstract attribute from .

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetAlt()
See the alt attribute from .

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetAuthor()
See the author attribute from .

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetClipBegin()
See the clipBegin attribute from .

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetClipEnd()
See the clipEnd attribute from .

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetCopyright()
See the copyright attribute from .

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetLongdesc()
See the longdesc attribute from .

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetPort()
See the port attribute from .

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetReadIndex()
See the readIndex attribute from .

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetRtpformat()
See the rtpformat attribute from .

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetSrc()
See the src attribute from .

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetStripRepeat()
See the stripRepeat attribute from .

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetTitle()
See the title attribute from .

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetTransport()
See the transport attribute from .

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetType()
See the type attribute from .

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public voidsetAbstractAttr(java.lang.String abstractAttr)

public voidsetAlt(java.lang.String alt)

public voidsetAuthor(java.lang.String author)

public voidsetClipBegin(java.lang.String clipBegin)

public voidsetClipEnd(java.lang.String clipEnd)

public voidsetCopyright(java.lang.String copyright)

public voidsetLongdesc(java.lang.String longdesc)

public voidsetPort(java.lang.String port)

public voidsetReadIndex(java.lang.String readIndex)

public voidsetRtpformat(java.lang.String rtpformat)

public voidsetSrc(java.lang.String src)

public voidsetStripRepeat(java.lang.String stripRepeat)

public voidsetTitle(java.lang.String title)

public voidsetTransport(java.lang.String transport)

public voidsetType(java.lang.String type)