Searched refs:vidSegmentDownloader (Results 1 – 1 of 1) sorted by relevance
1125 std::shared_ptr<DashSegmentDownloader> vidSegmentDownloader = in GetPlayable() local1129 if (vidSegmentDownloader != nullptr && audSegmentDownloader != nullptr) { in GetPlayable()1130 …return !vidSegmentDownloader->GetBufferringStatus() && !audSegmentDownloader->GetBufferringStatus(… in GetPlayable()1131 } else if (vidSegmentDownloader != nullptr) { in GetPlayable()1132 return !vidSegmentDownloader->GetBufferringStatus(); in GetPlayable()