jiajunhui / PlayerBase

The basic library of Android player will process complex business components. The access is simple。Android播放器基础库,专注于播放视图组件的高复用性和组件间的低耦合,轻松处理复杂业务。
Apache License 2.0
2.92k stars 438 forks source link

返回列表继续播放 #78

Closed zhouclcode closed 4 years ago

zhouclcode commented 5 years ago

播放过的视频是否是默认缓存在本地 ? 重新加载视频时是否需要重新去网络拉取(在线视频)

jiajunhui commented 5 years ago

没有本地缓存,如果需要本地缓存,可自行接入AndroidVideoCache。

zhouclcode commented 5 years ago

好的谢谢