public class QHVCLentCodec
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LENT_CODEC |
Constructor and Description |
---|
QHVCLentCodec() |
Modifier and Type | Method and Description |
---|---|
static void |
downloadAndInstall(Context context)
设置是否开启金山265,开启后在APP生命周期内不支持关闭
|
static java.lang.String |
getLentSoInstallPath(Context context) |
static java.lang.String |
getPluginDir() |
static boolean |
isLentSoInApk(Context context) |
static void |
setDebug(boolean debug)
设置是否开启调试模式,仅在
downloadAndInstall(Context) 前调用有效 |
static boolean |
supportLent265dec(Context context)
是否支持金山H265解码库
|
public static final java.lang.String LENT_CODEC
public static void downloadAndInstall(Context context)
context
- contextpublic static void setDebug(boolean debug)
downloadAndInstall(Context)
前调用有效debug
- true 开启调试模式;false 不开启调试模式public static boolean supportLent265dec(Context context)
public static java.lang.String getLentSoInstallPath(Context context)
public static boolean isLentSoInApk(Context context)
public static java.lang.String getPluginDir()