Searched defs:DemuxerPlugin (Results 1 – 2 of 2) sorted by relevance
39 struct DemuxerPlugin : public PluginBase { struct41 explicit DemuxerPlugin(std::string name): PluginBase(std::move(name)) {} in DemuxerPlugin() function149 virtual bool IsRefParserSupported() { return false; }; in IsRefParserSupported()158 virtual Status GetDrmInfo(std::multimap<std::string, std::vector<uint8_t>>& drmInfo) in GetDrmInfo()
95 struct DemuxerPlugin : public PluginBase { struct97 explicit DemuxerPlugin(std::string name): PluginBase(std::move(name)) {} in DemuxerPlugin() argument