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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcapturemanager.h28 // The CaptureManager class manages VideoCapturers to make it possible to share
38 // CaptureManager is Thread-unsafe. This means that none of its APIs may be
60 class CaptureManager : public sigslot::has_slots<> { class in namespace:cricket
67 CaptureManager() {} function in class:cricket::CaptureManager
68 virtual ~CaptureManager();
76 // the CaptureManager chooses whether this request can be handled with the
H A Dcapturemanager.cc39 // CaptureManager helper class.
147 CaptureManager::~CaptureManager() {
154 "CaptureManager destructing while still tracking capturers!");
164 bool CaptureManager::StartVideoCapture(VideoCapturer* video_capturer,
196 bool CaptureManager::StopVideoCapture(VideoCapturer* video_capturer,
213 bool CaptureManager::RestartVideoCapture(
217 CaptureManager::RestartOptions options) {
268 bool CaptureManager::AddVideoRenderer(VideoCapturer* video_capturer,
280 bool CaptureManager
[all...]

Completed in 91 milliseconds