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..64ca54428882757327760604fbc01ecd53752a77 100644 |
--- a/webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h |
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h |
@@ -9,9 +9,14 @@ |
*/ |
#import <WebRTC/RTCAVFoundationVideoSource.h> |
+#if TARGET_OS_IPHONE |
+#import <WebRTC/RTCAudioSession.h> |
+#import <WebRTC/RTCAudioSessionConfiguration.h> |
+#endif |
#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 +27,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 +57,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> |