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

Method clone

framework/data_source/ffmpeg_data_source.h:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 Cicada::IDataSource *clone(const std::string &uri) override
59 {
60 return new ffmpegDataSource(uri);
61 };
62
63 bool is_supported(const std::string &uri, int flags) override
64 {

Callers 1

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected