Searched defs:CapabilityData (Results 1 – 1 of 1) sorted by relevance
145 struct CapabilityData { struct146 std::string codecName = "";147 int32_t codecType = AVCODEC_TYPE_NONE;148 std::string mimeType = "";149 bool isVendor = false;150 int32_t maxInstance = 0;151 Range bitrate;152 Range channels;153 Range complexity;154 ImgSize alignment;[all …]