Searched defs:CodecCapability (Results 1 – 2 of 2) sorted by relevance
26 struct CodecCapability { struct27 PluginType pluginType; ///< plugin type, For details, @see PluginType.28 std::string pluginMime; ///< plugin mime29 std::string name; ///< plugin name
323 } CodecCapability; typedef