Package com.avpkit.core.demos
Class GetContainerInfo
- java.lang.Object
-
- com.avpkit.core.demos.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
-
-
Constructor Summary
Constructors Constructor Description GetContainerInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Takes a media container (file) as the first argument, opens it, and tells you what's inside the container.
-
-
-
Constructor Detail
-
GetContainerInfo
public GetContainerInfo()
-
-
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
-
-