Package com.avpkit.core
Class AVPKit
- java.lang.Object
-
- com.avpkit.core.AVPKit
-
- All Implemented Interfaces:
AVPKitConstants
public class AVPKit extends java.lang.Object implements AVPKitConstants
Internal Only.- See Also:
Converter
-
-
Field Summary
-
Fields inherited from interface com.avpkit.core.AVPKitConstants
LIBAVCODEC_BUILD, LIBAVCODEC_VERSION_INT, LIBAVCODEC_VERSION_MAJOR, LIBAVCODEC_VERSION_MICRO, LIBAVCODEC_VERSION_MINOR, LIBAVUTIL_BUILD, LIBAVUTIL_VERSION_INT, LIBAVUTIL_VERSION_MAJOR, LIBAVUTIL_VERSION_MICRO, LIBAVUTIL_VERSION_MINOR
-
-
Constructor Summary
Constructors Constructor Description AVPKit()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinit()Internal Only.static voidload()Method to force loading of all native methods in the library.static voidmain(java.lang.String[] args)A simple test of core, this program takes an input file, and outputs it as an output file.
-
-
-
Constructor Detail
-
AVPKit
public AVPKit()
-
-
Method Detail
-
load
public static void load()
Method to force loading of all native methods in the library.
-
main
public static void main(java.lang.String[] args)
A simple test of core, this program takes an input file, and outputs it as an output file.- Parameters:
args- The command line args passed to this program.
-
init
public static void init()
Internal Only. Do not use.
-
-