| 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 | { |
no outgoing calls
no test coverage detected