removeCacheByUri
Deletes cached media files.
virtual int removeCacheByUri(const char *uri) = 0;
Note: removeCacheByUri currently does not delete cached media files that are being played.
Parameters
- uri
- The URI (Uniform Resource Identifier) of the media file to delete.
Return Values
- 0: Success.
- < 0: Failure. See MEDIA_PLAYER_REASON.