Class Library
java.lang.Object
net.avadeaux.klipspringer.codec.Library
Static initialization of common external resources, with methods to provide information about
supported features. Should be loaded before classes that use external libraries are initialized.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks if set up with a library compiled with support for direct access to ALSA devices.static booleanChecks if set up with a library compiled with FLAC support.static voidinit()Call to make sure that static external resources are properly initialized.static booleanChecks if set up with a library compiled with LAME MP3 encoding support.static booleanChecks if set up with a library compiled with Opus support.static Stringversion()Gets Klipspringer version string.static booleanChecks if set up with a library compiled with Vorbis support.
-
Constructor Details
-
Library
public Library()
-
-
Method Details
-
init
public static void init()Call to make sure that static external resources are properly initialized. -
flacSupported
public static boolean flacSupported()Checks if set up with a library compiled with FLAC support. -
lameSupported
public static boolean lameSupported()Checks if set up with a library compiled with LAME MP3 encoding support. -
alsaSupported
public static boolean alsaSupported()Checks if set up with a library compiled with support for direct access to ALSA devices. -
vorbisSupported
public static boolean vorbisSupported()Checks if set up with a library compiled with Vorbis support. -
opusSupported
public static boolean opusSupported()Checks if set up with a library compiled with Opus support. -
version
Gets Klipspringer version string.
-