Searched refs:MediaStat (Results 1 – 2 of 2) sorted by relevance
30 struct MediaStat { struct33 explicit MediaStat(std::string rep) : reporter(std::move(rep)) in MediaStat() argument36 MediaStat(const MediaStat& other) in MediaStat() argument40 MediaStat& operator=(const MediaStat& other)57 std::vector<MediaStat> mediaStats_;
66 return std::all_of(mediaStats_.begin(), mediaStats_.end(), [](const MediaStat& stat) { in IsEventCompleteAllReceived()