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.h145 struct CapabilityData { struct
146 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 …]