react-native-webrtc-nitro 1.0.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/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/ac3_parser.h +36 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/adts_parser.h +37 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/avcodec.h +3128 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/avdct.h +88 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/avfft.h +149 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/bsf.h +332 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/codec.h +382 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/codec_desc.h +134 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/codec_id.h +669 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/codec_par.h +248 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/d3d11va.h +109 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/defs.h +337 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/dirac.h +135 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/dv_profile.h +82 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/dxva2.h +90 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/jni.h +67 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/mediacodec.h +103 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/packet.h +887 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/qsv.h +109 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/vdpau.h +171 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/version.h +45 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/version_major.h +52 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/videotoolbox.h +85 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/vorbis_parser.h +74 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavformat/avformat.h +3107 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavformat/avio.h +831 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavformat/version.h +47 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavformat/version_major.h +54 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/adler32.h +63 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/aes.h +69 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/aes_ctr.h +99 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/ambient_viewing_environment.h +72 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/attributes.h +173 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/audio_fifo.h +187 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/avassert.h +78 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/avconfig.h +6 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/avstring.h +428 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/avutil.h +362 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/base64.h +72 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/blowfish.h +82 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/bprint.h +254 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/bswap.h +105 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/buffer.h +322 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/camellia.h +70 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/cast5.h +80 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/channel_layout.h +751 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/common.h +589 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/cpu.h +145 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/crc.h +102 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/csp.h +150 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/des.h +81 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/detection_bbox.h +108 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/dict.h +241 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/display.h +109 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/dovi_meta.h +396 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/downmix_info.h +115 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/encryption_info.h +205 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/error.h +129 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/eval.h +140 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/executor.h +67 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/ffversion.h +5 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/fifo.h +242 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/file.h +62 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/film_grain_params.h +322 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/frame.h +1175 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hash.h +264 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hdr_dynamic_metadata.h +376 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hmac.h +99 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext.h +598 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_cuda.h +74 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_d3d11va.h +178 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_d3d12va.h +142 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_drm.h +169 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_dxva2.h +75 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_mediacodec.h +61 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_opencl.h +100 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_qsv.h +87 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_vaapi.h +117 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_vdpau.h +44 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_videotoolbox.h +106 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_vulkan.h +382 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/iamf.h +690 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/imgutils.h +377 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/intfloat.h +77 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/intreadwrite.h +677 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/lfg.h +81 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/log.h +387 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/lzo.h +66 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/macros.h +80 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/mastering_display_metadata.h +137 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/mathematics.h +300 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/md5.h +89 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/mem.h +607 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/motion_vector.h +57 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/murmur3.h +115 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/opt.h +1187 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/parseutils.h +197 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/pixdesc.h +440 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/pixelutils.h +51 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/pixfmt.h +716 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/random_seed.h +57 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/rational.h +225 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/rc4.h +69 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/replaygain.h +50 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/ripemd.h +83 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/samplefmt.h +269 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/sha.h +90 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/sha512.h +92 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/spherical.h +243 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/stereo3d.h +325 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/tea.h +71 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/threadmessage.h +115 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/time.h +56 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/timecode.h +199 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/timestamp.h +85 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/tree.h +137 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/twofish.h +70 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/tx.h +210 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/uuid.h +146 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/version.h +124 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/video_enc_params.h +171 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/video_hint.h +107 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/xtea.h +94 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswresample/swresample.h +587 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswresample/version.h +46 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswresample/version_major.h +31 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswscale/swscale.h +460 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswscale/version.h +44 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswscale/version_major.h +35 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/lib/libavcodec.so +0 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/lib/libavformat.so +0 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/lib/libavutil.so +0 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/lib/libswresample.so +0 -0
- package/3rdparty/output/android/ffmpeg/arm64-v8a/lib/libswscale.so +0 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/ac3_parser.h +36 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/adts_parser.h +37 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/avcodec.h +3128 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/avdct.h +88 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/avfft.h +149 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/bsf.h +332 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/codec.h +382 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/codec_desc.h +134 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/codec_id.h +669 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/codec_par.h +248 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/d3d11va.h +109 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/defs.h +337 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/dirac.h +135 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/dv_profile.h +82 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/dxva2.h +90 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/jni.h +67 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/mediacodec.h +103 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/packet.h +887 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/qsv.h +109 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/vdpau.h +171 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/version.h +45 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/version_major.h +52 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/videotoolbox.h +85 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/vorbis_parser.h +74 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavformat/avformat.h +3107 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavformat/avio.h +831 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavformat/version.h +47 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavformat/version_major.h +54 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/adler32.h +63 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/aes.h +69 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/aes_ctr.h +99 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/ambient_viewing_environment.h +72 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/attributes.h +173 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/audio_fifo.h +187 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/avassert.h +78 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/avconfig.h +6 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/avstring.h +428 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/avutil.h +362 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/base64.h +72 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/blowfish.h +82 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/bprint.h +254 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/bswap.h +105 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/buffer.h +322 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/camellia.h +70 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/cast5.h +80 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/channel_layout.h +751 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/common.h +589 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/cpu.h +145 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/crc.h +102 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/csp.h +150 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/des.h +81 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/detection_bbox.h +108 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/dict.h +241 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/display.h +109 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/dovi_meta.h +396 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/downmix_info.h +115 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/encryption_info.h +205 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/error.h +129 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/eval.h +140 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/executor.h +67 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/ffversion.h +5 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/fifo.h +242 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/file.h +62 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/film_grain_params.h +322 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/frame.h +1175 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hash.h +264 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hdr_dynamic_metadata.h +376 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hmac.h +99 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext.h +598 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_cuda.h +74 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_d3d11va.h +178 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_d3d12va.h +142 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_drm.h +169 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_dxva2.h +75 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_mediacodec.h +61 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_opencl.h +100 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_qsv.h +87 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_vaapi.h +117 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_vdpau.h +44 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_videotoolbox.h +106 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_vulkan.h +382 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/iamf.h +690 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/imgutils.h +377 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/intfloat.h +77 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/intreadwrite.h +677 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/lfg.h +81 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/log.h +387 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/lzo.h +66 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/macros.h +80 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/mastering_display_metadata.h +137 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/mathematics.h +300 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/md5.h +89 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/mem.h +607 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/motion_vector.h +57 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/murmur3.h +115 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/opt.h +1187 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/parseutils.h +197 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/pixdesc.h +440 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/pixelutils.h +51 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/pixfmt.h +716 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/random_seed.h +57 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/rational.h +225 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/rc4.h +69 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/replaygain.h +50 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/ripemd.h +83 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/samplefmt.h +269 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/sha.h +90 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/sha512.h +92 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/spherical.h +243 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/stereo3d.h +325 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/tea.h +71 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/threadmessage.h +115 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/time.h +56 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/timecode.h +199 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/timestamp.h +85 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/tree.h +137 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/twofish.h +70 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/tx.h +210 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/uuid.h +146 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/version.h +124 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/video_enc_params.h +171 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/video_hint.h +107 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/xtea.h +94 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswresample/swresample.h +587 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswresample/version.h +46 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswresample/version_major.h +31 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswscale/swscale.h +460 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswscale/version.h +44 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswscale/version_major.h +35 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/lib/libavcodec.so +0 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/lib/libavformat.so +0 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/lib/libavutil.so +0 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/lib/libswresample.so +0 -0
- package/3rdparty/output/android/ffmpeg/armeabi-v7a/lib/libswscale.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/ac3_parser.h +36 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/adts_parser.h +37 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/avcodec.h +3128 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/avdct.h +88 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/avfft.h +149 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/bsf.h +332 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/codec.h +382 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/codec_desc.h +134 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/codec_id.h +669 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/codec_par.h +248 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/d3d11va.h +109 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/defs.h +337 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/dirac.h +135 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/dv_profile.h +82 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/dxva2.h +90 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/jni.h +67 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/mediacodec.h +103 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/packet.h +887 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/qsv.h +109 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/vdpau.h +171 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/version.h +45 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/version_major.h +52 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/videotoolbox.h +85 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/vorbis_parser.h +74 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavformat/avformat.h +3107 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavformat/avio.h +831 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavformat/version.h +47 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavformat/version_major.h +54 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/adler32.h +63 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/aes.h +69 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/aes_ctr.h +99 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/ambient_viewing_environment.h +72 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/attributes.h +173 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/audio_fifo.h +187 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/avassert.h +78 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/avconfig.h +6 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/avstring.h +428 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/avutil.h +362 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/base64.h +72 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/blowfish.h +82 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/bprint.h +254 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/bswap.h +105 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/buffer.h +322 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/camellia.h +70 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/cast5.h +80 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/channel_layout.h +751 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/common.h +589 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/cpu.h +145 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/crc.h +102 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/csp.h +150 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/des.h +81 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/detection_bbox.h +108 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/dict.h +241 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/display.h +109 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/dovi_meta.h +396 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/downmix_info.h +115 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/encryption_info.h +205 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/error.h +129 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/eval.h +140 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/executor.h +67 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/ffversion.h +5 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/fifo.h +242 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/file.h +62 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/film_grain_params.h +322 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/frame.h +1175 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hash.h +264 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hdr_dynamic_metadata.h +376 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hmac.h +99 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext.h +598 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_cuda.h +74 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_d3d11va.h +178 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_d3d12va.h +142 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_drm.h +169 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_dxva2.h +75 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_mediacodec.h +61 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_opencl.h +100 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_qsv.h +87 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_vaapi.h +117 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_vdpau.h +44 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_videotoolbox.h +106 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_vulkan.h +382 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/iamf.h +690 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/imgutils.h +377 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/intfloat.h +77 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/intreadwrite.h +677 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/lfg.h +81 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/log.h +387 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/lzo.h +66 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/macros.h +80 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/mastering_display_metadata.h +137 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/mathematics.h +300 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/md5.h +89 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/mem.h +607 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/motion_vector.h +57 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/murmur3.h +115 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/opt.h +1187 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/parseutils.h +197 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/pixdesc.h +440 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/pixelutils.h +51 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/pixfmt.h +716 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/random_seed.h +57 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/rational.h +225 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/rc4.h +69 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/replaygain.h +50 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/ripemd.h +83 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/samplefmt.h +269 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/sha.h +90 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/sha512.h +92 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/spherical.h +243 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/stereo3d.h +325 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/tea.h +71 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/threadmessage.h +115 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/time.h +56 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/timecode.h +199 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/timestamp.h +85 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/tree.h +137 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/twofish.h +70 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/tx.h +210 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/uuid.h +146 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/version.h +124 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/video_enc_params.h +171 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/video_hint.h +107 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libavutil/xtea.h +94 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libswresample/swresample.h +587 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libswresample/version.h +46 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libswresample/version_major.h +31 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libswscale/swscale.h +460 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libswscale/version.h +44 -0
- package/3rdparty/output/android/ffmpeg/x86/include/libswscale/version_major.h +35 -0
- package/3rdparty/output/android/ffmpeg/x86/lib/libavcodec.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86/lib/libavformat.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86/lib/libavutil.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86/lib/libswresample.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86/lib/libswscale.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/ac3_parser.h +36 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/adts_parser.h +37 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/avcodec.h +3128 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/avdct.h +88 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/avfft.h +149 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/bsf.h +332 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/codec.h +382 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/codec_desc.h +134 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/codec_id.h +669 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/codec_par.h +248 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/d3d11va.h +109 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/defs.h +337 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/dirac.h +135 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/dv_profile.h +82 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/dxva2.h +90 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/jni.h +67 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/mediacodec.h +103 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/packet.h +887 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/qsv.h +109 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/vdpau.h +171 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/version.h +45 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/version_major.h +52 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/videotoolbox.h +85 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/vorbis_parser.h +74 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavformat/avformat.h +3107 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavformat/avio.h +831 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavformat/version.h +47 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavformat/version_major.h +54 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/adler32.h +63 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/aes.h +69 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/aes_ctr.h +99 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/ambient_viewing_environment.h +72 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/attributes.h +173 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/audio_fifo.h +187 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/avassert.h +78 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/avconfig.h +6 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/avstring.h +428 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/avutil.h +362 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/base64.h +72 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/blowfish.h +82 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/bprint.h +254 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/bswap.h +105 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/buffer.h +322 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/camellia.h +70 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/cast5.h +80 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/channel_layout.h +751 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/common.h +589 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/cpu.h +145 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/crc.h +102 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/csp.h +150 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/des.h +81 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/detection_bbox.h +108 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/dict.h +241 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/display.h +109 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/dovi_meta.h +396 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/downmix_info.h +115 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/encryption_info.h +205 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/error.h +129 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/eval.h +140 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/executor.h +67 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/ffversion.h +5 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/fifo.h +242 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/file.h +62 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/film_grain_params.h +322 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/frame.h +1175 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hash.h +264 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hdr_dynamic_metadata.h +376 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hmac.h +99 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext.h +598 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_cuda.h +74 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_d3d11va.h +178 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_d3d12va.h +142 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_drm.h +169 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_dxva2.h +75 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_mediacodec.h +61 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_opencl.h +100 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_qsv.h +87 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_vaapi.h +117 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_vdpau.h +44 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_videotoolbox.h +106 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_vulkan.h +382 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/iamf.h +690 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/imgutils.h +377 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/intfloat.h +77 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/intreadwrite.h +677 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/lfg.h +81 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/log.h +387 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/lzo.h +66 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/macros.h +80 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/mastering_display_metadata.h +137 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/mathematics.h +300 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/md5.h +89 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/mem.h +607 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/motion_vector.h +57 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/murmur3.h +115 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/opt.h +1187 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/parseutils.h +197 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/pixdesc.h +440 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/pixelutils.h +51 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/pixfmt.h +716 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/random_seed.h +57 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/rational.h +225 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/rc4.h +69 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/replaygain.h +50 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/ripemd.h +83 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/samplefmt.h +269 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/sha.h +90 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/sha512.h +92 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/spherical.h +243 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/stereo3d.h +325 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/tea.h +71 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/threadmessage.h +115 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/time.h +56 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/timecode.h +199 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/timestamp.h +85 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/tree.h +137 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/twofish.h +70 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/tx.h +210 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/uuid.h +146 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/version.h +124 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/video_enc_params.h +171 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/video_hint.h +107 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/xtea.h +94 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libswresample/swresample.h +587 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libswresample/version.h +46 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libswresample/version_major.h +31 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libswscale/swscale.h +460 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libswscale/version.h +44 -0
- package/3rdparty/output/android/ffmpeg/x86_64/include/libswscale/version_major.h +35 -0
- package/3rdparty/output/android/ffmpeg/x86_64/lib/libavcodec.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86_64/lib/libavformat.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86_64/lib/libavutil.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86_64/lib/libswresample.so +0 -0
- package/3rdparty/output/android/ffmpeg/x86_64/lib/libswscale.so +0 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/av1rtppacketizer.hpp +57 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/candidate.hpp +77 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/channel.hpp +61 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/common.hpp +85 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/configuration.hpp +129 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/datachannel.hpp +80 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/dependencydescriptor.hpp +107 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/description.hpp +328 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/frameinfo.hpp +32 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/global.hpp +59 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/h264rtpdepacketizer.hpp +42 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/h264rtppacketizer.hpp +57 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/h265nalunit.hpp +194 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/h265rtpdepacketizer.hpp +45 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/h265rtppacketizer.hpp +55 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/iceudpmuxlistener.hpp +47 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/mediahandler.hpp +58 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/message.hpp +100 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/nalunit.hpp +197 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/pacinghandler.hpp +49 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/peerconnection.hpp +142 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/plihandler.hpp +36 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/reliability.hpp +43 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rembhandler.hpp +35 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtc.h +537 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtc.hpp +48 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtcpnackresponder.hpp +76 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtcpreceivingsession.hpp +54 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtcpsrreporter.hpp +49 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtp.hpp +367 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtpdepacketizer.hpp +79 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtppacketizationconfig.hpp +112 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtppacketizer.hpp +105 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/track.hpp +65 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/utils.hpp +159 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/version.h +9 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/websocket.hpp +67 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/websocketserver.hpp +48 -0
- package/3rdparty/output/android/libdatachannel/arm64-v8a/lib/libdatachannel.so +0 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/av1rtppacketizer.hpp +57 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/candidate.hpp +77 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/channel.hpp +61 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/common.hpp +85 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/configuration.hpp +129 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/datachannel.hpp +80 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/dependencydescriptor.hpp +107 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/description.hpp +328 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/frameinfo.hpp +32 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/global.hpp +59 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/h264rtpdepacketizer.hpp +42 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/h264rtppacketizer.hpp +57 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/h265nalunit.hpp +194 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/h265rtpdepacketizer.hpp +45 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/h265rtppacketizer.hpp +55 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/iceudpmuxlistener.hpp +47 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/mediahandler.hpp +58 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/message.hpp +100 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/nalunit.hpp +197 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/pacinghandler.hpp +49 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/peerconnection.hpp +142 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/plihandler.hpp +36 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/reliability.hpp +43 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rembhandler.hpp +35 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtc.h +537 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtc.hpp +48 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtcpnackresponder.hpp +76 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtcpreceivingsession.hpp +54 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtcpsrreporter.hpp +49 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtp.hpp +367 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtpdepacketizer.hpp +79 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtppacketizationconfig.hpp +112 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtppacketizer.hpp +105 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/track.hpp +65 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/utils.hpp +159 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/version.h +9 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/websocket.hpp +67 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/websocketserver.hpp +48 -0
- package/3rdparty/output/android/libdatachannel/armeabi-v7a/lib/libdatachannel.so +0 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/av1rtppacketizer.hpp +57 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/candidate.hpp +77 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/channel.hpp +61 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/common.hpp +85 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/configuration.hpp +129 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/datachannel.hpp +80 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/dependencydescriptor.hpp +107 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/description.hpp +328 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/frameinfo.hpp +32 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/global.hpp +59 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/h264rtpdepacketizer.hpp +42 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/h264rtppacketizer.hpp +57 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/h265nalunit.hpp +194 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/h265rtpdepacketizer.hpp +45 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/h265rtppacketizer.hpp +55 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/iceudpmuxlistener.hpp +47 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/mediahandler.hpp +58 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/message.hpp +100 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/nalunit.hpp +197 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/pacinghandler.hpp +49 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/peerconnection.hpp +142 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/plihandler.hpp +36 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/reliability.hpp +43 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rembhandler.hpp +35 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtc.h +537 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtc.hpp +48 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtcpnackresponder.hpp +76 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtcpreceivingsession.hpp +54 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtcpsrreporter.hpp +49 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtp.hpp +367 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtpdepacketizer.hpp +79 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtppacketizationconfig.hpp +112 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtppacketizer.hpp +105 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/track.hpp +65 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/utils.hpp +159 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/version.h +9 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/websocket.hpp +67 -0
- package/3rdparty/output/android/libdatachannel/x86/include/rtc/websocketserver.hpp +48 -0
- package/3rdparty/output/android/libdatachannel/x86/lib/libdatachannel.so +0 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/av1rtppacketizer.hpp +57 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/candidate.hpp +77 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/channel.hpp +61 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/common.hpp +85 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/configuration.hpp +129 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/datachannel.hpp +80 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/dependencydescriptor.hpp +107 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/description.hpp +328 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/frameinfo.hpp +32 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/global.hpp +59 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/h264rtpdepacketizer.hpp +42 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/h264rtppacketizer.hpp +57 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/h265nalunit.hpp +194 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/h265rtpdepacketizer.hpp +45 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/h265rtppacketizer.hpp +55 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/iceudpmuxlistener.hpp +47 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/mediahandler.hpp +58 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/message.hpp +100 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/nalunit.hpp +197 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/pacinghandler.hpp +49 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/peerconnection.hpp +142 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/plihandler.hpp +36 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/reliability.hpp +43 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rembhandler.hpp +35 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtc.h +537 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtc.hpp +48 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtcpnackresponder.hpp +76 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtcpreceivingsession.hpp +54 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtcpsrreporter.hpp +49 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtp.hpp +367 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtpdepacketizer.hpp +79 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtppacketizationconfig.hpp +112 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtppacketizer.hpp +105 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/track.hpp +65 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/utils.hpp +159 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/version.h +9 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/websocket.hpp +67 -0
- package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/websocketserver.hpp +48 -0
- package/3rdparty/output/android/libdatachannel/x86_64/lib/libdatachannel.so +0 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/Info.plist +48 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/ac3_parser.h +36 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/adts_parser.h +37 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/avcodec.h +3128 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/avdct.h +88 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/avfft.h +149 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/bsf.h +332 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/codec.h +382 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/codec_desc.h +134 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/codec_id.h +669 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/codec_par.h +248 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/d3d11va.h +109 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/defs.h +337 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/dirac.h +135 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/dv_profile.h +82 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/dxva2.h +90 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/jni.h +67 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/mediacodec.h +103 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/packet.h +887 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/qsv.h +109 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/vdpau.h +171 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/version.h +45 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/version_major.h +52 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/videotoolbox.h +85 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/vorbis_parser.h +74 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavformat/avformat.h +3107 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavformat/avio.h +831 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavformat/version.h +47 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavformat/version_major.h +54 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/adler32.h +63 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/aes.h +69 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/aes_ctr.h +99 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/ambient_viewing_environment.h +72 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/attributes.h +173 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/audio_fifo.h +187 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/avassert.h +78 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/avconfig.h +6 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/avstring.h +428 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/avutil.h +362 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/base64.h +72 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/blowfish.h +82 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/bprint.h +254 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/bswap.h +105 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/buffer.h +322 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/camellia.h +70 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/cast5.h +80 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/channel_layout.h +751 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/common.h +589 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/cpu.h +145 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/crc.h +102 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/csp.h +150 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/des.h +81 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/detection_bbox.h +108 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/dict.h +241 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/display.h +109 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/dovi_meta.h +396 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/downmix_info.h +115 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/encryption_info.h +205 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/error.h +129 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/eval.h +140 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/executor.h +67 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/ffversion.h +5 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/fifo.h +242 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/file.h +62 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/film_grain_params.h +322 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/frame.h +1175 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hash.h +264 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hdr_dynamic_metadata.h +376 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hmac.h +99 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext.h +598 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_cuda.h +74 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_d3d11va.h +178 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_d3d12va.h +142 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_drm.h +169 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_dxva2.h +75 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_mediacodec.h +61 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_opencl.h +100 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_qsv.h +87 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_vaapi.h +117 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_vdpau.h +44 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_videotoolbox.h +106 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_vulkan.h +382 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/iamf.h +690 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/imgutils.h +377 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/intfloat.h +77 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/intreadwrite.h +677 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/lfg.h +81 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/log.h +387 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/lzo.h +66 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/macros.h +80 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/mastering_display_metadata.h +137 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/mathematics.h +300 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/md5.h +89 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/mem.h +607 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/motion_vector.h +57 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/murmur3.h +115 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/opt.h +1187 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/parseutils.h +197 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/pixdesc.h +440 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/pixelutils.h +51 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/pixfmt.h +716 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/random_seed.h +57 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/rational.h +225 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/rc4.h +69 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/replaygain.h +50 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/ripemd.h +83 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/samplefmt.h +269 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/sha.h +90 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/sha512.h +92 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/spherical.h +243 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/stereo3d.h +325 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/tea.h +71 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/threadmessage.h +115 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/time.h +56 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/timecode.h +199 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/timestamp.h +85 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/tree.h +137 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/twofish.h +70 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/tx.h +210 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/uuid.h +146 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/version.h +124 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/video_enc_params.h +171 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/video_hint.h +107 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/xtea.h +94 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswresample/swresample.h +587 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswresample/version.h +46 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswresample/version_major.h +31 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswscale/swscale.h +460 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswscale/version.h +44 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswscale/version_major.h +35 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/libffmpeg.a +0 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/ac3_parser.h +36 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/adts_parser.h +37 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/avcodec.h +3128 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/avdct.h +88 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/avfft.h +149 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/bsf.h +332 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/codec.h +382 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/codec_desc.h +134 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/codec_id.h +669 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/codec_par.h +248 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/d3d11va.h +109 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/defs.h +337 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/dirac.h +135 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/dv_profile.h +82 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/dxva2.h +90 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/jni.h +67 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/mediacodec.h +103 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/packet.h +887 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/qsv.h +109 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/vdpau.h +171 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/version.h +45 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/version_major.h +52 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/videotoolbox.h +85 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/vorbis_parser.h +74 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavformat/avformat.h +3107 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavformat/avio.h +831 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavformat/version.h +47 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavformat/version_major.h +54 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/adler32.h +63 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/aes.h +69 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/aes_ctr.h +99 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/ambient_viewing_environment.h +72 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/attributes.h +173 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/audio_fifo.h +187 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/avassert.h +78 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/avconfig.h +6 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/avstring.h +428 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/avutil.h +362 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/base64.h +72 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/blowfish.h +82 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/bprint.h +254 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/bswap.h +105 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/buffer.h +322 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/camellia.h +70 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/cast5.h +80 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/channel_layout.h +751 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/common.h +589 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/cpu.h +145 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/crc.h +102 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/csp.h +150 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/des.h +81 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/detection_bbox.h +108 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/dict.h +241 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/display.h +109 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/dovi_meta.h +396 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/downmix_info.h +115 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/encryption_info.h +205 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/error.h +129 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/eval.h +140 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/executor.h +67 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/ffversion.h +5 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/fifo.h +242 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/file.h +62 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/film_grain_params.h +322 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/frame.h +1175 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hash.h +264 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hdr_dynamic_metadata.h +376 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hmac.h +99 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext.h +598 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_cuda.h +74 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_d3d11va.h +178 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_d3d12va.h +142 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_drm.h +169 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_dxva2.h +75 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_mediacodec.h +61 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_opencl.h +100 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_qsv.h +87 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_vaapi.h +117 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_vdpau.h +44 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_videotoolbox.h +106 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_vulkan.h +382 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/iamf.h +690 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/imgutils.h +377 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/intfloat.h +77 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/intreadwrite.h +677 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/lfg.h +81 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/log.h +387 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/lzo.h +66 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/macros.h +80 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/mastering_display_metadata.h +137 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/mathematics.h +300 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/md5.h +89 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/mem.h +607 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/motion_vector.h +57 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/murmur3.h +115 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/opt.h +1187 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/parseutils.h +197 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/pixdesc.h +440 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/pixelutils.h +51 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/pixfmt.h +716 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/random_seed.h +57 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/rational.h +225 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/rc4.h +69 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/replaygain.h +50 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/ripemd.h +83 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/samplefmt.h +269 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/sha.h +90 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/sha512.h +92 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/spherical.h +243 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/stereo3d.h +325 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/tea.h +71 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/threadmessage.h +115 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/time.h +56 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/timecode.h +199 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/timestamp.h +85 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/tree.h +137 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/twofish.h +70 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/tx.h +210 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/uuid.h +146 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/version.h +124 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/video_enc_params.h +171 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/video_hint.h +107 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/xtea.h +94 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswresample/swresample.h +587 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswresample/version.h +46 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswresample/version_major.h +31 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswscale/swscale.h +460 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswscale/version.h +44 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswscale/version_major.h +35 -0
- package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/libffmpeg.a +0 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/Info.plist +48 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/av1rtppacketizer.hpp +57 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/candidate.hpp +77 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/channel.hpp +61 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/common.hpp +85 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/configuration.hpp +129 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/datachannel.hpp +80 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/dependencydescriptor.hpp +107 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/description.hpp +328 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/frameinfo.hpp +32 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/global.hpp +59 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/h264rtpdepacketizer.hpp +42 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/h264rtppacketizer.hpp +57 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/h265nalunit.hpp +194 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/h265rtpdepacketizer.hpp +45 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/h265rtppacketizer.hpp +55 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/iceudpmuxlistener.hpp +47 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/mediahandler.hpp +58 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/message.hpp +100 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/nalunit.hpp +197 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/pacinghandler.hpp +49 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/peerconnection.hpp +142 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/plihandler.hpp +36 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/reliability.hpp +43 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rembhandler.hpp +35 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtc.h +537 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtc.hpp +48 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtcpnackresponder.hpp +76 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtcpreceivingsession.hpp +54 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtcpsrreporter.hpp +49 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtp.hpp +367 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtpdepacketizer.hpp +79 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtppacketizationconfig.hpp +112 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtppacketizer.hpp +105 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/track.hpp +65 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/utils.hpp +159 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/version.h +9 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/websocket.hpp +67 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/websocketserver.hpp +48 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/libdatachannel.a +0 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/av1rtppacketizer.hpp +57 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/candidate.hpp +77 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/channel.hpp +61 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/common.hpp +85 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/configuration.hpp +129 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/datachannel.hpp +80 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/dependencydescriptor.hpp +107 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/description.hpp +328 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/frameinfo.hpp +32 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/global.hpp +59 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/h264rtpdepacketizer.hpp +42 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/h264rtppacketizer.hpp +57 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/h265nalunit.hpp +194 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/h265rtpdepacketizer.hpp +45 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/h265rtppacketizer.hpp +55 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/iceudpmuxlistener.hpp +47 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/mediahandler.hpp +58 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/message.hpp +100 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/nalunit.hpp +197 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/pacinghandler.hpp +49 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/peerconnection.hpp +142 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/plihandler.hpp +36 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/reliability.hpp +43 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rembhandler.hpp +35 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtc.h +537 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtc.hpp +48 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtcpnackresponder.hpp +76 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtcpreceivingsession.hpp +54 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtcpsrreporter.hpp +49 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtp.hpp +367 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtpdepacketizer.hpp +79 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtppacketizationconfig.hpp +112 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtppacketizer.hpp +105 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/track.hpp +65 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/utils.hpp +159 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/version.h +9 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/websocket.hpp +67 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/websocketserver.hpp +48 -0
- package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/libdatachannel.a +0 -0
- package/LICENSE +21 -0
- package/README.md +29 -0
- package/Webrtc.podspec +44 -0
- package/android/CMakeLists.txt +54 -0
- package/android/build.gradle +148 -0
- package/android/fix-prefab.gradle +51 -0
- package/android/gradle.properties +5 -0
- package/android/src/main/AndroidManifest.xml +2 -0
- package/android/src/main/cpp/cpp-adapter.cpp +210 -0
- package/android/src/main/java/com/webrtc/HybridCamera.kt +166 -0
- package/android/src/main/java/com/webrtc/HybridMicrophone.kt +85 -0
- package/android/src/main/java/com/webrtc/HybridWebrtcView.kt +96 -0
- package/android/src/main/java/com/webrtc/Permission.kt +58 -0
- package/android/src/main/java/com/webrtc/WebrtcPackage.kt +31 -0
- package/cpp/FFmpeg/AudioFifo.cpp +78 -0
- package/cpp/FFmpeg/AudioFifo.hpp +24 -0
- package/cpp/FFmpeg/Common.cpp +26 -0
- package/cpp/FFmpeg/Common.hpp +26 -0
- package/cpp/FFmpeg/Decoder.cpp +72 -0
- package/cpp/FFmpeg/Decoder.hpp +25 -0
- package/cpp/FFmpeg/Encoder.cpp +203 -0
- package/cpp/FFmpeg/Encoder.hpp +54 -0
- package/cpp/FFmpeg/FFmpeg.hpp +9 -0
- package/cpp/FFmpeg/Frame.cpp +289 -0
- package/cpp/FFmpeg/Frame.hpp +42 -0
- package/cpp/FFmpeg/Muxer.cpp +162 -0
- package/cpp/FFmpeg/Muxer.hpp +38 -0
- package/cpp/FFmpeg/Packet.cpp +16 -0
- package/cpp/FFmpeg/Packet.hpp +26 -0
- package/cpp/FFmpeg/Resampler.cpp +68 -0
- package/cpp/FFmpeg/Resampler.hpp +24 -0
- package/cpp/FFmpeg/Scaler.cpp +34 -0
- package/cpp/FFmpeg/Scaler.hpp +18 -0
- package/cpp/FramePipe.cpp +74 -0
- package/cpp/FramePipe.hpp +14 -0
- package/cpp/Hybrid/HybridMediaDevices.cpp +82 -0
- package/cpp/Hybrid/HybridMediaDevices.hpp +23 -0
- package/cpp/Hybrid/HybridMediaStream.cpp +63 -0
- package/cpp/Hybrid/HybridMediaStream.hpp +43 -0
- package/cpp/Hybrid/HybridMediaStreamTrack.cpp +70 -0
- package/cpp/Hybrid/HybridMediaStreamTrack.hpp +93 -0
- package/cpp/Hybrid/HybridRTCPeerConnection.cpp +488 -0
- package/cpp/Hybrid/HybridRTCPeerConnection.hpp +152 -0
- package/cpp/Hybrid/HybridRTCRtpReceiver.hpp +33 -0
- package/cpp/Hybrid/HybridRTCRtpSender.hpp +31 -0
- package/cpp/Hybrid/HybridRTCRtpTransceiver.cpp +253 -0
- package/cpp/Hybrid/HybridRTCRtpTransceiver.hpp +101 -0
- package/cpp/MockCamera.hpp +40 -0
- package/cpp/MockMicrophone.hpp +42 -0
- package/cpp/__tests__/CMakeLists.txt +60 -0
- package/cpp/__tests__/FFmpeg/testAudioFifo.cpp +79 -0
- package/cpp/__tests__/FFmpeg/testCommon.cpp +44 -0
- package/cpp/__tests__/FFmpeg/testDecoder.cpp +84 -0
- package/cpp/__tests__/FFmpeg/testEncoder.cpp +198 -0
- package/cpp/__tests__/FFmpeg/testFrame.cpp +95 -0
- package/cpp/__tests__/FFmpeg/testMuxer.cpp +75 -0
- package/cpp/__tests__/FFmpeg/testResampler.cpp +164 -0
- package/cpp/__tests__/FFmpeg/testScaler.cpp +35 -0
- package/cpp/__tests__/main.cpp +7 -0
- package/cpp/__tests__/testFramePipe.cpp +107 -0
- package/ios/FramePipeWrapper.h +26 -0
- package/ios/FramePipeWrapper.mm +320 -0
- package/ios/HybridCamera.swift +111 -0
- package/ios/HybridMicrophone.swift +103 -0
- package/ios/HybridWebrtcView.swift +123 -0
- package/ios/Permission.swift +26 -0
- package/lib/commonjs/index.js +94 -0
- package/lib/commonjs/index.js.map +1 -0
- package/lib/commonjs/package.json +1 -0
- package/lib/commonjs/specs/Camera.nitro.js +6 -0
- package/lib/commonjs/specs/Camera.nitro.js.map +1 -0
- package/lib/commonjs/specs/MediaDevices.nitro.js +9 -0
- package/lib/commonjs/specs/MediaDevices.nitro.js.map +1 -0
- package/lib/commonjs/specs/MediaStream.nitro.js +9 -0
- package/lib/commonjs/specs/MediaStream.nitro.js.map +1 -0
- package/lib/commonjs/specs/MediaStreamTrack.nitro.js +9 -0
- package/lib/commonjs/specs/MediaStreamTrack.nitro.js.map +1 -0
- package/lib/commonjs/specs/Microphone.nitro.js +6 -0
- package/lib/commonjs/specs/Microphone.nitro.js.map +1 -0
- package/lib/commonjs/specs/RTCPeerConnection.nitro.js +17 -0
- package/lib/commonjs/specs/RTCPeerConnection.nitro.js.map +1 -0
- package/lib/commonjs/specs/RTCRtpReceiver.nitro.js +9 -0
- package/lib/commonjs/specs/RTCRtpReceiver.nitro.js.map +1 -0
- package/lib/commonjs/specs/RTCRtpSender.nitro.js +9 -0
- package/lib/commonjs/specs/RTCRtpSender.nitro.js.map +1 -0
- package/lib/commonjs/specs/RTCRtpTransceiver.nitro.js +9 -0
- package/lib/commonjs/specs/RTCRtpTransceiver.nitro.js.map +1 -0
- package/lib/commonjs/views/WebrtcView.js +25 -0
- package/lib/commonjs/views/WebrtcView.js.map +1 -0
- package/lib/commonjs/views/WebrtcView.nitro.js +6 -0
- package/lib/commonjs/views/WebrtcView.nitro.js.map +1 -0
- package/lib/module/index.js +11 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/specs/Camera.nitro.js +4 -0
- package/lib/module/specs/Camera.nitro.js.map +1 -0
- package/lib/module/specs/MediaDevices.nitro.js +6 -0
- package/lib/module/specs/MediaDevices.nitro.js.map +1 -0
- package/lib/module/specs/MediaStream.nitro.js +6 -0
- package/lib/module/specs/MediaStream.nitro.js.map +1 -0
- package/lib/module/specs/MediaStreamTrack.nitro.js +6 -0
- package/lib/module/specs/MediaStreamTrack.nitro.js.map +1 -0
- package/lib/module/specs/Microphone.nitro.js +4 -0
- package/lib/module/specs/Microphone.nitro.js.map +1 -0
- package/lib/module/specs/RTCPeerConnection.nitro.js +14 -0
- package/lib/module/specs/RTCPeerConnection.nitro.js.map +1 -0
- package/lib/module/specs/RTCRtpReceiver.nitro.js +6 -0
- package/lib/module/specs/RTCRtpReceiver.nitro.js.map +1 -0
- package/lib/module/specs/RTCRtpSender.nitro.js +6 -0
- package/lib/module/specs/RTCRtpSender.nitro.js.map +1 -0
- package/lib/module/specs/RTCRtpTransceiver.nitro.js +6 -0
- package/lib/module/specs/RTCRtpTransceiver.nitro.js.map +1 -0
- package/lib/module/views/WebrtcView.js +20 -0
- package/lib/module/views/WebrtcView.js.map +1 -0
- package/lib/module/views/WebrtcView.nitro.js +4 -0
- package/lib/module/views/WebrtcView.nitro.js.map +1 -0
- package/lib/typescript/src/index.d.ts +9 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/specs/Camera.nitro.d.ts +8 -0
- package/lib/typescript/src/specs/Camera.nitro.d.ts.map +1 -0
- package/lib/typescript/src/specs/MediaDevices.nitro.d.ts +17 -0
- package/lib/typescript/src/specs/MediaDevices.nitro.d.ts.map +1 -0
- package/lib/typescript/src/specs/MediaStream.nitro.d.ts +17 -0
- package/lib/typescript/src/specs/MediaStream.nitro.d.ts.map +1 -0
- package/lib/typescript/src/specs/MediaStreamTrack.nitro.d.ts +18 -0
- package/lib/typescript/src/specs/MediaStreamTrack.nitro.d.ts.map +1 -0
- package/lib/typescript/src/specs/Microphone.nitro.d.ts +8 -0
- package/lib/typescript/src/specs/Microphone.nitro.d.ts.map +1 -0
- package/lib/typescript/src/specs/RTCPeerConnection.nitro.d.ts +72 -0
- package/lib/typescript/src/specs/RTCPeerConnection.nitro.d.ts.map +1 -0
- package/lib/typescript/src/specs/RTCRtpReceiver.nitro.d.ts +12 -0
- package/lib/typescript/src/specs/RTCRtpReceiver.nitro.d.ts.map +1 -0
- package/lib/typescript/src/specs/RTCRtpSender.nitro.d.ts +12 -0
- package/lib/typescript/src/specs/RTCRtpSender.nitro.d.ts.map +1 -0
- package/lib/typescript/src/specs/RTCRtpTransceiver.nitro.d.ts +17 -0
- package/lib/typescript/src/specs/RTCRtpTransceiver.nitro.d.ts.map +1 -0
- package/lib/typescript/src/views/WebrtcView.d.ts +9 -0
- package/lib/typescript/src/views/WebrtcView.d.ts.map +1 -0
- package/lib/typescript/src/views/WebrtcView.nitro.d.ts +12 -0
- package/lib/typescript/src/views/WebrtcView.nitro.d.ts.map +1 -0
- package/nitro.json +53 -0
- package/nitrogen/.clang-tidy +1 -0
- package/nitrogen/generated/.gitattributes +1 -0
- package/nitrogen/generated/android/Webrtc+autolinking.cmake +94 -0
- package/nitrogen/generated/android/Webrtc+autolinking.gradle +27 -0
- package/nitrogen/generated/android/WebrtcOnLoad.cpp +136 -0
- package/nitrogen/generated/android/WebrtcOnLoad.hpp +25 -0
- package/nitrogen/generated/android/c++/JHybridCameraSpec.cpp +64 -0
- package/nitrogen/generated/android/c++/JHybridCameraSpec.hpp +65 -0
- package/nitrogen/generated/android/c++/JHybridMicrophoneSpec.cpp +64 -0
- package/nitrogen/generated/android/c++/JHybridMicrophoneSpec.hpp +65 -0
- package/nitrogen/generated/android/c++/JHybridWebrtcViewSpec.cpp +66 -0
- package/nitrogen/generated/android/c++/JHybridWebrtcViewSpec.hpp +68 -0
- package/nitrogen/generated/android/c++/views/JHybridWebrtcViewStateUpdater.cpp +60 -0
- package/nitrogen/generated/android/c++/views/JHybridWebrtcViewStateUpdater.hpp +49 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/HybridCameraSpec.kt +58 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/HybridMicrophoneSpec.kt +58 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/HybridWebrtcViewSpec.kt +65 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/WebrtcOnLoad.kt +35 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/views/HybridWebrtcViewManager.kt +50 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/views/HybridWebrtcViewStateUpdater.kt +23 -0
- package/nitrogen/generated/ios/Webrtc+autolinking.rb +60 -0
- package/nitrogen/generated/ios/Webrtc-Swift-Cxx-Bridge.cpp +83 -0
- package/nitrogen/generated/ios/Webrtc-Swift-Cxx-Bridge.hpp +161 -0
- package/nitrogen/generated/ios/Webrtc-Swift-Cxx-Umbrella.hpp +56 -0
- package/nitrogen/generated/ios/WebrtcAutolinking.mm +119 -0
- package/nitrogen/generated/ios/WebrtcAutolinking.swift +55 -0
- package/nitrogen/generated/ios/c++/HybridCameraSpecSwift.cpp +11 -0
- package/nitrogen/generated/ios/c++/HybridCameraSpecSwift.hpp +77 -0
- package/nitrogen/generated/ios/c++/HybridMicrophoneSpecSwift.cpp +11 -0
- package/nitrogen/generated/ios/c++/HybridMicrophoneSpecSwift.hpp +77 -0
- package/nitrogen/generated/ios/c++/HybridWebrtcViewSpecSwift.cpp +11 -0
- package/nitrogen/generated/ios/c++/HybridWebrtcViewSpecSwift.hpp +83 -0
- package/nitrogen/generated/ios/c++/views/HybridWebrtcViewComponent.mm +101 -0
- package/nitrogen/generated/ios/swift/Func_void.swift +47 -0
- package/nitrogen/generated/ios/swift/Func_void_std__exception_ptr.swift +47 -0
- package/nitrogen/generated/ios/swift/HybridCameraSpec.swift +56 -0
- package/nitrogen/generated/ios/swift/HybridCameraSpec_cxx.swift +138 -0
- package/nitrogen/generated/ios/swift/HybridMicrophoneSpec.swift +56 -0
- package/nitrogen/generated/ios/swift/HybridMicrophoneSpec_cxx.swift +138 -0
- package/nitrogen/generated/ios/swift/HybridWebrtcViewSpec.swift +57 -0
- package/nitrogen/generated/ios/swift/HybridWebrtcViewSpec_cxx.swift +177 -0
- package/nitrogen/generated/shared/c++/Event.hpp +75 -0
- package/nitrogen/generated/shared/c++/HybridCameraSpec.cpp +21 -0
- package/nitrogen/generated/shared/c++/HybridCameraSpec.hpp +63 -0
- package/nitrogen/generated/shared/c++/HybridMediaDevicesSpec.cpp +22 -0
- package/nitrogen/generated/shared/c++/HybridMediaDevicesSpec.hpp +69 -0
- package/nitrogen/generated/shared/c++/HybridMediaStreamSpec.cpp +26 -0
- package/nitrogen/generated/shared/c++/HybridMediaStreamSpec.hpp +70 -0
- package/nitrogen/generated/shared/c++/HybridMediaStreamTrackSpec.cpp +28 -0
- package/nitrogen/generated/shared/c++/HybridMediaStreamTrackSpec.hpp +70 -0
- package/nitrogen/generated/shared/c++/HybridMicrophoneSpec.cpp +21 -0
- package/nitrogen/generated/shared/c++/HybridMicrophoneSpec.hpp +63 -0
- package/nitrogen/generated/shared/c++/HybridRTCPeerConnectionSpec.cpp +41 -0
- package/nitrogen/generated/shared/c++/HybridRTCPeerConnectionSpec.hpp +120 -0
- package/nitrogen/generated/shared/c++/HybridRTCRtpReceiverSpec.cpp +21 -0
- package/nitrogen/generated/shared/c++/HybridRTCRtpReceiverSpec.hpp +66 -0
- package/nitrogen/generated/shared/c++/HybridRTCRtpSenderSpec.cpp +21 -0
- package/nitrogen/generated/shared/c++/HybridRTCRtpSenderSpec.hpp +66 -0
- package/nitrogen/generated/shared/c++/HybridRTCRtpTransceiverSpec.cpp +24 -0
- package/nitrogen/generated/shared/c++/HybridRTCRtpTransceiverSpec.hpp +76 -0
- package/nitrogen/generated/shared/c++/HybridWebrtcViewSpec.cpp +24 -0
- package/nitrogen/generated/shared/c++/HybridWebrtcViewSpec.hpp +66 -0
- package/nitrogen/generated/shared/c++/MediaStreamConstraints.hpp +79 -0
- package/nitrogen/generated/shared/c++/MediaStreamTrackState.hpp +76 -0
- package/nitrogen/generated/shared/c++/RTCConfiguration.hpp +78 -0
- package/nitrogen/generated/shared/c++/RTCIceCandidate.hpp +75 -0
- package/nitrogen/generated/shared/c++/RTCIceCandidateInit.hpp +82 -0
- package/nitrogen/generated/shared/c++/RTCIceGatheringState.hpp +80 -0
- package/nitrogen/generated/shared/c++/RTCIceServer.hpp +86 -0
- package/nitrogen/generated/shared/c++/RTCPeerConnectionIceEvent.hpp +79 -0
- package/nitrogen/generated/shared/c++/RTCPeerConnectionState.hpp +92 -0
- package/nitrogen/generated/shared/c++/RTCRtpTransceiverDirection.hpp +84 -0
- package/nitrogen/generated/shared/c++/RTCRtpTransceiverInit.hpp +86 -0
- package/nitrogen/generated/shared/c++/RTCSdpType.hpp +84 -0
- package/nitrogen/generated/shared/c++/RTCSessionDescriptionInit.hpp +82 -0
- package/nitrogen/generated/shared/c++/RTCTrackEvent.hpp +85 -0
- package/nitrogen/generated/shared/c++/views/HybridWebrtcViewComponent.cpp +99 -0
- package/nitrogen/generated/shared/c++/views/HybridWebrtcViewComponent.hpp +109 -0
- package/nitrogen/generated/shared/json/WebrtcViewConfig.json +11 -0
- package/package.json +127 -0
- package/src/index.ts +8 -0
- package/src/specs/Camera.nitro.ts +8 -0
- package/src/specs/MediaDevices.nitro.ts +18 -0
- package/src/specs/MediaStream.nitro.ts +17 -0
- package/src/specs/MediaStreamTrack.nitro.ts +22 -0
- package/src/specs/Microphone.nitro.ts +8 -0
- package/src/specs/RTCPeerConnection.nitro.ts +105 -0
- package/src/specs/RTCRtpReceiver.nitro.ts +12 -0
- package/src/specs/RTCRtpSender.nitro.ts +12 -0
- package/src/specs/RTCRtpTransceiver.nitro.ts +25 -0
- package/src/views/WebrtcView.nitro.ts +17 -0
- package/src/views/WebrtcView.tsx +29 -0
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2019 Paul-Louis Ageneau
|
|
3
|
+
*
|
|
4
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
5
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
6
|
+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
#ifndef RTC_CANDIDATE_H
|
|
10
|
+
#define RTC_CANDIDATE_H
|
|
11
|
+
|
|
12
|
+
#include "common.hpp"
|
|
13
|
+
|
|
14
|
+
#include <string>
|
|
15
|
+
|
|
16
|
+
namespace rtc {
|
|
17
|
+
|
|
18
|
+
class RTC_CPP_EXPORT Candidate {
|
|
19
|
+
public:
|
|
20
|
+
enum class Family { Unresolved, Ipv4, Ipv6 };
|
|
21
|
+
enum class Type { Unknown, Host, ServerReflexive, PeerReflexive, Relayed };
|
|
22
|
+
enum class TransportType { Unknown, Udp, TcpActive, TcpPassive, TcpSo, TcpUnknown };
|
|
23
|
+
|
|
24
|
+
Candidate();
|
|
25
|
+
Candidate(string candidate);
|
|
26
|
+
Candidate(string candidate, string mid);
|
|
27
|
+
|
|
28
|
+
void hintMid(string mid);
|
|
29
|
+
void changeAddress(string addr);
|
|
30
|
+
void changeAddress(string addr, uint16_t port);
|
|
31
|
+
void changeAddress(string addr, string service);
|
|
32
|
+
|
|
33
|
+
enum class ResolveMode { Simple, Lookup };
|
|
34
|
+
bool resolve(ResolveMode mode = ResolveMode::Simple);
|
|
35
|
+
|
|
36
|
+
Type type() const;
|
|
37
|
+
TransportType transportType() const;
|
|
38
|
+
uint32_t priority() const;
|
|
39
|
+
string candidate() const;
|
|
40
|
+
string mid() const;
|
|
41
|
+
operator string() const;
|
|
42
|
+
|
|
43
|
+
bool operator==(const Candidate &other) const;
|
|
44
|
+
bool operator!=(const Candidate &other) const;
|
|
45
|
+
|
|
46
|
+
bool isResolved() const;
|
|
47
|
+
Family family() const;
|
|
48
|
+
optional<string> address() const;
|
|
49
|
+
optional<uint16_t> port() const;
|
|
50
|
+
|
|
51
|
+
private:
|
|
52
|
+
void parse(string candidate);
|
|
53
|
+
|
|
54
|
+
string mFoundation;
|
|
55
|
+
uint32_t mComponent, mPriority;
|
|
56
|
+
string mTypeString, mTransportString;
|
|
57
|
+
Type mType;
|
|
58
|
+
TransportType mTransportType;
|
|
59
|
+
string mNode, mService;
|
|
60
|
+
string mTail;
|
|
61
|
+
|
|
62
|
+
optional<string> mMid;
|
|
63
|
+
|
|
64
|
+
// Extracted on resolution
|
|
65
|
+
Family mFamily;
|
|
66
|
+
string mAddress;
|
|
67
|
+
uint16_t mPort;
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
RTC_CPP_EXPORT std::ostream &operator<<(std::ostream &out, const Candidate &candidate);
|
|
71
|
+
RTC_CPP_EXPORT std::ostream &operator<<(std::ostream &out, const Candidate::Type &type);
|
|
72
|
+
RTC_CPP_EXPORT std::ostream &operator<<(std::ostream &out,
|
|
73
|
+
const Candidate::TransportType &transportType);
|
|
74
|
+
|
|
75
|
+
} // namespace rtc
|
|
76
|
+
|
|
77
|
+
#endif
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2019-2021 Paul-Louis Ageneau
|
|
3
|
+
*
|
|
4
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
5
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
6
|
+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
#ifndef RTC_CHANNEL_H
|
|
10
|
+
#define RTC_CHANNEL_H
|
|
11
|
+
|
|
12
|
+
#include "common.hpp"
|
|
13
|
+
|
|
14
|
+
#include <atomic>
|
|
15
|
+
#include <functional>
|
|
16
|
+
|
|
17
|
+
namespace rtc {
|
|
18
|
+
|
|
19
|
+
namespace impl {
|
|
20
|
+
struct Channel;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
class RTC_CPP_EXPORT Channel : private CheshireCat<impl::Channel> {
|
|
24
|
+
public:
|
|
25
|
+
virtual ~Channel();
|
|
26
|
+
|
|
27
|
+
virtual void close() = 0;
|
|
28
|
+
virtual bool send(message_variant data) = 0; // returns false if buffered
|
|
29
|
+
virtual bool send(const byte *data, size_t size) = 0;
|
|
30
|
+
|
|
31
|
+
virtual bool isOpen() const = 0;
|
|
32
|
+
virtual bool isClosed() const = 0;
|
|
33
|
+
virtual size_t maxMessageSize() const; // max message size in a call to send
|
|
34
|
+
virtual size_t bufferedAmount() const; // total size buffered to send
|
|
35
|
+
|
|
36
|
+
void onOpen(std::function<void()> callback);
|
|
37
|
+
void onClosed(std::function<void()> callback);
|
|
38
|
+
void onError(std::function<void(string error)> callback);
|
|
39
|
+
|
|
40
|
+
void onMessage(std::function<void(message_variant data)> callback);
|
|
41
|
+
void onMessage(std::function<void(binary data)> binaryCallback,
|
|
42
|
+
std::function<void(string data)> stringCallback);
|
|
43
|
+
|
|
44
|
+
void onBufferedAmountLow(std::function<void()> callback);
|
|
45
|
+
void setBufferedAmountLowThreshold(size_t amount);
|
|
46
|
+
|
|
47
|
+
void resetCallbacks();
|
|
48
|
+
|
|
49
|
+
// Extended API
|
|
50
|
+
optional<message_variant> receive(); // only if onMessage unset
|
|
51
|
+
optional<message_variant> peek(); // only if onMessage unset
|
|
52
|
+
size_t availableAmount() const; // total size available to receive
|
|
53
|
+
void onAvailable(std::function<void()> callback);
|
|
54
|
+
|
|
55
|
+
protected:
|
|
56
|
+
Channel(impl_ptr<impl::Channel> impl);
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
} // namespace rtc
|
|
60
|
+
|
|
61
|
+
#endif // RTC_CHANNEL_H
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2019 Paul-Louis Ageneau
|
|
3
|
+
*
|
|
4
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
5
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
6
|
+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
#ifndef RTC_COMMON_H
|
|
10
|
+
#define RTC_COMMON_H
|
|
11
|
+
|
|
12
|
+
#ifdef RTC_STATIC
|
|
13
|
+
#define RTC_CPP_EXPORT
|
|
14
|
+
#else // dynamic library
|
|
15
|
+
#ifdef _WIN32
|
|
16
|
+
#ifdef RTC_EXPORTS
|
|
17
|
+
#define RTC_CPP_EXPORT __declspec(dllexport) // building the library
|
|
18
|
+
#else
|
|
19
|
+
#define RTC_CPP_EXPORT __declspec(dllimport) // using the library
|
|
20
|
+
#endif
|
|
21
|
+
#else // not WIN32
|
|
22
|
+
#define RTC_CPP_EXPORT
|
|
23
|
+
#endif
|
|
24
|
+
#endif
|
|
25
|
+
|
|
26
|
+
#ifdef _WIN32
|
|
27
|
+
#ifndef _WIN32_WINNT
|
|
28
|
+
#define _WIN32_WINNT 0x0602 // Windows 8
|
|
29
|
+
#endif
|
|
30
|
+
#ifdef _MSC_VER
|
|
31
|
+
#pragma warning(disable : 4251) // disable "X needs to have dll-interface..."
|
|
32
|
+
#endif
|
|
33
|
+
#endif
|
|
34
|
+
|
|
35
|
+
#ifndef RTC_ENABLE_WEBSOCKET
|
|
36
|
+
#define RTC_ENABLE_WEBSOCKET 1
|
|
37
|
+
#endif
|
|
38
|
+
|
|
39
|
+
#ifndef RTC_ENABLE_MEDIA
|
|
40
|
+
#define RTC_ENABLE_MEDIA 1
|
|
41
|
+
#endif
|
|
42
|
+
|
|
43
|
+
#include "rtc.h" // for C API defines
|
|
44
|
+
|
|
45
|
+
#include "utils.hpp"
|
|
46
|
+
|
|
47
|
+
#include <cstddef>
|
|
48
|
+
#include <functional>
|
|
49
|
+
#include <memory>
|
|
50
|
+
#include <mutex>
|
|
51
|
+
#include <optional>
|
|
52
|
+
#include <string>
|
|
53
|
+
#include <string_view>
|
|
54
|
+
#include <variant>
|
|
55
|
+
#include <vector>
|
|
56
|
+
|
|
57
|
+
namespace rtc {
|
|
58
|
+
|
|
59
|
+
using std::byte;
|
|
60
|
+
using std::nullopt;
|
|
61
|
+
using std::optional;
|
|
62
|
+
using std::shared_ptr;
|
|
63
|
+
using std::string;
|
|
64
|
+
using std::string_view;
|
|
65
|
+
using std::unique_ptr;
|
|
66
|
+
using std::variant;
|
|
67
|
+
using std::weak_ptr;
|
|
68
|
+
|
|
69
|
+
using binary = std::vector<byte>;
|
|
70
|
+
using message_variant = variant<binary, string>;
|
|
71
|
+
|
|
72
|
+
using std::int16_t;
|
|
73
|
+
using std::int32_t;
|
|
74
|
+
using std::int64_t;
|
|
75
|
+
using std::int8_t;
|
|
76
|
+
using std::ptrdiff_t;
|
|
77
|
+
using std::size_t;
|
|
78
|
+
using std::uint16_t;
|
|
79
|
+
using std::uint32_t;
|
|
80
|
+
using std::uint64_t;
|
|
81
|
+
using std::uint8_t;
|
|
82
|
+
|
|
83
|
+
} // namespace rtc
|
|
84
|
+
|
|
85
|
+
#endif
|
package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/configuration.hpp
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2019 Paul-Louis Ageneau
|
|
3
|
+
*
|
|
4
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
5
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
6
|
+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
#ifndef RTC_ICE_CONFIGURATION_H
|
|
10
|
+
#define RTC_ICE_CONFIGURATION_H
|
|
11
|
+
|
|
12
|
+
#include "common.hpp"
|
|
13
|
+
|
|
14
|
+
#include <vector>
|
|
15
|
+
|
|
16
|
+
namespace rtc {
|
|
17
|
+
|
|
18
|
+
struct RTC_CPP_EXPORT IceServer {
|
|
19
|
+
enum class Type { Stun, Turn };
|
|
20
|
+
enum class RelayType { TurnUdp, TurnTcp, TurnTls };
|
|
21
|
+
|
|
22
|
+
// Any type
|
|
23
|
+
IceServer(const string &url);
|
|
24
|
+
|
|
25
|
+
// STUN
|
|
26
|
+
IceServer(string hostname_, uint16_t port_);
|
|
27
|
+
IceServer(string hostname_, string service_);
|
|
28
|
+
|
|
29
|
+
// TURN
|
|
30
|
+
IceServer(string hostname_, uint16_t port, string username_, string password_,
|
|
31
|
+
RelayType relayType_ = RelayType::TurnUdp);
|
|
32
|
+
IceServer(string hostname_, string service_, string username_, string password_,
|
|
33
|
+
RelayType relayType_ = RelayType::TurnUdp);
|
|
34
|
+
|
|
35
|
+
string hostname;
|
|
36
|
+
uint16_t port;
|
|
37
|
+
Type type;
|
|
38
|
+
string username;
|
|
39
|
+
string password;
|
|
40
|
+
RelayType relayType;
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
struct RTC_CPP_EXPORT ProxyServer {
|
|
44
|
+
enum class Type { Http, Socks5 };
|
|
45
|
+
|
|
46
|
+
ProxyServer(const string &url);
|
|
47
|
+
|
|
48
|
+
ProxyServer(Type type_, string hostname_, uint16_t port_);
|
|
49
|
+
ProxyServer(Type type_, string hostname_, uint16_t port_, string username_, string password_);
|
|
50
|
+
|
|
51
|
+
Type type;
|
|
52
|
+
string hostname;
|
|
53
|
+
uint16_t port;
|
|
54
|
+
optional<string> username;
|
|
55
|
+
optional<string> password;
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
enum class CertificateType {
|
|
59
|
+
Default = RTC_CERTIFICATE_DEFAULT, // ECDSA
|
|
60
|
+
Ecdsa = RTC_CERTIFICATE_ECDSA,
|
|
61
|
+
Rsa = RTC_CERTIFICATE_RSA
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
enum class TransportPolicy { All = RTC_TRANSPORT_POLICY_ALL, Relay = RTC_TRANSPORT_POLICY_RELAY };
|
|
65
|
+
|
|
66
|
+
struct RTC_CPP_EXPORT Configuration {
|
|
67
|
+
// ICE settings
|
|
68
|
+
std::vector<IceServer> iceServers;
|
|
69
|
+
optional<ProxyServer> proxyServer; // libnice only
|
|
70
|
+
optional<string> bindAddress; // libjuice only, default any
|
|
71
|
+
|
|
72
|
+
// Options
|
|
73
|
+
CertificateType certificateType = CertificateType::Default;
|
|
74
|
+
TransportPolicy iceTransportPolicy = TransportPolicy::All;
|
|
75
|
+
bool enableIceTcp = false; // libnice only
|
|
76
|
+
bool enableIceUdpMux = false; // libjuice only
|
|
77
|
+
bool disableAutoNegotiation = false;
|
|
78
|
+
bool disableAutoGathering = false;
|
|
79
|
+
bool forceMediaTransport = false;
|
|
80
|
+
bool disableFingerprintVerification = false;
|
|
81
|
+
|
|
82
|
+
// Port range
|
|
83
|
+
uint16_t portRangeBegin = 1024;
|
|
84
|
+
uint16_t portRangeEnd = 65535;
|
|
85
|
+
|
|
86
|
+
// Network MTU
|
|
87
|
+
optional<size_t> mtu;
|
|
88
|
+
|
|
89
|
+
// Local maximum message size for Data Channels
|
|
90
|
+
optional<size_t> maxMessageSize;
|
|
91
|
+
|
|
92
|
+
// Certificates and private keys
|
|
93
|
+
optional<string> certificatePemFile;
|
|
94
|
+
optional<string> keyPemFile;
|
|
95
|
+
optional<string> keyPemPass;
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
#ifdef RTC_ENABLE_WEBSOCKET
|
|
99
|
+
|
|
100
|
+
struct WebSocketConfiguration {
|
|
101
|
+
bool disableTlsVerification = false; // if true, don't verify the TLS certificate
|
|
102
|
+
optional<ProxyServer> proxyServer; // only non-authenticated http supported for now
|
|
103
|
+
std::vector<string> protocols;
|
|
104
|
+
optional<std::chrono::milliseconds> connectionTimeout; // zero to disable
|
|
105
|
+
optional<std::chrono::milliseconds> pingInterval; // zero to disable
|
|
106
|
+
optional<int> maxOutstandingPings;
|
|
107
|
+
optional<string> caCertificatePemFile;
|
|
108
|
+
optional<string> certificatePemFile;
|
|
109
|
+
optional<string> keyPemFile;
|
|
110
|
+
optional<string> keyPemPass;
|
|
111
|
+
optional<size_t> maxMessageSize;
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
struct WebSocketServerConfiguration {
|
|
115
|
+
uint16_t port = 8080;
|
|
116
|
+
bool enableTls = false;
|
|
117
|
+
optional<string> certificatePemFile;
|
|
118
|
+
optional<string> keyPemFile;
|
|
119
|
+
optional<string> keyPemPass;
|
|
120
|
+
optional<string> bindAddress;
|
|
121
|
+
optional<std::chrono::milliseconds> connectionTimeout;
|
|
122
|
+
optional<size_t> maxMessageSize;
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
#endif
|
|
126
|
+
|
|
127
|
+
} // namespace rtc
|
|
128
|
+
|
|
129
|
+
#endif
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2019 Paul-Louis Ageneau
|
|
3
|
+
*
|
|
4
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
5
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
6
|
+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
#ifndef RTC_DATA_CHANNEL_H
|
|
10
|
+
#define RTC_DATA_CHANNEL_H
|
|
11
|
+
|
|
12
|
+
#include "channel.hpp"
|
|
13
|
+
#include "common.hpp"
|
|
14
|
+
#include "reliability.hpp"
|
|
15
|
+
|
|
16
|
+
#include <type_traits>
|
|
17
|
+
|
|
18
|
+
namespace rtc {
|
|
19
|
+
|
|
20
|
+
namespace impl {
|
|
21
|
+
|
|
22
|
+
struct DataChannel;
|
|
23
|
+
struct PeerConnection;
|
|
24
|
+
|
|
25
|
+
} // namespace impl
|
|
26
|
+
|
|
27
|
+
class RTC_CPP_EXPORT DataChannel final : private CheshireCat<impl::DataChannel>, public Channel {
|
|
28
|
+
public:
|
|
29
|
+
DataChannel(impl_ptr<impl::DataChannel> impl);
|
|
30
|
+
~DataChannel() override;
|
|
31
|
+
|
|
32
|
+
optional<uint16_t> stream() const;
|
|
33
|
+
optional<uint16_t> id() const;
|
|
34
|
+
string label() const;
|
|
35
|
+
string protocol() const;
|
|
36
|
+
Reliability reliability() const;
|
|
37
|
+
|
|
38
|
+
bool isOpen(void) const override;
|
|
39
|
+
bool isClosed(void) const override;
|
|
40
|
+
size_t maxMessageSize() const override;
|
|
41
|
+
|
|
42
|
+
void close(void) override;
|
|
43
|
+
bool send(message_variant data) override;
|
|
44
|
+
bool send(const byte *data, size_t size) override;
|
|
45
|
+
template <typename Buffer> bool sendBuffer(const Buffer &buf);
|
|
46
|
+
template <typename Iterator> bool sendBuffer(Iterator first, Iterator last);
|
|
47
|
+
|
|
48
|
+
private:
|
|
49
|
+
using CheshireCat<impl::DataChannel>::impl;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
template <typename Buffer> std::pair<const byte *, size_t> to_bytes(const Buffer &buf) {
|
|
53
|
+
using T = typename std::remove_pointer<decltype(buf.data())>::type;
|
|
54
|
+
using E = typename std::conditional<std::is_void<T>::value, byte, T>::type;
|
|
55
|
+
return std::make_pair(static_cast<const byte *>(static_cast<const void *>(buf.data())),
|
|
56
|
+
buf.size() * sizeof(E));
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
template <typename Buffer> bool DataChannel::sendBuffer(const Buffer &buf) {
|
|
60
|
+
auto [bytes, size] = to_bytes(buf);
|
|
61
|
+
return send(bytes, size);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
template <typename Iterator> bool DataChannel::sendBuffer(Iterator first, Iterator last) {
|
|
65
|
+
size_t size = 0;
|
|
66
|
+
for (Iterator it = first; it != last; ++it)
|
|
67
|
+
size += it->size();
|
|
68
|
+
|
|
69
|
+
binary buffer(size);
|
|
70
|
+
byte *pos = buffer.data();
|
|
71
|
+
for (Iterator it = first; it != last; ++it) {
|
|
72
|
+
auto [bytes, len] = to_bytes(*it);
|
|
73
|
+
pos = std::copy(bytes, bytes + len, pos);
|
|
74
|
+
}
|
|
75
|
+
return send(std::move(buffer));
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
} // namespace rtc
|
|
79
|
+
|
|
80
|
+
#endif
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2024 Shigemasa Watanabe (Wandbox)
|
|
3
|
+
*
|
|
4
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
5
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
6
|
+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
#ifndef RTC_DEPENDENCY_DESCRIPTOR_H
|
|
10
|
+
#define RTC_DEPENDENCY_DESCRIPTOR_H
|
|
11
|
+
|
|
12
|
+
#include "common.hpp"
|
|
13
|
+
|
|
14
|
+
#include <bitset>
|
|
15
|
+
|
|
16
|
+
namespace rtc {
|
|
17
|
+
|
|
18
|
+
struct BitWriter {
|
|
19
|
+
static BitWriter fromSizeBits(byte *buf, size_t offsetBits, size_t sizeBits);
|
|
20
|
+
static BitWriter fromNull();
|
|
21
|
+
|
|
22
|
+
size_t getWrittenBits() const;
|
|
23
|
+
|
|
24
|
+
bool write(uint64_t v, size_t bits);
|
|
25
|
+
// Write non-symmetric unsigned encoded integer
|
|
26
|
+
// ref: https://aomediacodec.github.io/av1-rtp-spec/#a82-syntax
|
|
27
|
+
bool writeNonSymmetric(uint64_t v, uint64_t n);
|
|
28
|
+
|
|
29
|
+
private:
|
|
30
|
+
size_t writePartialByte(uint8_t *p, size_t offset, uint64_t v, size_t bits);
|
|
31
|
+
|
|
32
|
+
private:
|
|
33
|
+
byte *mBuf = nullptr;
|
|
34
|
+
size_t mInitialOffset = 0;
|
|
35
|
+
size_t mOffset = 0;
|
|
36
|
+
size_t mSize = 0;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
enum class DecodeTargetIndication {
|
|
40
|
+
NotPresent = 0,
|
|
41
|
+
Discardable = 1,
|
|
42
|
+
Switch = 2,
|
|
43
|
+
Required = 3,
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
struct RenderResolution {
|
|
47
|
+
int width = 0;
|
|
48
|
+
int height = 0;
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
struct FrameDependencyTemplate {
|
|
52
|
+
int spatialId = 0;
|
|
53
|
+
int temporalId = 0;
|
|
54
|
+
std::vector<DecodeTargetIndication> decodeTargetIndications;
|
|
55
|
+
std::vector<int> frameDiffs;
|
|
56
|
+
std::vector<int> chainDiffs;
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
struct FrameDependencyStructure {
|
|
60
|
+
int templateIdOffset = 0;
|
|
61
|
+
int decodeTargetCount = 0;
|
|
62
|
+
int chainCount = 0;
|
|
63
|
+
std::vector<int> decodeTargetProtectedBy;
|
|
64
|
+
std::vector<RenderResolution> resolutions;
|
|
65
|
+
std::vector<FrameDependencyTemplate> templates;
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
struct DependencyDescriptor {
|
|
69
|
+
bool startOfFrame = true;
|
|
70
|
+
bool endOfFrame = true;
|
|
71
|
+
int frameNumber = 0;
|
|
72
|
+
FrameDependencyTemplate dependencyTemplate;
|
|
73
|
+
std::optional<RenderResolution> resolution;
|
|
74
|
+
std::optional<uint32_t> activeDecodeTargetsBitmask;
|
|
75
|
+
bool structureAttached;
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
struct DependencyDescriptorContext {
|
|
79
|
+
DependencyDescriptor descriptor;
|
|
80
|
+
std::bitset<32> activeChains;
|
|
81
|
+
FrameDependencyStructure structure;
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
// Write dependency descriptor to RTP Header Extension
|
|
85
|
+
// Dependency descriptor specification is here:
|
|
86
|
+
// https://aomediacodec.github.io/av1-rtp-spec/#dependency-descriptor-rtp-header-extension
|
|
87
|
+
class DependencyDescriptorWriter {
|
|
88
|
+
public:
|
|
89
|
+
explicit DependencyDescriptorWriter(const DependencyDescriptorContext& context);
|
|
90
|
+
size_t getSizeBits() const;
|
|
91
|
+
size_t getSize() const;
|
|
92
|
+
void writeTo(byte *buf, size_t sizeBytes) const;
|
|
93
|
+
|
|
94
|
+
private:
|
|
95
|
+
void doWriteTo(BitWriter &writer) const;
|
|
96
|
+
void writeBits(BitWriter &writer, uint64_t v, size_t bits) const;
|
|
97
|
+
void writeNonSymmetric(BitWriter &writer, uint64_t v, uint64_t n) const;
|
|
98
|
+
|
|
99
|
+
private:
|
|
100
|
+
const FrameDependencyStructure &mStructure;
|
|
101
|
+
std::bitset<32> mActiveChains;
|
|
102
|
+
const DependencyDescriptor &mDescriptor;
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
} // namespace rtc
|
|
106
|
+
|
|
107
|
+
#endif
|