| 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;
|
|
|