![JAR search and dependency download from the Maven repository](/logo.png)
io.humble.ferry.Ferry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of humble-video-noarch Show documentation
Show all versions of humble-video-noarch Show documentation
This is the main Humble Video Java library. It contains no native code, but all Java runtime code.
It must be paired up with the correct humble-video-arch-*.jar library for your OS. For most
users, depending on humble-video-all will work better.
The newest version!
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.6
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
package io.humble.ferry;
/**
* Internal Only.
*
* I meant that.
*
*
* Really. There's nothing here.
*
*/
public class Ferry {
static {
FerryJNI.noop();
}
/**
* Don't allow creation of this object.
*/
private Ferry(){}
/** call this to force a load of all native components.
* This is NOT normally required but can be useful in
* some circumstances.
*/
public static void load()
{
}
/**
* Internal Only. Do not use.
*/
public native static void init();
/**
* Internal Only. Do not use.
*
*/
public final static int release(long cptr)
{
return FerryJNI.RefCounted_release(cptr, (RefCounted)null);
}
private static final int MAJOR_VERSION=0;
/** The Major Version Number (Currently
* "{@value #MAJOR_VERSION}").
* @return the major version number.
*/
public static int getMajorVersion() { return MAJOR_VERSION; }
private static final int MINOR_VERSION=3;
/** The Minor Version Number (Currently
* "{@value #MINOR_VERSION}").
* @return the minor version number.
*/
public static int getMinorVersion() { return MINOR_VERSION; }
private static final String VERSION=
"0.3";
/** The Version String (Currently {@value #VERSION}).
* @return the version string
*/
public static String getVersionString() { return VERSION; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy