Interface EmbedVideo
-
public interface EmbedVideoThis interface represents an embed video.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHeight()Gets the height of the video.URLgetUrl()Gets the url of the video.intgetWidth()Gets the width of the video.
-
-
-
Method Detail
-
getUrl
URL getUrl()
Gets the url of the video.- Returns:
- The url of the video.
-
getHeight
int getHeight()
Gets the height of the video.- Returns:
- The height of the video.
-
getWidth
int getWidth()
Gets the width of the video.- Returns:
- The width of the video.
-
-