Class Video


  • public class Video
    extends java.lang.Object
    Utilities and constants for working with video content.
    Author:
    Garret Wilson
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MPEG_NAME_EXTENSION
      The long name extension for MPEG files.
      static java.lang.String MPG_NAME_EXTENSION
      The short name extension for MPEG files.
    • Constructor Summary

      Constructors 
      Constructor Description
      Video()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MPEG_NAME_EXTENSION

        public static final java.lang.String MPEG_NAME_EXTENSION
        The long name extension for MPEG files.
        See Also:
        Constant Field Values
      • MPG_NAME_EXTENSION

        public static final java.lang.String MPG_NAME_EXTENSION
        The short name extension for MPEG files.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Video

        public Video()