Lines Matching defs:MediaReceiverInfo
649 struct MediaReceiverInfo { struct
650 MediaReceiverInfo() in MediaReceiverInfo() function
656 void add_ssrc(const SsrcReceiverInfo& stat) { in add_ssrc()
661 void add_ssrc(uint32_t ssrc) { in add_ssrc()
666 std::vector<uint32_t> ssrcs() const { in ssrcs()
677 uint32_t ssrc() const { in ssrc()
685 int64_t bytes_rcvd;
686 int packets_rcvd;
687 int packets_lost;
688 float fraction_lost;
689 std::string codec_name;
690 std::vector<SsrcReceiverInfo> local_stats;
691 std::vector<SsrcSenderInfo> remote_stats;