Package | Description |
---|---|
com.baidu.cyberplayer.utils |
Modifier and Type | Method and Description |
---|---|
static VersionManager.CPU_TYPE |
VersionManager.CPU_TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VersionManager.CPU_TYPE[] |
VersionManager.CPU_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VersionManager.getDownloadUrlForCurrentVersion(int timeout,
VersionManager.CPU_TYPE cpuType,
java.lang.String ak,
java.lang.String sk,
VersionManager.RequestDownloadUrlForCurrentVersionCallback callback)
获取当前版本对应cpu类型的底层库压缩包的下载地址
|
void |
VersionManager.RequestCpuTypeAndFeatureCallback.onComplete(VersionManager.CPU_TYPE type,
int result)
请求完成
|