getCacheFileCount abstract method

Future<int> getCacheFileCount()

获取当前已缓存的媒体文件的总数量。

Returns ≥ 0:方法调用成功,返回当前已缓存的媒体文件的总数量。 < 0:方法调用失败,详见 MediaPlayerReason 。

Implementation

Future<int> getCacheFileCount();