Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: webrtc/modules/video_capture/video_capture_factory.h

Issue 2534553002: Replace VideoCaptureDataCallback by VideoSinkInterface. (Closed)
Patch Set: Break overlong lines. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/video_capture/video_capture_factory.h
diff --git a/webrtc/modules/video_capture/video_capture_factory.h b/webrtc/modules/video_capture/video_capture_factory.h
index f05609a643ab01ed177991802ea0e59cd4bd4d8c..c219a2a0ce3bedeb2b2e7277e37ddbd8773f5add 100644
--- a/webrtc/modules/video_capture/video_capture_factory.h
+++ b/webrtc/modules/video_capture/video_capture_factory.h
@@ -25,18 +25,15 @@ class VideoCaptureFactory {
// deviceUniqueIdUTF8 - name of the device.
// Available names can be found by using GetDeviceName
static rtc::scoped_refptr<VideoCaptureModule> Create(
- const int32_t id,
const char* deviceUniqueIdUTF8);
// Create a video capture module object used for external capture.
// id - unique identifier of this video capture module object
// externalCapture - [out] interface to call when a new frame is captured.
static rtc::scoped_refptr<VideoCaptureModule> Create(
- const int32_t id,
VideoCaptureExternal*& externalCapture);
- static VideoCaptureModule::DeviceInfo* CreateDeviceInfo(
- const int32_t id);
+ static VideoCaptureModule::DeviceInfo* CreateDeviceInfo();
private:
~VideoCaptureFactory();
« no previous file with comments | « webrtc/modules/video_capture/video_capture_defines.h ('k') | webrtc/modules/video_capture/video_capture_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698