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

Unified Diff: webrtc/modules/video_capture/objc/video_capture.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/objc/video_capture.h
diff --git a/webrtc/modules/video_capture/objc/video_capture.h b/webrtc/modules/video_capture/objc/video_capture.h
index 1f9f42094503ed33efdd40a1365821ae2f3cbc9f..325d5117c1f53d0f26876cf6b629f8271fef15b3 100644
--- a/webrtc/modules/video_capture/objc/video_capture.h
+++ b/webrtc/modules/video_capture/objc/video_capture.h
@@ -20,11 +20,10 @@ namespace webrtc {
namespace videocapturemodule {
class VideoCaptureIos : public VideoCaptureImpl {
public:
- explicit VideoCaptureIos(const int32_t capture_id);
+ VideoCaptureIos();
virtual ~VideoCaptureIos();
static rtc::scoped_refptr<VideoCaptureModule> Create(
- const int32_t capture_id,
const char* device_unique_id_utf8);
// Implementation of VideoCaptureImpl.
@@ -36,7 +35,6 @@ class VideoCaptureIos : public VideoCaptureImpl {
private:
RTCVideoCaptureIosObjC* capture_device_;
bool is_capturing_;
- int32_t id_;
VideoCaptureCapability capability_;
};
« no previous file with comments | « webrtc/modules/video_capture/objc/rtc_video_capture_objc.mm ('k') | webrtc/modules/video_capture/objc/video_capture.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698