webrtc/sdk/objc/Framework/Classes/PeerConnection
Erik Språng 0a52f1def6 Revert "Reland "Add completion callbacks to RTCCameraVideoCapturer start/stop operations""
This reverts commit 24e7a593d5.

Reason for revert: Speculative revert, to see if it causes obscure down-stream issues.

Original change's description:
> Reland "Add completion callbacks to RTCCameraVideoCapturer start/stop operations"
> 
> This is a reland of e23a9e8f41
> Original change's description:
> > Add completion callbacks to RTCCameraVideoCapturer start/stop operations
> > 
> > Bug: webrtc:8696
> > Change-Id: I327ce11632fd0c71e28411d260094e87ede6b6b6
> > Reviewed-on: https://webrtc-review.googlesource.com/37021
> > Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
> > Reviewed-by: Anders Carlsson <andersc@webrtc.org>
> > Commit-Queue: Anders Carlsson <andersc@webrtc.org>
> > Cr-Commit-Position: refs/heads/master@{#21546}
> 
> Bug: webrtc:8696
> Change-Id: I48b4d140d870c9924ef0d76f4d282ff13951e083
> Reviewed-on: https://webrtc-review.googlesource.com/38800
> Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
> Commit-Queue: Anders Carlsson <andersc@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#21592}

TBR=magjed@webrtc.org,andersc@webrtc.org,kthelgason@webrtc.org,gustavo@lifeonair.com

Change-Id: I11731b1ed7142175fc5b483f313f627556635ede
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:8696
Reviewed-on: https://webrtc-review.googlesource.com/39280
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21597}
2018-01-12 11:54:03 +00:00
..
OWNERS
RTCAudioSource+Private.h
RTCAudioSource.mm
RTCAudioTrack+Private.h
RTCAudioTrack.mm
RTCAVFoundationVideoSource+Private.h
RTCAVFoundationVideoSource.mm
RTCCameraVideoCapturer.m Revert "Reland "Add completion callbacks to RTCCameraVideoCapturer start/stop operations"" 2018-01-12 11:54:03 +00:00
RTCConfiguration+Native.h Expose TurnCustomizer as a native ObjC property. 2017-10-30 17:30:39 +00:00
RTCConfiguration+Private.h
RTCConfiguration.mm Expose TurnCustomizer as a native ObjC property. 2017-10-30 17:30:39 +00:00
RTCDataChannel+Private.h
RTCDataChannel.mm
RTCDataChannelConfiguration+Private.h
RTCDataChannelConfiguration.mm
RTCDefaultVideoDecoderFactory.m Don't create VP9 codec factories when building without VP9. 2017-12-01 18:36:11 +00:00
RTCDefaultVideoEncoderFactory.m Don't create VP9 codec factories when building without VP9. 2017-12-01 18:36:11 +00:00
RTCDtmfSender+Private.h Expose RTCDtmfSender API via RTCRtpSender in ObjC SDK. 2018-01-05 18:21:29 +00:00
RTCDtmfSender.mm Expose RTCDtmfSender API via RTCRtpSender in ObjC SDK. 2018-01-05 18:21:29 +00:00
RTCEncodedImage.mm Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
RTCFileVideoCapturer.m Reland "Add file capturer to AppRTCMobile on simulator." 2017-11-24 15:06:39 +00:00
RTCIceCandidate+Private.h
RTCIceCandidate.mm
RTCIceServer+Private.h
RTCIceServer.mm
RTCIntervalRange+Private.h
RTCIntervalRange.mm
RTCLegacyStatsReport+Private.h
RTCLegacyStatsReport.mm
RTCMediaConstraints+Private.h
RTCMediaConstraints.mm
RTCMediaSource+Private.h
RTCMediaSource.mm
RTCMediaStream+Private.h
RTCMediaStream.mm
RTCMediaStreamTrack+Private.h
RTCMediaStreamTrack.mm
RTCMetrics.mm
RTCMetricsSampleInfo+Private.h
RTCMetricsSampleInfo.mm
RTCPeerConnection+DataChannel.mm
RTCPeerConnection+Native.h Reland ObjC API for BWE allocation strategy 2017-11-01 15:21:06 +00:00
RTCPeerConnection+Private.h
RTCPeerConnection+Stats.mm
RTCPeerConnection.mm Reland ObjC API for BWE allocation strategy 2017-11-01 15:21:06 +00:00
RTCPeerConnectionFactory+Native.h Add AudioProcessing parameter to RTCPeerConnectionFactory native constructor 2017-11-14 09:31:56 +00:00
RTCPeerConnectionFactory+Private.h
RTCPeerConnectionFactory.mm Exposed setOptions via RTCPeerConnectionFactory 2018-01-05 18:10:29 +00:00
RTCPeerConnectionFactoryOptions+Private.h Exposed setOptions via RTCPeerConnectionFactory 2018-01-05 18:10:29 +00:00
RTCPeerConnectionFactoryOptions.mm Exposed setOptions via RTCPeerConnectionFactory 2018-01-05 18:10:29 +00:00
RTCRtpCodecParameters+Private.h
RTCRtpCodecParameters.mm
RTCRtpEncodingParameters+Private.h
RTCRtpEncodingParameters.mm
RTCRtpFragmentationHeader.mm
RTCRtpParameters+Private.h
RTCRtpParameters.mm
RTCRtpReceiver+Private.h
RTCRtpReceiver.mm
RTCRtpSender+Private.h
RTCRtpSender.mm Expose RTCDtmfSender API via RTCRtpSender in ObjC SDK. 2018-01-05 18:21:29 +00:00
RTCSessionDescription+Private.h
RTCSessionDescription.mm
RTCSSLAdapter.mm
RTCTracing.mm
RTCVideoCapturer.m
RTCVideoCodec+Private.h Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoCodec.mm Set video codec names in public API using existing cricket constants 2017-11-27 09:01:42 +00:00
RTCVideoCodecH264.mm Add prefix to codec name constants. 2017-10-23 12:49:17 +00:00
RTCVideoCodecVP8.mm Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoCodecVP9.mm Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoEncoderSettings.mm Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoFrame+Private.h Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoFrame.mm Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoRendererAdapter+Private.h
RTCVideoRendererAdapter.h
RTCVideoRendererAdapter.mm Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCVideoSource+Private.h
RTCVideoSource.mm
RTCVideoTrack+Private.h
RTCVideoTrack.mm
RTCWrappedNativeVideoDecoder.h Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCWrappedNativeVideoDecoder.mm Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCWrappedNativeVideoEncoder.h Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00
RTCWrappedNativeVideoEncoder.mm Injectable software video codecs in Obj-C. 2017-10-06 07:36:34 +00:00