Delete RTCAVFoundationVideoSource and related classes.
Bug: webrtc:8852 Change-Id: Ie073fe3f7bafc3d22fafef51f659e340d5a9250f Reviewed-on: https://webrtc-review.googlesource.com/48620 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Anders Carlsson <andersc@webrtc.org> Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21985}
This commit is contained in:
committed by
Commit Bot
parent
a55bdc2406
commit
0d3c9a3f2b
@ -14,7 +14,6 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@class RTCAVFoundationVideoSource;
|
||||
@class RTCAudioSource;
|
||||
@class RTCAudioTrack;
|
||||
@class RTCConfiguration;
|
||||
@ -50,10 +49,6 @@ RTC_EXPORT
|
||||
- (RTCAudioTrack *)audioTrackWithSource:(RTCAudioSource *)source
|
||||
trackId:(NSString *)trackId;
|
||||
|
||||
/** Initialize an RTCAVFoundationVideoSource with constraints. */
|
||||
- (RTCAVFoundationVideoSource *)avFoundationVideoSourceWithConstraints:
|
||||
(nullable RTCMediaConstraints *)constraints;
|
||||
|
||||
/** Initialize a generic RTCVideoSource. The RTCVideoSource should be passed to a RTCVideoCapturer
|
||||
* implementation, e.g. RTCCameraVideoCapturer, in order to produce frames.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user