SkillAgentSearch skills...

VideoCache

基于AndroidVideoCache修改,修复部分AndroidVideoCache的bug,加入带宽限制和添加部分方法

Install / Use

/learn @xihuan22d/VideoCache
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

VideoCache

image

androidStudio Gradle导入:

先添加jitpack仓库:

allprojects {

repositories {  

    maven { url 'https://www.jitpack.io' }
	
}

}

接着导入项目依赖库即可:

dependencies {

implementation 'com.github.xihuan22d:VideoCache:1.0.0'

}

View on GitHub
GitHub Stars23
CategoryContent
Updated1y ago
Forks8

Languages

Java

Security Score

60/100

Audited on Mar 21, 2025

No findings