Home
last modified time | relevance | path

Searched defs:DashSegment (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.h46 struct DashSegment { struct
47 DashSegment() in DashSegment() argument
59 DashSegment(const DashSegment& srcSegment) in DashSegment() argument
90 int32_t streamId_;
91 unsigned int duration_;
92 unsigned int bandwidth_;
94 int64_t numberSeq_;
96 int64_t endRangeValue_;
97 std::string url_;
98 std::string byteRange_;
[all …]