Home | History | Annotate | Download | only in base

Lines Matching refs:VideoCapturer

30 // some class want to listen to same VideoCapturer they can't individually stop
37 // called concurrently. Note that callbacks are called by the VideoCapturer's
54 class VideoCapturer;
68 virtual bool StartVideoCapture(VideoCapturer* video_capturer,
70 virtual bool StopVideoCapture(VideoCapturer* video_capturer,
77 virtual bool RestartVideoCapture(VideoCapturer* video_capturer,
82 virtual bool AddVideoRenderer(VideoCapturer* video_capturer,
84 virtual bool RemoveVideoRenderer(VideoCapturer* video_capturer,
87 sigslot::repeater2<VideoCapturer*, CaptureState> SignalCapturerStateChange;
90 typedef std::map<VideoCapturer*, VideoCapturerState*> CaptureStates;
92 bool IsCapturerRegistered(VideoCapturer* video_capturer) const;
93 bool RegisterVideoCapturer(VideoCapturer* video_capturer);
97 VideoCapturer* video_capturer);
99 VideoCapturerState* GetCaptureState(VideoCapturer* video_capturer) const;
100 CaptureRenderAdapter* GetAdapter(VideoCapturer* video_capturer) const;