public final class FfmpegLibrary 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 void |
setLibraries(String... libraries)
Override the names of the FFmpeg native libraries.
|
static boolean |
supportsFormat(String mimeType)
Returns whether the underlying library supports the specified MIME type.
|
public static void setLibraries(String... libraries)
FfmpegAudioRenderer instance.libraries - The names of the FFmpeg native libraries.public static boolean isAvailable()
public static String getVersion()
public static boolean supportsFormat(String mimeType)
mimeType - The MIME type to check.