removeAllCaches
Deletes all cached media files in the media player.
int removeAllCaches();
Note: The currently playing cached media file will not be deleted.
Return Values
- 0: Success.
- < 0: Failure. See MediaPlayerReason.
Deletes all cached media files in the media player.
int removeAllCaches();