Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/interfaces/plugin/
H A Ddemuxer_plugin.h39 struct DemuxerPlugin : public PluginBase { struct
41 explicit DemuxerPlugin(std::string name): PluginBase(std::move(name)) {} in DemuxerPlugin() function
149 virtual bool IsRefParserSupported() { return false; }; in IsRefParserSupported()
158 virtual Status GetDrmInfo(std::multimap<std::string, std::vector<uint8_t>>& drmInfo) in GetDrmInfo()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/interface/
H A Ddemuxer_plugin.h95 struct DemuxerPlugin : public PluginBase { struct
97 explicit DemuxerPlugin(std::string name): PluginBase(std::move(name)) {} in DemuxerPlugin() argument