提交 587b80c2 编写于 作者: G guoshuyu

add public DEFAULT_MAX_SIZE

上级 8a3cb2a5
......@@ -24,6 +24,8 @@ import tv.danmaku.ijk.media.player.IMediaPlayer;
public class ProxyCacheManager implements ICacheManager, CacheListener {
public static int DEFAULT_MAX_SIZE = 512 * 1024 * 1024;
//视频代理
protected HttpProxyCacheServer proxy;
......@@ -154,6 +156,7 @@ public class ProxyCacheManager implements ICacheManager, CacheListener {
}
HttpProxyCacheServer.Builder builder = new HttpProxyCacheServer.Builder(context);
builder.cacheDirectory(file);
builder.maxCacheSize(DEFAULT_MAX_SIZE);
builder.headerInjector(userAgentHeadersInjector);
mCacheDir = file;
return builder.build();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册