Searched refs:DashType (Results 1 – 3 of 3) sorted by relevance
33 enum class DashType { DASH_TYPE_STATIC, DASH_TYPE_DYNAMIC }; enum187 DashType type_{DashType::DASH_TYPE_STATIC};
753 …if (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 …if (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()
978 dashMpdInfo_.type_ = DashType::DASH_TYPE_DYNAMIC; in GetMpdAttr()980 dashMpdInfo_.type_ = DashType::DASH_TYPE_STATIC; in GetMpdAttr()1114 dashMpdInfo_.type_ = DashType::DASH_TYPE_STATIC; in Clear()