Package com.avpkit.core
Class GetSupportedCodecs
- java.lang.Object
-
- com.avpkit.core.GetSupportedCodecs
-
public class GetSupportedCodecs extends java.lang.Object
Prints information about which codecs can be inserted into a container format.- Since:
- 3.3
- Author:
- aclarke
-
-
Constructor Summary
Constructors Constructor Description GetSupportedCodecs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Given the short name of a container, prints out information about it, including which codecs AVPKit can write (mux) into that container.
-
-
-
Constructor Detail
-
GetSupportedCodecs
public GetSupportedCodecs()
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Given the short name of a container, prints out information about it, including which codecs AVPKit can write (mux) into that container.- Parameters:
args- One string argument representing the short name of the format
-
-