Class LiveStreamAssets

    • Constructor Detail

      • LiveStreamAssets

        public LiveStreamAssets()
    • Method Detail

      • getHls

        @Nullable
        public URI getHls()
        The http live streaming (HLS) link for your live video stream.
        Returns:
        hls
      • setHls

        public void setHls​(URI hls)
      • getIframe

        @Nullable
        public String getIframe()
        The embed code for the iframe containing your live video stream.
        Returns:
        iframe
      • setIframe

        public void setIframe​(String iframe)
      • getPlayer

        @Nullable
        public URI getPlayer()
        A link to the video player that is playing your live stream.
        Returns:
        player
      • setPlayer

        public void setPlayer​(URI player)
      • getThumbnail

        @Nullable
        public URI getThumbnail()
        A link to the thumbnail for your video.
        Returns:
        thumbnail
      • setThumbnail

        public void setThumbnail​(URI thumbnail)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object