Revert "Remove placeholder Obj-C headers and use angle-bracketed headers."
This reverts commit 6bfad33fd866e682c871c2ef2172b70b609593d1. Reason for revert: Breaks downstream project. Original change's description: > Remove placeholder Obj-C headers and use angle-bracketed headers. > > sdk/objc/Framework/Headers are just a placeholder headers > for backward compatibility and I don't think it is really need this for now. > Instead, we can generate the framework header in > ios/mac_framework_bundle_with_umbrella_header. > Also clang supports the -Wquoted-include-in-framework-header warning, > and in Xcode 12, it's in Xcode's recommended settings. This warnings > can be avoided by replacing double-quoted includes with angle-bracketed > includes when generate framework headers. > > No-Presubmit: True > Bug: webrtc:9627, webrtc:11984 > Change-Id: I3f6258dfa77a5acee669614005b2747feee35e39 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/185920 > Commit-Queue: Anders Carlsson <andersc@webrtc.org> > Reviewed-by: Anders Carlsson <andersc@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#32343} TBR=mbonadei@webrtc.org,andersc@webrtc.org,tommi@webrtc.org,daniel.l@hpcnt.com Change-Id: I7a6f72ecb8feebf06ad0fe0ecef071da43b98fca No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:9627 Bug: webrtc:11984 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/187160 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32344}
This commit is contained in:
committed by
Commit Bot
parent
6bfad33fd8
commit
f25590e00b
11
sdk/objc/Framework/Headers/WebRTC/RTCAudioSession.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCAudioSession.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC Project Authors. All rights reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "components/audio/RTCAudioSession.h"
|
||||
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC Project Authors. All rights reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "components/audio/RTCAudioSessionConfiguration.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCAudioSource.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCAudioSource.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCAudioSource.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCAudioTrack.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCAudioTrack.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCAudioTrack.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCCVPixelBuffer.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCCVPixelBuffer.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2018 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "components/video_frame_buffer/RTCCVPixelBuffer.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCCallbackLogger.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCCallbackLogger.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2018 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/logging/RTCCallbackLogger.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCCameraPreviewView.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCCameraPreviewView.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC Project Authors. All rights reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "helpers/RTCCameraPreviewView.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCCameraVideoCapturer.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCCameraVideoCapturer.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "components/capturer/RTCCameraVideoCapturer.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCCertificate.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCCertificate.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2018 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCCertificate.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCConfiguration.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCConfiguration.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCConfiguration.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCDataChannel.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCDataChannel.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCDataChannel.h"
|
||||
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCDataChannelConfiguration.h"
|
||||
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "components/video_codec/RTCDefaultVideoDecoderFactory.h"
|
||||
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "components/video_codec/RTCDefaultVideoEncoderFactory.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCDispatcher.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCDispatcher.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "helpers/RTCDispatcher.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCDtmfSender.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCDtmfSender.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCDtmfSender.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCEAGLVideoView.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCEAGLVideoView.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "components/renderer/opengl/RTCEAGLVideoView.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCFieldTrials.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCFieldTrials.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC Project Authors. All rights reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCFieldTrials.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCFileLogger.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCFileLogger.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCFileLogger.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCFileVideoCapturer.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCFileVideoCapturer.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC Project Authors. All rights reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "components/capturer/RTCFileVideoCapturer.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCH264ProfileLevelId.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCH264ProfileLevelId.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "components/video_codec/RTCH264ProfileLevelId.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCIceCandidate.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCIceCandidate.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCIceCandidate.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCIceServer.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCIceServer.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCIceServer.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCLegacyStatsReport.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCLegacyStatsReport.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCLegacyStatsReport.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCLogging.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCLogging.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "base/RTCLogging.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCMTLNSVideoView.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCMTLNSVideoView.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "components/renderer/metal/RTCMTLNSVideoView.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCMTLVideoView.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCMTLVideoView.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "components/renderer/metal/RTCMTLVideoView.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCMacros.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCMacros.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC Project Authors. All rights reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "base/RTCMacros.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCMediaConstraints.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCMediaConstraints.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCMediaConstraints.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCMediaSource.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCMediaSource.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCMediaSource.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCMediaStream.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCMediaStream.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCMediaStream.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCMediaStreamTrack.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCMediaStreamTrack.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCMediaStreamTrack.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCMetrics.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCMetrics.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCMetrics.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCMetricsSampleInfo.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCMetricsSampleInfo.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCMetricsSampleInfo.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCNSGLVideoView.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCNSGLVideoView.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "components/renderer/opengl/RTCNSGLVideoView.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCPeerConnection.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCPeerConnection.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCPeerConnection.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCPeerConnectionFactory.h"
|
||||
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCPeerConnectionFactoryOptions.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCRtcpParameters.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCRtcpParameters.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2018 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCRtcpParameters.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCRtpCodecParameters.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCRtpCodecParameters.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCRtpCodecParameters.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCRtpEncodingParameters.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCRtpEncodingParameters.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCRtpEncodingParameters.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCRtpHeaderExtension.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCRtpHeaderExtension.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2018 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCRtpHeaderExtension.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCRtpParameters.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCRtpParameters.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCRtpParameters.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCRtpReceiver.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCRtpReceiver.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCRtpReceiver.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCRtpSender.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCRtpSender.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCRtpSender.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCRtpTransceiver.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCRtpTransceiver.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2018 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCRtpTransceiver.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCSSLAdapter.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCSSLAdapter.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCSSLAdapter.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCSessionDescription.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCSessionDescription.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCSessionDescription.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCTracing.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCTracing.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC Project Authors. All rights reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCTracing.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoCapturer.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoCapturer.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "base/RTCVideoCapturer.h"
|
||||
20
sdk/objc/Framework/Headers/WebRTC/RTCVideoCodec.h
Normal file
20
sdk/objc/Framework/Headers/WebRTC/RTCVideoCodec.h
Normal file
@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/video_codec/RTCVideoCodecConstants.h"
|
||||
#import "base/RTCCodecSpecificInfo.h"
|
||||
#import "base/RTCEncodedImage.h"
|
||||
#import "base/RTCRtpFragmentationHeader.h"
|
||||
#import "base/RTCVideoCodecInfo.h"
|
||||
#import "base/RTCVideoDecoder.h"
|
||||
#import "base/RTCVideoEncoder.h"
|
||||
#import "base/RTCVideoEncoderQpThresholds.h"
|
||||
#import "base/RTCVideoEncoderSettings.h"
|
||||
#import "components/video_codec/RTCH264ProfileLevelId.h"
|
||||
14
sdk/objc/Framework/Headers/WebRTC/RTCVideoCodecFactory.h
Normal file
14
sdk/objc/Framework/Headers/WebRTC/RTCVideoCodecFactory.h
Normal file
@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "base/RTCVideoDecoderFactory.h"
|
||||
#import "base/RTCVideoEncoderFactory.h"
|
||||
#import "components/video_codec/RTCDefaultVideoDecoderFactory.h"
|
||||
#import "components/video_codec/RTCDefaultVideoEncoderFactory.h"
|
||||
16
sdk/objc/Framework/Headers/WebRTC/RTCVideoCodecH264.h
Normal file
16
sdk/objc/Framework/Headers/WebRTC/RTCVideoCodecH264.h
Normal file
@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "components/video_codec/RTCCodecSpecificInfoH264.h"
|
||||
#import "components/video_codec/RTCH264ProfileLevelId.h"
|
||||
#import "components/video_codec/RTCVideoDecoderFactoryH264.h"
|
||||
#import "components/video_codec/RTCVideoDecoderH264.h"
|
||||
#import "components/video_codec/RTCVideoEncoderFactoryH264.h"
|
||||
#import "components/video_codec/RTCVideoEncoderH264.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoCodecInfo.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoCodecInfo.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "base/RTCVideoCodecInfo.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoDecoderVP8.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoDecoderVP8.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/video_codec/RTCVideoDecoderVP8.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoDecoderVP9.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoDecoderVP9.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/video_codec/RTCVideoDecoderVP9.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoEncoderVP8.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoEncoderVP8.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/video_codec/RTCVideoEncoderVP8.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoEncoderVP9.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoEncoderVP9.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/video_codec/RTCVideoEncoderVP9.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoFrame.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoFrame.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "base/RTCVideoFrame.h"
|
||||
18
sdk/objc/Framework/Headers/WebRTC/RTCVideoFrameBuffer.h
Normal file
18
sdk/objc/Framework/Headers/WebRTC/RTCVideoFrameBuffer.h
Normal file
@ -0,0 +1,18 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/video_frame_buffer/RTCNativeI420Buffer.h"
|
||||
#import "api/video_frame_buffer/RTCNativeMutableI420Buffer.h"
|
||||
#import "base/RTCI420Buffer.h"
|
||||
#import "base/RTCMutableI420Buffer.h"
|
||||
#import "base/RTCMutableYUVPlanarBuffer.h"
|
||||
#import "base/RTCVideoFrameBuffer.h"
|
||||
#import "base/RTCYUVPlanarBuffer.h"
|
||||
#import "components/video_frame_buffer/RTCCVPixelBuffer.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoRenderer.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoRenderer.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "base/RTCVideoRenderer.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoSource.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoSource.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCVideoSource.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoTrack.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoTrack.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "api/peerconnection/RTCVideoTrack.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoViewShading.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/RTCVideoViewShading.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "components/renderer/opengl/RTCVideoViewShading.h"
|
||||
11
sdk/objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h
Normal file
11
sdk/objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#import "helpers/UIDevice+RTCDevice.h"
|
||||
Reference in New Issue
Block a user