Searched defs:RtcpTransceiverConfig (Results 1 – 1 of 1) sorted by relevance
41 struct RtcpTransceiverConfig { struct44 RtcpTransceiverConfig& operator=(const RtcpTransceiverConfig&); argument52 std::string debug_id;55 uint32_t feedback_ssrc = 1;59 std::string cname;62 size_t max_packet_size = 1200;65 Transport* outgoing_transport = nullptr;68 TaskQueueBase* task_queue = nullptr;71 ReceiveStatisticsProvider* receive_statistics = nullptr;75 RtcpRttStats* rtt_observer = nullptr;[all …]