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

Method setSegmentList

framework/data_source/proxyDataSource.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 5

openSegmentMethod · 0.45
recreateSourceMethod · 0.45
openSegmentMethod · 0.45
recreateSourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected