Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h138 struct DashAdptSetInfo { struct
152 std::string lang_;
153 std::string contentType_;
154 std::string par_;
155 std::string minFrameRate_;
156 std::string maxFrameRate_;
157 std::string mimeType_;
158 std::string videoType_; // only for hw multi view
182 DashList<DashAdptSetInfo *> adptSetList_; argument