Home
last modified time | relevance | path

Searched refs:ST_RTCP (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediachannel.h72 enum SocketType { ST_RTP, ST_RTCP }; enumerator
Dchannel.cc221 case ST_RTCP: return rtcp_transport_channel_->SetOption(opt, value); in SetOption()