public final class OpusLibrary extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getVersion()
Returns the version of the underlying library if available, or null otherwise.
|
static boolean |
isAvailable()
Returns whether the underlying library is available, loading it if necessary.
|
static String |
opusGetVersion() |
static boolean |
opusIsSecureDecodeSupported() |
static void |
setLibraries(String... libraries)
Override the names of the Opus native libraries.
|
public static void setLibraries(String... libraries)
LibopusAudioRenderer instance.libraries - The names of the Opus native libraries.public static boolean isAvailable()
public static String getVersion()
public static String opusGetVersion()
public static boolean opusIsSecureDecodeSupported()