Home
last modified time | relevance | path

Searched defs:CodecPlugin (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/histreamer/engine/plugin/interface/
Dcodec_plugin.h63 struct CodecPlugin : public PluginBase { struct
65 explicit CodecPlugin(std::string name): PluginBase(std::move(name)) {} in CodecPlugin() argument