Class Video


  • public class Video
    extends java.lang.Object
    Represents a video.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.net.URL url  
    • Constructor Summary

      Constructors 
      Constructor Description
      Video​(java.net.URL url)
      Create a Video.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URL getURL()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • url

        private final java.net.URL url
    • Constructor Detail

      • Video

        public Video​(java.net.URL url)
        Create a Video.
        Parameters:
        url - The URL to create the video from.
    • Method Detail

      • getURL

        public java.net.URL getURL()