Lines Matching defs:RtpConfig
71 struct RtpConfig { struct
77 std::vector<uint32_t> ssrcs;
85 std::vector<std::string> rids;
89 std::string mid;
92 RtcpMode rtcp_mode = RtcpMode::kCompound;
95 size_t max_packet_size = kDefaultMaxPacketSize;
98 bool extmap_allow_mixed = false;
101 std::vector<RtpExtension> extensions;
110 std::string payload_name;
111 int payload_type = -1;
115 bool raw_payload = false;
118 LntfConfig lntf;
121 NackConfig nack;
124 UlpfecConfig ulpfec;
126 struct Flexfec {
143 } flexfec;
147 struct Rtx {
157 } rtx;
160 std::string c_name;