getCacheFileCount abstract method

Future<int> getCacheFileCount()

Gets the number of media files that are cached.

Returns ≥ 0: The call succeeds and returns the number of media files that are cached. < 0: Failure. See MediaPlayerReason.

Implementation

Future<int> getCacheFileCount();