Class Video.VideoFormat

    • Method Detail

      • getEmbedHtml

        public String getEmbedHtml()
        HTML to embed the video in this format.
        Returns:
        HTML to embed the video in this format.
      • setEmbedHtml

        public void setEmbedHtml​(String embedHtml)
        HTML to embed the video in this format.
      • getFilter

        public String getFilter()
        The filter applied to this video format.
        Returns:
        The filter applied to this video format.
      • setFilter

        public void setFilter​(String filter)
        The filter applied to this video format.
      • getPicture

        public String getPicture()
        The thumbnail for the video in this format.
        Returns:
        The thumbnail for the video in this format.
      • setPicture

        public void setPicture​(String picture)
        The thumbnail for the video in this format.
      • getWidth

        public Integer getWidth()
        The width of the video in this format.
        Returns:
        The width of the video in this format.
      • setWidth

        public void setWidth​(Integer width)
        The width of the video in this format.
      • getHeight

        public Integer getHeight()
        The height of the video in this format.
        Returns:
        The height of the video in this format.
      • setHeight

        public void setHeight​(Integer height)
        The height of the video in this format.