Searched defs:CapabilityData (Results 1 – 1 of 1) sorted by relevance
112 struct CapabilityData { struct113 std::string codecName = "";114 int32_t codecType = AVCODEC_TYPE_NONE;115 std::string mimeType = "";116 bool isVendor = false;117 Range bitrate;118 Range channels;119 Range complexity;120 Range alignment;121 Range width;[all …]