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

  /external/webrtc/talk/media/base/
capturemanager.h 28 // 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<> {
65 CaptureManager();
66 virtual ~CaptureManager();
74 // the CaptureManager chooses whether this request can be handled with the
capturemanager.cc 28 #include "talk/media/base/capturemanager.h"
39 // CaptureManager helper class.
165 CaptureManager::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)
    [all...]

Completed in 216 milliseconds