Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,35 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>AntMedia_WebRTC.Framework/AntMedia_WebRTC</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>WebRTC.framework</string>
<string>AntMedia_WebRTC.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>AntMedia_WebRTC.framework/AntMedia_WebRTC</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>WebRTC.framework</string>
<string>AntMedia_WebRTC.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
/*
* Copyright 2025 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 <AntMedia_WebRTC/RTCCodecSpecificInfo.h>
#import <AntMedia_WebRTC/RTCEncodedImage.h>
#import <AntMedia_WebRTC/RTCI420Buffer.h>
#import <AntMedia_WebRTC/RTCLogging.h>
#import <AntMedia_WebRTC/RTCMacros.h>
#import <AntMedia_WebRTC/RTCMutableI420Buffer.h>
#import <AntMedia_WebRTC/RTCMutableYUVPlanarBuffer.h>
#import <AntMedia_WebRTC/RTCSSLCertificateVerifier.h>
#import <AntMedia_WebRTC/RTCVideoCapturer.h>
#import <AntMedia_WebRTC/RTCVideoCodecInfo.h>
#import <AntMedia_WebRTC/RTCVideoDecoder.h>
#import <AntMedia_WebRTC/RTCVideoDecoderFactory.h>
#import <AntMedia_WebRTC/RTCVideoEncoder.h>
#import <AntMedia_WebRTC/RTCVideoEncoderFactory.h>
#import <AntMedia_WebRTC/RTCVideoEncoderQpThresholds.h>
#import <AntMedia_WebRTC/RTCVideoEncoderSettings.h>
#import <AntMedia_WebRTC/RTCVideoFrame.h>
#import <AntMedia_WebRTC/RTCVideoFrameBuffer.h>
#import <AntMedia_WebRTC/RTCVideoRenderer.h>
#import <AntMedia_WebRTC/RTCYUVPlanarBuffer.h>
#import <AntMedia_WebRTC/RTCAudioDevice.h>
#import <AntMedia_WebRTC/RTCAudioSession.h>
#import <AntMedia_WebRTC/RTCAudioSessionConfiguration.h>
#import <AntMedia_WebRTC/RTCCameraVideoCapturer.h>
#import <AntMedia_WebRTC/RTCFileVideoCapturer.h>
#import <AntMedia_WebRTC/RTCNetworkMonitor.h>
#import <AntMedia_WebRTC/RTCMTLVideoView.h>
#import <AntMedia_WebRTC/RTCEAGLVideoView.h>
#import <AntMedia_WebRTC/RTCVideoViewShading.h>
#import <AntMedia_WebRTC/RTCCodecSpecificInfoH264.h>
#import <AntMedia_WebRTC/RTCDefaultVideoDecoderFactory.h>
#import <AntMedia_WebRTC/RTCDefaultVideoEncoderFactory.h>
#import <AntMedia_WebRTC/RTCH264ProfileLevelId.h>
#import <AntMedia_WebRTC/RTCVideoDecoderFactoryH264.h>
#import <AntMedia_WebRTC/RTCVideoDecoderH264.h>
#import <AntMedia_WebRTC/RTCVideoEncoderFactoryH264.h>
#import <AntMedia_WebRTC/RTCVideoEncoderH264.h>
#import <AntMedia_WebRTC/RTCCVPixelBuffer.h>
#import <AntMedia_WebRTC/RTCCameraPreviewView.h>
#import <AntMedia_WebRTC/RTCDispatcher.h>
#import <AntMedia_WebRTC/UIDevice+RTCDevice.h>
#import <AntMedia_WebRTC/RTCAudioDeviceModule.h>
#import <AntMedia_WebRTC/RTCAudioSource.h>
#import <AntMedia_WebRTC/RTCAudioTrack.h>
#import <AntMedia_WebRTC/RTCConfiguration.h>
#import <AntMedia_WebRTC/RTCDataChannel.h>
#import <AntMedia_WebRTC/RTCDataChannelConfiguration.h>
#import <AntMedia_WebRTC/RTCFieldTrials.h>
#import <AntMedia_WebRTC/RTCIceCandidate.h>
#import <AntMedia_WebRTC/RTCIceCandidateErrorEvent.h>
#import <AntMedia_WebRTC/RTCIceServer.h>
#import <AntMedia_WebRTC/RTCLegacyStatsReport.h>
#import <AntMedia_WebRTC/RTCMediaConstraints.h>
#import <AntMedia_WebRTC/RTCMediaSource.h>
#import <AntMedia_WebRTC/RTCMediaStream.h>
#import <AntMedia_WebRTC/RTCMediaStreamTrack.h>
#import <AntMedia_WebRTC/RTCMetrics.h>
#import <AntMedia_WebRTC/RTCMetricsSampleInfo.h>
#import <AntMedia_WebRTC/RTCPeerConnection.h>
#import <AntMedia_WebRTC/RTCPeerConnectionFactory.h>
#import <AntMedia_WebRTC/RTCPeerConnectionFactoryOptions.h>
#import <AntMedia_WebRTC/RTCRtcpParameters.h>
#import <AntMedia_WebRTC/RTCRtpCapabilities.h>
#import <AntMedia_WebRTC/RTCRtpCodecCapability.h>
#import <AntMedia_WebRTC/RTCRtpCodecParameters.h>
#import <AntMedia_WebRTC/RTCRtpEncodingParameters.h>
#import <AntMedia_WebRTC/RTCRtpHeaderExtension.h>
#import <AntMedia_WebRTC/RTCRtpHeaderExtensionCapability.h>
#import <AntMedia_WebRTC/RTCRtpParameters.h>
#import <AntMedia_WebRTC/RTCRtpReceiver.h>
#import <AntMedia_WebRTC/RTCRtpSource.h>
#import <AntMedia_WebRTC/RTCRtpSender.h>
#import <AntMedia_WebRTC/RTCRtpTransceiver.h>
#import <AntMedia_WebRTC/RTCDtmfSender.h>
#import <AntMedia_WebRTC/RTCSSLAdapter.h>
#import <AntMedia_WebRTC/RTCSessionDescription.h>
#import <AntMedia_WebRTC/RTCStatisticsReport.h>
#import <AntMedia_WebRTC/RTCTracing.h>
#import <AntMedia_WebRTC/RTCCertificate.h>
#import <AntMedia_WebRTC/RTCCryptoOptions.h>
#import <AntMedia_WebRTC/RTCVideoSource.h>
#import <AntMedia_WebRTC/RTCVideoTrack.h>
#import <AntMedia_WebRTC/RTCVideoCodecConstants.h>
#import <AntMedia_WebRTC/RTCVideoDecoderVP8.h>
#import <AntMedia_WebRTC/RTCVideoDecoderVP9.h>
#import <AntMedia_WebRTC/RTCVideoDecoderAV1.h>
#import <AntMedia_WebRTC/RTCVideoEncoderVP8.h>
#import <AntMedia_WebRTC/RTCVideoEncoderVP9.h>
#import <AntMedia_WebRTC/RTCVideoEncoderAV1.h>
#import <AntMedia_WebRTC/RTCNativeI420Buffer.h>
#import <AntMedia_WebRTC/RTCNativeMutableI420Buffer.h>
#import <AntMedia_WebRTC/RTCCallbackLogger.h>
#import <AntMedia_WebRTC/RTCFileLogger.h>
Loading