Home
last modified time | relevance | path

Searched defs:CapabilityData (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/av_codec/interfaces/inner_api/native/
Davcodec_info.h153 struct CapabilityData { struct
154 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 …]