getMediaPlayerCacheManager
Gets an IMediaPlayerCacheManager instance.
public abstract IMediaPlayerCacheManager getMediaPlayerCacheManager();
Before calling any API in IMediaPlayerCacheManager, you need to call getMediaPlayerCacheManager to get the media player cache manager instance.
Note: IMediaPlayerCacheManager adopts the singleton pattern, so calling getMediaPlayerCacheManager multiple times returns the same instance.
Timing
Ensure that RtcEngine is initialized before calling getMediaPlayerCacheManager.
Return Values
The IMediaPlayerCacheManager instance, if the method call succeeds.