The nsIDOMMediaList interface is a datatype for a list of media types in the Document Object Model.
More...
import "nsIDOMMediaList.idl";
List of all members.
Public Member Functions |
| DOMString | item (in unsigned long index) |
| void | deleteMedium (in DOMString oldMedium) raises (DOMException) |
| void | appendMedium (in DOMString newMedium) raises (DOMException) |
Public Attributes |
| attribute DOMString | mediaText |
| readonly attribute unsigned long | length |
Detailed Description
The nsIDOMMediaList interface is a datatype for a list of media types in the Document Object Model.
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Style
Member Function Documentation
| void nsIDOMMediaList::appendMedium |
( |
in DOMString |
newMedium |
) |
raises (DOMException) |
| void nsIDOMMediaList::deleteMedium |
( |
in DOMString |
oldMedium |
) |
raises (DOMException) |
| DOMString nsIDOMMediaList::item |
( |
in unsigned long |
index |
) |
|
Member Data Documentation
The documentation for this interface was generated from the following file: