Searched defs:CapabilityData (Results 1 – 1 of 1) sorted by relevance
153 struct CapabilityData { struct154 std::string codecName = "";155 int32_t codecType = AVCODEC_TYPE_NONE;156 std::string mimeType = "";157 bool isVendor = false;158 int32_t maxInstance = 0;159 Range bitrate;160 Range channels;161 Range complexity;162 ImgSize alignment;[all …]