Home
last modified time | relevance | path

Searched defs:JsepTransportDescription (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/pc/
Djsep_transport.h57 struct JsepTransportDescription { struct
69 JsepTransportDescription& operator=(const JsepTransportDescription& from); argument
71 bool rtcp_mux_enabled = true;
72 std::vector<CryptoParams> cryptos;
73 std::vector<int> encrypted_header_extension_ids;
74 int rtp_abs_sendtime_extn_id = -1;
77 TransportDescription transport_desc;
Djsep_transport.cc35 JsepTransportDescription::JsepTransportDescription() {} in JsepTransportDescription() function in cricket::JsepTransportDescription
37 JsepTransportDescription::JsepTransportDescription( in JsepTransportDescription() function in cricket::JsepTransportDescription
49 JsepTransportDescription::JsepTransportDescription( in JsepTransportDescription() function in cricket::JsepTransportDescription