Searched defs:offer_to_receive_video (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectioninterface.h213 int offer_to_receive_video; member in struct:webrtc::PeerConnectionInterface::RTCOfferAnswerOptions
220 : offer_to_receive_video(kUndefined),
226 RTCOfferAnswerOptions(int offer_to_receive_video, argument
231 : offer_to_receive_video(offer_to_receive_video),

Completed in 100 milliseconds