public class MediaPlayer extends Object
Instances represent a reference to a web browser media player console
As specified in the Media namespace.
| Constructor and Description |
|---|
MediaPlayer() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHeight()
Height is the height of the browser window that the URL should be opened in.
|
String |
getUrl()
Url is the URL of the player console that plays the media.
|
Integer |
getWidth()
Width is the width of the browser window that the URL should be opened in.
|
void |
setHeight(Integer height) |
void |
setUrl(String url) |
void |
setWidth(Integer width) |
String |
toString() |
public String getUrl()
String or nullpublic void setUrl(String url)
public Integer getHeight()
Integer or nullpublic void setHeight(Integer height)
public Integer getWidth()
Integer or nullpublic void setWidth(Integer width)
Copyright © 2018. All rights reserved.