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

Unified Diff: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCCameraVideoCapturer.h

Issue 2862493003: Make fps NSInteger in startCaptureWithDevice. (Closed)
Patch Set: Print NSInteger directly. Created 3 years, 7 months 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
« no previous file with comments | « webrtc/sdk/objc/Framework/Classes/RTCCameraVideoCapturer.m ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCCameraVideoCapturer.h
diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCCameraVideoCapturer.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCCameraVideoCapturer.h
index 6eb6a9dec3946074932da29d0aed31203058c43f..973452707c3a60fb0573bc658b04ca2a2a2d6094 100644
--- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCCameraVideoCapturer.h
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCCameraVideoCapturer.h
@@ -31,7 +31,7 @@ RTC_EXPORT
// Starts and stops the capture session asynchronously.
- (void)startCaptureWithDevice:(AVCaptureDevice *)device
format:(AVCaptureDeviceFormat *)format
- fps:(int)fps;
+ fps:(NSInteger)fps;
// Stops the capture session asynchronously.
- (void)stopCapture;
« no previous file with comments | « webrtc/sdk/objc/Framework/Classes/RTCCameraVideoCapturer.m ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698