| 73 | } |
| 74 | |
| 75 | void proxyDataSource::setSegmentList(const std::vector<mediaSegmentListEntry> &segments) |
| 76 | { |
| 77 | if (mSetSegmentList) { |
| 78 | mSetSegmentList(mUserArg, segments); |
| 79 | } |
| 80 | } |
| 81 | |
| 82 | void proxyDataSource::enableCache(const std::string &originUrl, bool enable) |
| 83 | { |
no outgoing calls
no test coverage detected