MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / GetCachePathByURL

Method GetCachePathByURL

mediaPlayer/MediaPlayer.cpp:1170–1176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168
1169
1170 string MediaPlayer::GetCachePathByURL(const string &URL)
1171 {
1172#ifdef ENABLE_CACHE_MODULE
1173 return CacheManager::getCachePath(URL, mCacheConfig);
1174#endif
1175 return "";
1176 }
1177
1178 void MediaPlayer::AddExtSubtitle(const char *uri)
1179 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected