@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="MediaList")
public class MediaList
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
mediaText
The mediaText property of the MediaList interface is a stringifier that returns a DOMString representing the MediaList as text, and also allows you to set a new MediaList.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MediaList() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendMedium(java.lang.String medium) |
void |
deleteMedium(java.lang.String medium) |
java.lang.String |
item(int index) |
int |
length() |