Index: webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h |
diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h |
index 17019a2a643ffc5253a2ac609a4cee52ba69ce0a..a0f4753519f5af89a92d76095428a595512f5da1 100644 |
--- a/webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h |
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h |
@@ -9,9 +9,12 @@ |
*/ |
#import <WebRTC/RTCAVFoundationVideoSource.h> |
+#import <WebRTC/RTCAudioSession.h> |
+#import <WebRTC/RTCAudioSessionConfiguration.h> |
kthelgason
2017/08/16 08:06:52
I think these should be included only on iPhone, r
andersc
2017/08/16 08:55:56
Done.
|
#import <WebRTC/RTCAudioSource.h> |
#import <WebRTC/RTCAudioTrack.h> |
#import <WebRTC/RTCCameraVideoCapturer.h> |
+#import <WebRTC/RTCVideoCapturer.h> |
#if TARGET_OS_IPHONE |
#import <WebRTC/RTCCameraPreviewView.h> |
#endif |
@@ -22,6 +25,7 @@ |
#if TARGET_OS_IPHONE |
#import <WebRTC/RTCEAGLVideoView.h> |
#import <WebRTC/RTCMTLVideoView.h> |
+#import <WebRTC/RTCVideoViewShading.h> |
#endif |
#import <WebRTC/RTCFieldTrials.h> |
#import <WebRTC/RTCFileLogger.h> |
@@ -51,6 +55,7 @@ |
#import <WebRTC/RTCVideoCodecFactory.h> |
#import <WebRTC/RTCVideoCodecH264.h> |
#import <WebRTC/RTCVideoFrame.h> |
+#import <WebRTC/RTCVideoFrameBuffer.h> |
#import <WebRTC/RTCVideoRenderer.h> |
#import <WebRTC/RTCVideoSource.h> |
#import <WebRTC/RTCVideoTrack.h> |