Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dchannelmanager.cc125 struct CaptureParams : public talk_base::MessageData { struct
126 explicit CaptureParams(bool c) : capture(c), result(CR_FAILURE) {} in CaptureParams() function
128 bool capture;
129 CaptureResult result;