Interface EmbedVideo


  • public interface EmbedVideo
    This interface represents an embed video.
    • Method Detail

      • getUrl

        java.net.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.