Searched refs:DASH_TYPE_STATIC (Results 1 – 3 of 3) sorted by relevance
33 enum class DashType { DASH_TYPE_STATIC, DASH_TYPE_DYNAMIC }; enumerator187 DashType type_{DashType::DASH_TYPE_STATIC};
753 … (lastSegment != nullptr && mpdInfo_ != nullptr && mpdInfo_->type_ == DashType::DASH_TYPE_STATIC) { in BuildDashSegment()842 … return mpdInfo_->type_ == DashType::DASH_TYPE_STATIC ? Seekable::SEEKABLE : Seekable::UNSEEKABLE; in GetSeekable()1341 … (lastSegment != nullptr && mpdInfo_ != nullptr && mpdInfo_->type_ == DashType::DASH_TYPE_STATIC) { in GetSegmentsInMpd()1462 if (mpdInfo_->type_ == DashType::DASH_TYPE_STATIC) { in GetSegmentsWithSegTemplate()1783 mpdInfo_->type_ == DashType::DASH_TYPE_STATIC) { in GetSegDurationFromTimeline()
980 dashMpdInfo_.type_ = DashType::DASH_TYPE_STATIC; in GetMpdAttr()1114 dashMpdInfo_.type_ = DashType::DASH_TYPE_STATIC; in Clear()