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

Method addFrame

framework/cacheModule/CacheModule.cpp:199–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198
199void CacheModule::addFrame(const IAFPacket *frame, StreamType type)
200{
201 std::unique_lock<mutex> lock(mReumxerMutex);
202
203 if (mCacheFileRemuxer != nullptr) {
204 mCacheFileRemuxer->addFrame(frame, type);
205 }
206}
207
208void CacheModule::streamEnd()
209{

Callers 1

sendMediaFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected