HomeSort by relevance Sort by last modified time
    Searched defs:CaptureManager (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
capturemanager.h 28 // 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<> {
67 CaptureManager() {}
68 virtual ~CaptureManager();
76 // the CaptureManager chooses whether this request can be handled with the
capturemanager.cc 28 #include "talk/media/base/capturemanager.h"
39 // 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
    [all...]

Completed in 35 milliseconds