neekeetab / CachingPlayerItem

Play and cache media content simultaneously on your iOS device
MIT License
520 stars 89 forks source link

How to clear the cached memory? #31

Closed auro-krishna closed 4 years ago

auro-krishna commented 4 years ago

I want to clear all the allocated memory at some point in time. How can I achieve this?

ealeksandrov commented 4 years ago

Please check https://github.com/neekeetab/CachingPlayerItem/issues/29#issuecomment-578122754 and https://github.com/neekeetab/CachingPlayerItem/issues/10.

CachingPlayerItem only gives convenient delegate access to player data, it doesn't do any of saving/caching/reusing.