public final class VpxLibrary extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getBuildConfig()
Returns the configuration string with which the underlying library was built if available, or
null otherwise.
|
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 boolean |
isHighBitDepthSupported()
Returns true if the underlying libvpx library supports high bit depth.
|
static void |
setLibraries(String... libraries)
Override the names of the Vpx native libraries.
|
static boolean |
vpxIsSecureDecodeSupported() |
public static void setLibraries(String... libraries)
LibvpxVideoRenderer instance.libraries - The names of the Vpx native libraries.public static boolean isAvailable()
public static String getVersion()
public static String getBuildConfig()
public static boolean isHighBitDepthSupported()
public static boolean vpxIsSecureDecodeSupported()