Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_common.h143 struct DashStreamDescription { struct
144 DashStreamDescription() in DashStreamDescription() function
148 DashStreamDescription(const DashStreamDescription& desc) in DashStreamDescription() argument
190 bool inUse_ = false;
193 int streamId_ = 0;
194 unsigned int periodIndex_ = 0;
197 unsigned int duration_ = 0;
198 unsigned int width_ = 0;
199 unsigned int height_ = 0;
200 unsigned int bandwidth_ = 0;
[all …]