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

/external/webrtc/talk/media/base/
H A Dcapturemanager.h28 // The CaptureManager class manages VideoCapturers to make it possible to share
36 // CaptureManager is Thread-unsafe. This means that none of its APIs may be
58 class CaptureManager : public sigslot::has_slots<> { class in namespace:cricket
65 CaptureManager();
66 virtual ~CaptureManager();
74 // the CaptureManager chooses whether this request can be handled with the
H A Dcapturemanager.cc39 // CaptureManager helper class.
165 CaptureManager::CaptureManager() { function in class:cricket::CaptureManager
171 CaptureManager::~CaptureManager() {
183 bool CaptureManager::StartVideoCapture(VideoCapturer* video_capturer,
216 bool CaptureManager::StopVideoCapture(VideoCapturer* video_capturer,
234 bool CaptureManager::RestartVideoCapture(
238 CaptureManager::RestartOptions options) {
290 bool CaptureManager
[all...]

Completed in 149 milliseconds