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

Method addFilter

framework/filter/VideoFilterChain.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void VideoFilterChain::addFilter(const std::string &target, std::unique_ptr<IVideoFilter> videoFilter)
26{
27 videoFilter->setCurrentTarget(target);
28 mVideoFiltersMap[target] = move(videoFilter);
29}
30
31int VideoFilterChain::push(std::unique_ptr<IAFFrame> &frame)
32{

Callers 1

setupFilterChainsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected