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

Unified Diff: talk/app/webrtc/objc/avfoundationvideocapturer.h

Issue 1497393002: Add new view that renders local video using AVCaptureLayerPreview. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed commented line. Created 5 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: talk/app/webrtc/objc/avfoundationvideocapturer.h
diff --git a/talk/app/webrtc/objc/avfoundationvideocapturer.h b/talk/app/webrtc/objc/avfoundationvideocapturer.h
index ded80f66472d68dab035d98293ce01abf84155ea..0774b3c56ee19d782f143b0af1e0b78f79659958 100644
--- a/talk/app/webrtc/objc/avfoundationvideocapturer.h
+++ b/talk/app/webrtc/objc/avfoundationvideocapturer.h
@@ -57,6 +57,9 @@ class AVFoundationVideoCapturer : public cricket::VideoCapturer {
// Returns the active capture session.
AVCaptureSession* GetCaptureSession();
+ // Returns the queue used for capture session operations.
+ dispatch_queue_t GetCaptureSessionQueue();
+
// Switches the camera being used (either front or back).
void SetUseBackCamera(bool useBackCamera);
bool GetUseBackCamera() const;

Powered by Google App Engine
This is Rietveld 408576698