edoctor-sendbird-calls 1.1.0-beta.0 → 1.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +43 -83
- package/edoctor-sendbird-calls.podspec +2 -2
- package/ios/Frameworks/SendBirdCalls.xcframework/Info.plist +47 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h +3281 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Headers/SendBirdCalls.h +12 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Info.plist +0 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.abi.json +301055 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.private.swiftinterface +1105 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftinterface +1105 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/module.modulemap +11 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/PrivacyInfo.xcprivacy +57 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/SendBirdCalls +0 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h +3281 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Headers/SendBirdCalls.h +12 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Info.plist +0 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.abi.json +301055 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1105 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1105 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Modules/module.modulemap +11 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/PrivacyInfo.xcprivacy +57 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/SendBirdCalls +0 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/_CodeSignature/CodeResources +201 -0
- package/ios/Frameworks/WebRTC.xcframework/Info.plist +48 -0
- package/ios/Frameworks/WebRTC.xcframework/LICENSE.md +2264 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioDevice.h +335 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioSession.h +289 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioSessionConfiguration.h +47 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioSink.h +25 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioSource.h +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioTrack.h +28 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCVPixelBuffer.h +52 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCallbackLogger.h +41 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCameraPreviewView.h +30 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCameraVideoCapturer.h +60 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCertificate.h +47 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCodecSpecificInfo.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCodecSpecificInfoH264.h +28 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCConfiguration.h +268 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCryptoOptions.h +66 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDataChannel.h +134 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDataChannelConfiguration.h +52 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDefaultShader.h +26 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDefaultVideoDecoderFactory.h +26 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDefaultVideoEncoderFactory.h +31 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDispatcher.h +47 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDtmfSender.h +73 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCEAGLVideoView.h +45 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCEncodedImage.h +52 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCFieldTrials.h +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCFileLogger.h +76 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCFileVideoCapturer.h +51 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCH264ProfileLevelId.h +61 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCI420Buffer.h +22 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCIceCandidate.h +50 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCIceCandidateErrorEvent.h +45 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCIceServer.h +115 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCLegacyStatsReport.h +37 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCLogging.h +70 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMTLVideoView.h +44 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMacros.h +67 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMediaConstraints.h +47 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMediaSource.h +34 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMediaStream.h +50 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMediaStreamTrack.h +50 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMetrics.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMetricsSampleInfo.h +48 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMutableI420Buffer.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMutableYUVPlanarBuffer.h +28 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCNativeI420Buffer.h +23 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCNativeMutableI420Buffer.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCNetworkMonitor.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCPeerConnection.h +423 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCPeerConnectionFactory.h +149 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCPeerConnectionFactoryOptions.h +38 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtcpParameters.h +30 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpCapabilities.h +31 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpCodecCapability.h +58 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpCodecParameters.h +72 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpEncodingParameters.h +77 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpHeaderExtension.h +33 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpHeaderExtensionCapability.h +39 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpParameters.h +60 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpReceiver.h +97 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpSender.h +55 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpSource.h +66 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpTransceiver.h +177 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCSSLAdapter.h +20 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCSSLCertificateVerifier.h +25 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCSessionDescription.h +49 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCStatisticsReport.h +58 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCTracing.h +21 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoCapturer.h +37 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoCodecConstants.h +17 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoCodecInfo.h +43 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoder.h +41 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderAV1.h +25 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderFactory.h +33 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderFactoryH264.h +18 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderH264.h +18 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderVP8.h +25 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderVP9.h +27 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoder.h +62 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderAV1.h +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderFactory.h +78 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderFactoryH264.h +18 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderH264.h +22 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderQpThresholds.h +29 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderSettings.h +42 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderVP8.h +30 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderVP9.h +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoFrame.h +64 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoFrameBuffer.h +40 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoRenderer.h +44 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoSource.h +37 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoTrack.h +38 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoViewShading.h +39 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCYUVPlanarBuffer.h +46 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/UIDevice+RTCDevice.h +17 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/WebRTC.h +104 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Info.plist +0 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Modules/module.modulemap +6 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/PrivacyInfo.xcprivacy +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/WebRTC +0 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioDevice.h +335 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioSession.h +289 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioSessionConfiguration.h +47 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioSink.h +25 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioSource.h +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioTrack.h +28 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCVPixelBuffer.h +52 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCallbackLogger.h +41 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCameraPreviewView.h +30 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCameraVideoCapturer.h +60 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCertificate.h +47 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCodecSpecificInfo.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCodecSpecificInfoH264.h +28 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCConfiguration.h +268 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCryptoOptions.h +66 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDataChannel.h +134 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDataChannelConfiguration.h +52 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDefaultShader.h +26 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDefaultVideoDecoderFactory.h +26 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDefaultVideoEncoderFactory.h +31 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDispatcher.h +47 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDtmfSender.h +73 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCEAGLVideoView.h +45 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCEncodedImage.h +52 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCFieldTrials.h +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCFileLogger.h +76 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCFileVideoCapturer.h +51 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCH264ProfileLevelId.h +61 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCI420Buffer.h +22 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCIceCandidate.h +50 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCIceCandidateErrorEvent.h +45 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCIceServer.h +115 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCLegacyStatsReport.h +37 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCLogging.h +70 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMTLVideoView.h +44 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMacros.h +67 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMediaConstraints.h +47 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMediaSource.h +34 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMediaStream.h +50 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMediaStreamTrack.h +50 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMetrics.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMetricsSampleInfo.h +48 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMutableI420Buffer.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMutableYUVPlanarBuffer.h +28 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCNativeI420Buffer.h +23 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCNativeMutableI420Buffer.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCNetworkMonitor.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCPeerConnection.h +423 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCPeerConnectionFactory.h +149 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCPeerConnectionFactoryOptions.h +38 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtcpParameters.h +30 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpCapabilities.h +31 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpCodecCapability.h +58 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpCodecParameters.h +72 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpEncodingParameters.h +77 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpHeaderExtension.h +33 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpHeaderExtensionCapability.h +39 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpParameters.h +60 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpReceiver.h +97 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpSender.h +55 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpSource.h +66 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpTransceiver.h +177 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCSSLAdapter.h +20 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCSSLCertificateVerifier.h +25 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCSessionDescription.h +49 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCStatisticsReport.h +58 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCTracing.h +21 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoCapturer.h +37 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoCodecConstants.h +17 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoCodecInfo.h +43 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoder.h +41 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderAV1.h +25 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderFactory.h +33 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderFactoryH264.h +18 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderH264.h +18 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderVP8.h +25 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderVP9.h +27 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoder.h +62 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderAV1.h +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderFactory.h +78 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderFactoryH264.h +18 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderH264.h +22 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderQpThresholds.h +29 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderSettings.h +42 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderVP8.h +30 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderVP9.h +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoFrame.h +64 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoFrameBuffer.h +40 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoRenderer.h +44 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoSource.h +37 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoTrack.h +38 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoViewShading.h +39 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCYUVPlanarBuffer.h +46 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/UIDevice+RTCDevice.h +17 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/WebRTC.h +104 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Info.plist +0 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Modules/module.modulemap +6 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/PrivacyInfo.xcprivacy +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/WebRTC +0 -0
- package/package.json +3 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <Foundation/Foundation.h>
|
|
12
|
+
|
|
13
|
+
#import <WebRTC/RTCVideoDecoderFactory.h>
|
|
14
|
+
#import <WebRTC/RTCMacros.h>
|
|
15
|
+
|
|
16
|
+
RTC_OBJC_EXPORT
|
|
17
|
+
@interface RTC_OBJC_TYPE (RTCVideoDecoderFactoryH264) : NSObject <RTC_OBJC_TYPE(RTCVideoDecoderFactory)>
|
|
18
|
+
@end
|
package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderH264.h
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <Foundation/Foundation.h>
|
|
12
|
+
|
|
13
|
+
#import <WebRTC/RTCVideoDecoder.h>
|
|
14
|
+
#import <WebRTC/RTCMacros.h>
|
|
15
|
+
|
|
16
|
+
RTC_OBJC_EXPORT
|
|
17
|
+
@interface RTC_OBJC_TYPE (RTCVideoDecoderH264) : NSObject <RTC_OBJC_TYPE(RTCVideoDecoder)>
|
|
18
|
+
@end
|
package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderVP8.h
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <Foundation/Foundation.h>
|
|
12
|
+
|
|
13
|
+
#import <WebRTC/RTCVideoDecoder.h>
|
|
14
|
+
#import <WebRTC/RTCMacros.h>
|
|
15
|
+
|
|
16
|
+
RTC_OBJC_EXPORT
|
|
17
|
+
@interface RTC_OBJC_TYPE (RTCVideoDecoderVP8) : NSObject
|
|
18
|
+
|
|
19
|
+
/* This returns a VP8 decoder that can be returned from a RTCVideoDecoderFactory injected into
|
|
20
|
+
* RTCPeerConnectionFactory. Even though it implements the RTCVideoDecoder protocol, it can not be
|
|
21
|
+
* used independently from the RTCPeerConnectionFactory.
|
|
22
|
+
*/
|
|
23
|
+
+ (id<RTC_OBJC_TYPE(RTCVideoDecoder)>)vp8Decoder;
|
|
24
|
+
|
|
25
|
+
@end
|
package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderVP9.h
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <Foundation/Foundation.h>
|
|
12
|
+
|
|
13
|
+
#import <WebRTC/RTCVideoDecoder.h>
|
|
14
|
+
#import <WebRTC/RTCMacros.h>
|
|
15
|
+
|
|
16
|
+
RTC_OBJC_EXPORT
|
|
17
|
+
@interface RTC_OBJC_TYPE (RTCVideoDecoderVP9) : NSObject
|
|
18
|
+
|
|
19
|
+
/* This returns a VP9 decoder that can be returned from a RTCVideoDecoderFactory injected into
|
|
20
|
+
* RTCPeerConnectionFactory. Even though it implements the RTCVideoDecoder protocol, it can not be
|
|
21
|
+
* used independently from the RTCPeerConnectionFactory.
|
|
22
|
+
*/
|
|
23
|
+
+ (id<RTC_OBJC_TYPE(RTCVideoDecoder)>)vp9Decoder;
|
|
24
|
+
|
|
25
|
+
+ (bool)isSupported;
|
|
26
|
+
|
|
27
|
+
@end
|
package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoder.h
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <Foundation/Foundation.h>
|
|
12
|
+
|
|
13
|
+
#import <WebRTC/RTCCodecSpecificInfo.h>
|
|
14
|
+
#import <WebRTC/RTCEncodedImage.h>
|
|
15
|
+
#import <WebRTC/RTCVideoEncoderQpThresholds.h>
|
|
16
|
+
#import <WebRTC/RTCVideoEncoderSettings.h>
|
|
17
|
+
#import <WebRTC/RTCVideoFrame.h>
|
|
18
|
+
#import <WebRTC/RTCMacros.h>
|
|
19
|
+
|
|
20
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
21
|
+
|
|
22
|
+
/** Callback block for encoder. */
|
|
23
|
+
typedef BOOL (^RTCVideoEncoderCallback)(
|
|
24
|
+
RTC_OBJC_TYPE(RTCEncodedImage) * frame,
|
|
25
|
+
id<RTC_OBJC_TYPE(RTCCodecSpecificInfo)> info);
|
|
26
|
+
|
|
27
|
+
/** Protocol for encoder implementations. */
|
|
28
|
+
RTC_OBJC_EXPORT
|
|
29
|
+
@protocol RTC_OBJC_TYPE
|
|
30
|
+
(RTCVideoEncoder)<NSObject>
|
|
31
|
+
|
|
32
|
+
- (void)setCallback : (nullable RTCVideoEncoderCallback)callback;
|
|
33
|
+
- (NSInteger)startEncodeWithSettings:
|
|
34
|
+
(RTC_OBJC_TYPE(RTCVideoEncoderSettings) *)settings
|
|
35
|
+
numberOfCores:(int)numberOfCores;
|
|
36
|
+
- (NSInteger)releaseEncoder;
|
|
37
|
+
- (NSInteger)encode:(RTC_OBJC_TYPE(RTCVideoFrame) *)frame
|
|
38
|
+
codecSpecificInfo:(nullable id<RTC_OBJC_TYPE(RTCCodecSpecificInfo)>)info
|
|
39
|
+
frameTypes:(NSArray<NSNumber *> *)frameTypes;
|
|
40
|
+
- (int)setBitrate:(uint32_t)bitrateKbit framerate:(uint32_t)framerate;
|
|
41
|
+
- (NSString *)implementationName;
|
|
42
|
+
|
|
43
|
+
/** Returns QP scaling settings for encoder. The quality scaler adjusts the
|
|
44
|
+
* resolution in order to keep the QP from the encoded images within the given
|
|
45
|
+
* range. Returning nil from this function disables quality scaling. */
|
|
46
|
+
- (nullable RTC_OBJC_TYPE(RTCVideoEncoderQpThresholds) *)scalingSettings;
|
|
47
|
+
|
|
48
|
+
/** Resolutions should be aligned to this value. */
|
|
49
|
+
@property(nonatomic, readonly) NSInteger resolutionAlignment;
|
|
50
|
+
|
|
51
|
+
/** If enabled, resolution alignment is applied to all simulcast layers
|
|
52
|
+
simultaneously so that when scaled, all resolutions comply with
|
|
53
|
+
'resolutionAlignment'. */
|
|
54
|
+
@property(nonatomic, readonly) BOOL applyAlignmentToAllSimulcastLayers;
|
|
55
|
+
|
|
56
|
+
/** If YES, the receiver is expected to resample/scale the source texture to the
|
|
57
|
+
expected output size. */
|
|
58
|
+
@property(nonatomic, readonly) BOOL supportsNativeHandle;
|
|
59
|
+
|
|
60
|
+
@end
|
|
61
|
+
|
|
62
|
+
NS_ASSUME_NONNULL_END
|
package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderAV1.h
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2021 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <Foundation/Foundation.h>
|
|
12
|
+
|
|
13
|
+
#import <WebRTC/RTCVideoEncoder.h>
|
|
14
|
+
#import <WebRTC/RTCMacros.h>
|
|
15
|
+
|
|
16
|
+
RTC_OBJC_EXPORT
|
|
17
|
+
@interface RTC_OBJC_TYPE (RTCVideoEncoderAV1) : NSObject
|
|
18
|
+
|
|
19
|
+
/* This returns a AV1 encoder that can be returned from a RTCVideoEncoderFactory injected into
|
|
20
|
+
* RTCPeerConnectionFactory. Even though it implements the RTCVideoEncoder protocol, it can not be
|
|
21
|
+
* used independently from the RTCPeerConnectionFactory.
|
|
22
|
+
*/
|
|
23
|
+
+ (nonnull id<RTC_OBJC_TYPE(RTCVideoEncoder)>)av1Encoder;
|
|
24
|
+
|
|
25
|
+
/* Returns list of scalability modes supported by the encoder that can be
|
|
26
|
+
* created with `av1Encoder` method above.
|
|
27
|
+
*/
|
|
28
|
+
+ (nonnull NSArray<NSString*>*)supportedScalabilityModes;
|
|
29
|
+
|
|
30
|
+
+ (bool)isSupported;
|
|
31
|
+
|
|
32
|
+
@end
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <Foundation/Foundation.h>
|
|
12
|
+
|
|
13
|
+
#import <WebRTC/RTCVideoCodecInfo.h>
|
|
14
|
+
#import <WebRTC/RTCVideoEncoder.h>
|
|
15
|
+
#import <WebRTC/RTCMacros.h>
|
|
16
|
+
|
|
17
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
18
|
+
|
|
19
|
+
/** RTCVideoEncoderFactory is an Objective-C version of
|
|
20
|
+
webrtc::VideoEncoderFactory::VideoEncoderSelector.
|
|
21
|
+
*/
|
|
22
|
+
RTC_OBJC_EXPORT
|
|
23
|
+
@protocol RTC_OBJC_TYPE
|
|
24
|
+
(RTCVideoEncoderSelector)<NSObject>
|
|
25
|
+
|
|
26
|
+
- (void)registerCurrentEncoderInfo
|
|
27
|
+
: (RTC_OBJC_TYPE(RTCVideoCodecInfo) *)info;
|
|
28
|
+
- (nullable RTC_OBJC_TYPE(RTCVideoCodecInfo) *)encoderForBitrate:
|
|
29
|
+
(NSInteger)bitrate;
|
|
30
|
+
- (nullable RTC_OBJC_TYPE(RTCVideoCodecInfo) *)encoderForBrokenEncoder;
|
|
31
|
+
|
|
32
|
+
@optional
|
|
33
|
+
- (nullable RTC_OBJC_TYPE(RTCVideoCodecInfo) *)encoderForResolutionChangeBySize:
|
|
34
|
+
(CGSize)size;
|
|
35
|
+
|
|
36
|
+
@end
|
|
37
|
+
|
|
38
|
+
/** RTCVideoEncoderCodecSupport is an Objective-C version of
|
|
39
|
+
* webrtc::VideoEncoderFactory::CodecSupport. */
|
|
40
|
+
RTC_OBJC_EXPORT
|
|
41
|
+
@interface RTC_OBJC_TYPE (RTCVideoEncoderCodecSupport) : NSObject
|
|
42
|
+
|
|
43
|
+
- (instancetype)init NS_UNAVAILABLE;
|
|
44
|
+
|
|
45
|
+
- (instancetype)initWithSupported:(bool)isSupported;
|
|
46
|
+
- (instancetype)initWithSupported:(bool)isSupported
|
|
47
|
+
isPowerEfficient:(bool)isPowerEfficient
|
|
48
|
+
NS_DESIGNATED_INITIALIZER;
|
|
49
|
+
|
|
50
|
+
@property(nonatomic, readonly) bool isSupported;
|
|
51
|
+
@property(nonatomic, readonly) bool isPowerEfficient;
|
|
52
|
+
|
|
53
|
+
@end
|
|
54
|
+
|
|
55
|
+
/** RTCVideoEncoderFactory is an Objective-C version of
|
|
56
|
+
* webrtc::VideoEncoderFactory.
|
|
57
|
+
*/
|
|
58
|
+
RTC_OBJC_EXPORT
|
|
59
|
+
@protocol RTC_OBJC_TYPE
|
|
60
|
+
(RTCVideoEncoderFactory)<NSObject>
|
|
61
|
+
|
|
62
|
+
- (nullable id<RTC_OBJC_TYPE(RTCVideoEncoder)>)createEncoder
|
|
63
|
+
: (RTC_OBJC_TYPE(RTCVideoCodecInfo) *)info;
|
|
64
|
+
- (NSArray<RTC_OBJC_TYPE(RTCVideoCodecInfo) *> *)
|
|
65
|
+
supportedCodecs; // TODO(andersc): "supportedFormats" instead?
|
|
66
|
+
|
|
67
|
+
@optional
|
|
68
|
+
- (NSArray<RTC_OBJC_TYPE(RTCVideoCodecInfo) *> *)implementations;
|
|
69
|
+
- (nullable id<RTC_OBJC_TYPE(RTCVideoEncoderSelector)>)encoderSelector;
|
|
70
|
+
/* TODO: b/299588022 - move to non-optional section when implemented by all
|
|
71
|
+
* derived classes. */
|
|
72
|
+
- (RTC_OBJC_TYPE(RTCVideoEncoderCodecSupport) *)
|
|
73
|
+
queryCodecSupport:(RTC_OBJC_TYPE(RTCVideoCodecInfo) *)info
|
|
74
|
+
scalabilityMode:(nullable NSString *)scalabilityMode;
|
|
75
|
+
|
|
76
|
+
@end
|
|
77
|
+
|
|
78
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <Foundation/Foundation.h>
|
|
12
|
+
|
|
13
|
+
#import <WebRTC/RTCVideoEncoderFactory.h>
|
|
14
|
+
#import <WebRTC/RTCMacros.h>
|
|
15
|
+
|
|
16
|
+
RTC_OBJC_EXPORT
|
|
17
|
+
@interface RTC_OBJC_TYPE (RTCVideoEncoderFactoryH264) : NSObject <RTC_OBJC_TYPE(RTCVideoEncoderFactory)>
|
|
18
|
+
@end
|
package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderH264.h
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <Foundation/Foundation.h>
|
|
12
|
+
|
|
13
|
+
#import <WebRTC/RTCVideoCodecInfo.h>
|
|
14
|
+
#import <WebRTC/RTCVideoEncoder.h>
|
|
15
|
+
#import <WebRTC/RTCMacros.h>
|
|
16
|
+
|
|
17
|
+
RTC_OBJC_EXPORT
|
|
18
|
+
@interface RTC_OBJC_TYPE (RTCVideoEncoderH264) : NSObject <RTC_OBJC_TYPE(RTCVideoEncoder)>
|
|
19
|
+
|
|
20
|
+
- (instancetype)initWithCodecInfo:(RTC_OBJC_TYPE(RTCVideoCodecInfo) *)codecInfo;
|
|
21
|
+
|
|
22
|
+
@end
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <Foundation/Foundation.h>
|
|
12
|
+
|
|
13
|
+
#import <WebRTC/RTCMacros.h>
|
|
14
|
+
|
|
15
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
16
|
+
|
|
17
|
+
/** QP thresholds for encoder. Corresponds to
|
|
18
|
+
* webrtc::VideoEncoder::QpThresholds. */
|
|
19
|
+
RTC_OBJC_EXPORT
|
|
20
|
+
@interface RTC_OBJC_TYPE (RTCVideoEncoderQpThresholds) : NSObject
|
|
21
|
+
|
|
22
|
+
- (instancetype)initWithThresholdsLow:(NSInteger)low high:(NSInteger)high;
|
|
23
|
+
|
|
24
|
+
@property(nonatomic, readonly) NSInteger low;
|
|
25
|
+
@property(nonatomic, readonly) NSInteger high;
|
|
26
|
+
|
|
27
|
+
@end
|
|
28
|
+
|
|
29
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <Foundation/Foundation.h>
|
|
12
|
+
|
|
13
|
+
#import <WebRTC/RTCMacros.h>
|
|
14
|
+
|
|
15
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
16
|
+
|
|
17
|
+
typedef NS_ENUM(NSUInteger, RTCVideoCodecMode) {
|
|
18
|
+
RTCVideoCodecModeRealtimeVideo,
|
|
19
|
+
RTCVideoCodecModeScreensharing,
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
/** Settings for encoder. Corresponds to webrtc::VideoCodec. */
|
|
23
|
+
RTC_OBJC_EXPORT
|
|
24
|
+
@interface RTC_OBJC_TYPE (RTCVideoEncoderSettings) : NSObject
|
|
25
|
+
|
|
26
|
+
@property(nonatomic, strong) NSString *name;
|
|
27
|
+
|
|
28
|
+
@property(nonatomic, assign) unsigned short width;
|
|
29
|
+
@property(nonatomic, assign) unsigned short height;
|
|
30
|
+
|
|
31
|
+
@property(nonatomic, assign) unsigned int startBitrate; // kilobits/sec.
|
|
32
|
+
@property(nonatomic, assign) unsigned int maxBitrate;
|
|
33
|
+
@property(nonatomic, assign) unsigned int minBitrate;
|
|
34
|
+
|
|
35
|
+
@property(nonatomic, assign) uint32_t maxFramerate;
|
|
36
|
+
|
|
37
|
+
@property(nonatomic, assign) unsigned int qpMax;
|
|
38
|
+
@property(nonatomic, assign) RTCVideoCodecMode mode;
|
|
39
|
+
|
|
40
|
+
@end
|
|
41
|
+
|
|
42
|
+
NS_ASSUME_NONNULL_END
|
package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderVP8.h
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <Foundation/Foundation.h>
|
|
12
|
+
|
|
13
|
+
#import <WebRTC/RTCVideoEncoder.h>
|
|
14
|
+
#import <WebRTC/RTCMacros.h>
|
|
15
|
+
|
|
16
|
+
RTC_OBJC_EXPORT
|
|
17
|
+
@interface RTC_OBJC_TYPE (RTCVideoEncoderVP8) : NSObject
|
|
18
|
+
|
|
19
|
+
/* This returns a VP8 encoder that can be returned from a RTCVideoEncoderFactory injected into
|
|
20
|
+
* RTCPeerConnectionFactory. Even though it implements the RTCVideoEncoder protocol, it can not be
|
|
21
|
+
* used independently from the RTCPeerConnectionFactory.
|
|
22
|
+
*/
|
|
23
|
+
+ (nonnull id<RTC_OBJC_TYPE(RTCVideoEncoder)>)vp8Encoder;
|
|
24
|
+
|
|
25
|
+
/* Returns list of scalability modes supported by the encoder that can be
|
|
26
|
+
* created with `vp8Encoder` method above.
|
|
27
|
+
*/
|
|
28
|
+
+ (nonnull NSArray<NSString*>*)supportedScalabilityModes;
|
|
29
|
+
|
|
30
|
+
@end
|
package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderVP9.h
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <Foundation/Foundation.h>
|
|
12
|
+
|
|
13
|
+
#import <WebRTC/RTCVideoEncoder.h>
|
|
14
|
+
#import <WebRTC/RTCMacros.h>
|
|
15
|
+
|
|
16
|
+
RTC_OBJC_EXPORT
|
|
17
|
+
@interface RTC_OBJC_TYPE (RTCVideoEncoderVP9) : NSObject
|
|
18
|
+
|
|
19
|
+
/* This returns a VP9 encoder that can be returned from a RTCVideoEncoderFactory injected into
|
|
20
|
+
* RTCPeerConnectionFactory. Even though it implements the RTCVideoEncoder protocol, it can not be
|
|
21
|
+
* used independently from the RTCPeerConnectionFactory.
|
|
22
|
+
*/
|
|
23
|
+
+ (nullable id<RTC_OBJC_TYPE(RTCVideoEncoder)>)vp9Encoder;
|
|
24
|
+
|
|
25
|
+
/* Returns list of scalability modes supported by the encoder that can be
|
|
26
|
+
* created with `vp9Encoder` method above.
|
|
27
|
+
*/
|
|
28
|
+
+ (nonnull NSArray<NSString*>*)supportedScalabilityModes;
|
|
29
|
+
|
|
30
|
+
+ (bool)isSupported;
|
|
31
|
+
|
|
32
|
+
@end
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <AVFoundation/AVFoundation.h>
|
|
12
|
+
#import <Foundation/Foundation.h>
|
|
13
|
+
|
|
14
|
+
#import <WebRTC/RTCMacros.h>
|
|
15
|
+
|
|
16
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
17
|
+
|
|
18
|
+
typedef NS_ENUM(NSInteger, RTCVideoRotation) {
|
|
19
|
+
RTCVideoRotation_0 = 0,
|
|
20
|
+
RTCVideoRotation_90 = 90,
|
|
21
|
+
RTCVideoRotation_180 = 180,
|
|
22
|
+
RTCVideoRotation_270 = 270,
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
@protocol RTC_OBJC_TYPE
|
|
26
|
+
(RTCVideoFrameBuffer);
|
|
27
|
+
|
|
28
|
+
// RTCVideoFrame is an ObjectiveC version of webrtc::VideoFrame.
|
|
29
|
+
RTC_OBJC_EXPORT
|
|
30
|
+
@interface RTC_OBJC_TYPE (RTCVideoFrame) : NSObject
|
|
31
|
+
|
|
32
|
+
/** Width without rotation applied. */
|
|
33
|
+
@property(nonatomic, readonly) int width;
|
|
34
|
+
|
|
35
|
+
/** Height without rotation applied. */
|
|
36
|
+
@property(nonatomic, readonly) int height;
|
|
37
|
+
@property(nonatomic, readonly) RTCVideoRotation rotation;
|
|
38
|
+
|
|
39
|
+
/** Timestamp in nanoseconds. */
|
|
40
|
+
@property(nonatomic, readonly) int64_t timeStampNs;
|
|
41
|
+
|
|
42
|
+
/** Timestamp 90 kHz. */
|
|
43
|
+
@property(nonatomic, assign) int32_t timeStamp;
|
|
44
|
+
|
|
45
|
+
@property(nonatomic, readonly) id<RTC_OBJC_TYPE(RTCVideoFrameBuffer)> buffer;
|
|
46
|
+
|
|
47
|
+
- (instancetype)init NS_UNAVAILABLE;
|
|
48
|
+
- (instancetype)new NS_UNAVAILABLE;
|
|
49
|
+
|
|
50
|
+
/** Initialize an RTCVideoFrame from a frame buffer, rotation, and timestamp.
|
|
51
|
+
*/
|
|
52
|
+
- (instancetype)initWithBuffer:
|
|
53
|
+
(id<RTC_OBJC_TYPE(RTCVideoFrameBuffer)>)frameBuffer
|
|
54
|
+
rotation:(RTCVideoRotation)rotation
|
|
55
|
+
timeStampNs:(int64_t)timeStampNs;
|
|
56
|
+
|
|
57
|
+
/** Return a frame that is guaranteed to be I420, i.e. it is possible to access
|
|
58
|
+
* the YUV data on it.
|
|
59
|
+
*/
|
|
60
|
+
- (RTC_OBJC_TYPE(RTCVideoFrame) *)newI420VideoFrame;
|
|
61
|
+
|
|
62
|
+
@end
|
|
63
|
+
|
|
64
|
+
NS_ASSUME_NONNULL_END
|
package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoFrameBuffer.h
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <AVFoundation/AVFoundation.h>
|
|
12
|
+
|
|
13
|
+
#import <WebRTC/RTCMacros.h>
|
|
14
|
+
|
|
15
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
16
|
+
|
|
17
|
+
@protocol RTC_OBJC_TYPE
|
|
18
|
+
(RTCI420Buffer);
|
|
19
|
+
|
|
20
|
+
// RTCVideoFrameBuffer is an ObjectiveC version of webrtc::VideoFrameBuffer.
|
|
21
|
+
RTC_OBJC_EXPORT
|
|
22
|
+
@protocol RTC_OBJC_TYPE
|
|
23
|
+
(RTCVideoFrameBuffer)<NSObject>
|
|
24
|
+
|
|
25
|
+
@property(nonatomic, readonly) int width;
|
|
26
|
+
@property(nonatomic, readonly) int height;
|
|
27
|
+
|
|
28
|
+
- (id<RTC_OBJC_TYPE(RTCI420Buffer)>)toI420;
|
|
29
|
+
|
|
30
|
+
@optional
|
|
31
|
+
- (id<RTC_OBJC_TYPE(RTCVideoFrameBuffer)>)cropAndScaleWith:(int)offsetX
|
|
32
|
+
offsetY:(int)offsetY
|
|
33
|
+
cropWidth:(int)cropWidth
|
|
34
|
+
cropHeight:(int)cropHeight
|
|
35
|
+
scaleWidth:(int)scaleWidth
|
|
36
|
+
scaleHeight:(int)scaleHeight;
|
|
37
|
+
|
|
38
|
+
@end
|
|
39
|
+
|
|
40
|
+
NS_ASSUME_NONNULL_END
|
package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoRenderer.h
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <Foundation/Foundation.h>
|
|
12
|
+
#if TARGET_OS_IPHONE
|
|
13
|
+
#import <UIKit/UIKit.h>
|
|
14
|
+
#endif
|
|
15
|
+
|
|
16
|
+
#import <WebRTC/RTCMacros.h>
|
|
17
|
+
|
|
18
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
19
|
+
|
|
20
|
+
@class RTC_OBJC_TYPE(RTCVideoFrame);
|
|
21
|
+
|
|
22
|
+
RTC_OBJC_EXPORT
|
|
23
|
+
@protocol RTC_OBJC_TYPE
|
|
24
|
+
(RTCVideoRenderer)<NSObject>
|
|
25
|
+
|
|
26
|
+
/** The size of the frame. */
|
|
27
|
+
- (void)setSize : (CGSize)size;
|
|
28
|
+
|
|
29
|
+
/** The frame to be displayed. */
|
|
30
|
+
- (void)renderFrame:(nullable RTC_OBJC_TYPE(RTCVideoFrame) *)frame;
|
|
31
|
+
|
|
32
|
+
@end
|
|
33
|
+
|
|
34
|
+
RTC_OBJC_EXPORT
|
|
35
|
+
@protocol RTC_OBJC_TYPE
|
|
36
|
+
(RTCVideoViewDelegate)
|
|
37
|
+
|
|
38
|
+
- (void)videoView
|
|
39
|
+
: (id<RTC_OBJC_TYPE(RTCVideoRenderer)>)videoView didChangeVideoSize
|
|
40
|
+
: (CGSize)size;
|
|
41
|
+
|
|
42
|
+
@end
|
|
43
|
+
|
|
44
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <Foundation/Foundation.h>
|
|
12
|
+
|
|
13
|
+
#import <WebRTC/RTCMediaSource.h>
|
|
14
|
+
#import <WebRTC/RTCVideoCapturer.h>
|
|
15
|
+
#import <WebRTC/RTCMacros.h>
|
|
16
|
+
|
|
17
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
18
|
+
|
|
19
|
+
RTC_OBJC_EXPORT
|
|
20
|
+
|
|
21
|
+
@interface RTC_OBJC_TYPE (RTCVideoSource) : RTC_OBJC_TYPE(RTCMediaSource) <RTC_OBJC_TYPE(RTCVideoCapturerDelegate)>
|
|
22
|
+
|
|
23
|
+
- (instancetype)init NS_UNAVAILABLE;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Calling this function will cause frames to be scaled down to the
|
|
27
|
+
* requested resolution. Also, frames will be cropped to match the
|
|
28
|
+
* requested aspect ratio, and frames will be dropped to match the
|
|
29
|
+
* requested fps. The requested aspect ratio is orientation agnostic and
|
|
30
|
+
* will be adjusted to maintain the input orientation, so it doesn't
|
|
31
|
+
* matter if e.g. 1280x720 or 720x1280 is requested.
|
|
32
|
+
*/
|
|
33
|
+
- (void)adaptOutputFormatToWidth:(int)width height:(int)height fps:(int)fps;
|
|
34
|
+
|
|
35
|
+
@end
|
|
36
|
+
|
|
37
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Use of this source code is governed by a BSD-style license
|
|
5
|
+
* that can be found in the LICENSE file in the root of the source
|
|
6
|
+
* tree. An additional intellectual property rights grant can be found
|
|
7
|
+
* in the file PATENTS. All contributing project authors may
|
|
8
|
+
* be found in the AUTHORS file in the root of the source tree.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#import <WebRTC/RTCMediaStreamTrack.h>
|
|
12
|
+
|
|
13
|
+
#import <WebRTC/RTCMacros.h>
|
|
14
|
+
|
|
15
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
16
|
+
|
|
17
|
+
@protocol RTC_OBJC_TYPE
|
|
18
|
+
(RTCVideoRenderer);
|
|
19
|
+
@class RTC_OBJC_TYPE(RTCPeerConnectionFactory);
|
|
20
|
+
@class RTC_OBJC_TYPE(RTCVideoSource);
|
|
21
|
+
|
|
22
|
+
RTC_OBJC_EXPORT
|
|
23
|
+
@interface RTC_OBJC_TYPE (RTCVideoTrack) : RTC_OBJC_TYPE(RTCMediaStreamTrack)
|
|
24
|
+
|
|
25
|
+
/** The video source for this video track. */
|
|
26
|
+
@property(nonatomic, readonly) RTC_OBJC_TYPE(RTCVideoSource) *source;
|
|
27
|
+
|
|
28
|
+
- (instancetype)init NS_UNAVAILABLE;
|
|
29
|
+
|
|
30
|
+
/** Register a renderer that will render all frames received on this track. */
|
|
31
|
+
- (void)addRenderer:(id<RTC_OBJC_TYPE(RTCVideoRenderer)>)renderer;
|
|
32
|
+
|
|
33
|
+
/** Deregister a renderer. */
|
|
34
|
+
- (void)removeRenderer:(id<RTC_OBJC_TYPE(RTCVideoRenderer)>)renderer;
|
|
35
|
+
|
|
36
|
+
@end
|
|
37
|
+
|
|
38
|
+
NS_ASSUME_NONNULL_END
|