public static class MessageEmbed.VideoInfo
extends java.lang.Object
| Constructor and Description |
|---|
VideoInfo(java.lang.String url,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
The height of the video.
|
java.lang.String |
getUrl()
The url of the video.
|
int |
getWidth()
The width of the video.
|
public java.lang.String getUrl()
public int getWidth()
Basically: Don't rely on this to represent the actual video's quality or size.
public int getHeight()
Basically: Don't rely on this to represent the actual video's quality or size.