iOS: Add new RTCVideoSource interface

The new RTCVideoSource interface can be used by custom implementations of RTCVideoCapturer.

BUG=webrtc:7177
TBR=tommi

Review-Url: https://codereview.webrtc.org/2745193002
Cr-Commit-Position: refs/heads/master@{#17409}
This commit is contained in:
magjed
2017-03-28 01:56:41 -07:00
committed by Commit bot
parent c4adacfb15
commit abb84b8128
12 changed files with 226 additions and 3 deletions

View File

@ -113,4 +113,8 @@
return self;
}
- (rtc::scoped_refptr<webrtc::VideoFrameBuffer>)videoBuffer {
return _videoBuffer;
}
@end