Home
last modified time | relevance | path

Searched refs:httpsSourcePlugin (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/src/plugin/
H A Dplugin_list.cpp150 PluginDescription httpsSourcePlugin; in AddHttpSourcePlugins() local
151 httpsSourcePlugin.pluginName = "HttpSource"; in AddHttpSourcePlugins()
152 httpsSourcePlugin.packageName = "HttpSource"; in AddHttpSourcePlugins()
153 httpsSourcePlugin.pluginType = PluginType::SOURCE; in AddHttpSourcePlugins()
154 httpsSourcePlugin.cap = "https"; in AddHttpSourcePlugins()
155 httpsSourcePlugin.rank = DEFAULT_RANK; in AddHttpSourcePlugins()
156 pluginDescriptionList_.push_back(httpsSourcePlugin); in AddHttpSourcePlugins()