Class GetContainerInfo


  • public class GetContainerInfo
    extends java.lang.Object
    Opens up a media container, and prints out a summary of the contents. If you pass -Davpkit.options we'll also tell you what every configurable option on the container and streams is set to.
    Author:
    aclarke
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Takes a media container (file) as the first argument, opens it, and tells you what's inside the container.
      • Methods inherited from class java.lang.Object

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

      • main

        public static void main​(java.lang.String[] args)
        Takes a media container (file) as the first argument, opens it, and tells you what's inside the container.
        Parameters:
        args - Must contain one string which represents a filename