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,138 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// HybridMicrophoneSpec_cxx.swift
|
|
3
|
+
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
|
+
/// https://github.com/mrousavy/nitro
|
|
5
|
+
/// Copyright © 2025 Marc Rousavy @ Margelo
|
|
6
|
+
///
|
|
7
|
+
|
|
8
|
+
import Foundation
|
|
9
|
+
import NitroModules
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* A class implementation that bridges HybridMicrophoneSpec over to C++.
|
|
13
|
+
* In C++, we cannot use Swift protocols - so we need to wrap it in a class to make it strongly defined.
|
|
14
|
+
*
|
|
15
|
+
* Also, some Swift types need to be bridged with special handling:
|
|
16
|
+
* - Enums need to be wrapped in Structs, otherwise they cannot be accessed bi-directionally (Swift bug: https://github.com/swiftlang/swift/issues/75330)
|
|
17
|
+
* - Other HybridObjects need to be wrapped/unwrapped from the Swift TCxx wrapper
|
|
18
|
+
* - Throwing methods need to be wrapped with a Result<T, Error> type, as exceptions cannot be propagated to C++
|
|
19
|
+
*/
|
|
20
|
+
open class HybridMicrophoneSpec_cxx {
|
|
21
|
+
/**
|
|
22
|
+
* The Swift <> C++ bridge's namespace (`margelo::nitro::webrtc::bridge::swift`)
|
|
23
|
+
* from `Webrtc-Swift-Cxx-Bridge.hpp`.
|
|
24
|
+
* This contains specialized C++ templates, and C++ helper functions that can be accessed from Swift.
|
|
25
|
+
*/
|
|
26
|
+
public typealias bridge = margelo.nitro.webrtc.bridge.swift
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Holds an instance of the `HybridMicrophoneSpec` Swift protocol.
|
|
30
|
+
*/
|
|
31
|
+
private var __implementation: any HybridMicrophoneSpec
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Holds a weak pointer to the C++ class that wraps the Swift class.
|
|
35
|
+
*/
|
|
36
|
+
private var __cxxPart: bridge.std__weak_ptr_HybridMicrophoneSpec_
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Create a new `HybridMicrophoneSpec_cxx` that wraps the given `HybridMicrophoneSpec`.
|
|
40
|
+
* All properties and methods bridge to C++ types.
|
|
41
|
+
*/
|
|
42
|
+
public init(_ implementation: any HybridMicrophoneSpec) {
|
|
43
|
+
self.__implementation = implementation
|
|
44
|
+
self.__cxxPart = .init()
|
|
45
|
+
/* no base class */
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Get the actual `HybridMicrophoneSpec` instance this class wraps.
|
|
50
|
+
*/
|
|
51
|
+
@inline(__always)
|
|
52
|
+
public func getHybridMicrophoneSpec() -> any HybridMicrophoneSpec {
|
|
53
|
+
return __implementation
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Casts this instance to a retained unsafe raw pointer.
|
|
58
|
+
* This acquires one additional strong reference on the object!
|
|
59
|
+
*/
|
|
60
|
+
public func toUnsafe() -> UnsafeMutableRawPointer {
|
|
61
|
+
return Unmanaged.passRetained(self).toOpaque()
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Casts an unsafe pointer to a `HybridMicrophoneSpec_cxx`.
|
|
66
|
+
* The pointer has to be a retained opaque `Unmanaged<HybridMicrophoneSpec_cxx>`.
|
|
67
|
+
* This removes one strong reference from the object!
|
|
68
|
+
*/
|
|
69
|
+
public class func fromUnsafe(_ pointer: UnsafeMutableRawPointer) -> HybridMicrophoneSpec_cxx {
|
|
70
|
+
return Unmanaged<HybridMicrophoneSpec_cxx>.fromOpaque(pointer).takeRetainedValue()
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Gets (or creates) the C++ part of this Hybrid Object.
|
|
75
|
+
* The C++ part is a `std::shared_ptr<HybridMicrophoneSpec>`.
|
|
76
|
+
*/
|
|
77
|
+
public func getCxxPart() -> bridge.std__shared_ptr_HybridMicrophoneSpec_ {
|
|
78
|
+
let cachedCxxPart = self.__cxxPart.lock()
|
|
79
|
+
if Bool(fromCxx: cachedCxxPart) {
|
|
80
|
+
return cachedCxxPart
|
|
81
|
+
} else {
|
|
82
|
+
let newCxxPart = bridge.create_std__shared_ptr_HybridMicrophoneSpec_(self.toUnsafe())
|
|
83
|
+
__cxxPart = bridge.weakify_std__shared_ptr_HybridMicrophoneSpec_(newCxxPart)
|
|
84
|
+
return newCxxPart
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Get the memory size of the Swift class (plus size of any other allocations)
|
|
92
|
+
* so the JS VM can properly track it and garbage-collect the JS object if needed.
|
|
93
|
+
*/
|
|
94
|
+
@inline(__always)
|
|
95
|
+
public var memorySize: Int {
|
|
96
|
+
return MemoryHelper.getSizeOf(self.__implementation) + self.__implementation.memorySize
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Call dispose() on the Swift class.
|
|
101
|
+
* This _may_ be called manually from JS.
|
|
102
|
+
*/
|
|
103
|
+
@inline(__always)
|
|
104
|
+
public func dispose() {
|
|
105
|
+
self.__implementation.dispose()
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* Call toString() on the Swift class.
|
|
110
|
+
*/
|
|
111
|
+
@inline(__always)
|
|
112
|
+
public func toString() -> String {
|
|
113
|
+
return self.__implementation.toString()
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
// Properties
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
// Methods
|
|
120
|
+
@inline(__always)
|
|
121
|
+
public final func open(pipeId: std.string) -> bridge.Result_std__shared_ptr_Promise_void___ {
|
|
122
|
+
do {
|
|
123
|
+
let __result = try self.__implementation.open(pipeId: String(pipeId))
|
|
124
|
+
let __resultCpp = { () -> bridge.std__shared_ptr_Promise_void__ in
|
|
125
|
+
let __promise = bridge.create_std__shared_ptr_Promise_void__()
|
|
126
|
+
let __promiseHolder = bridge.wrap_std__shared_ptr_Promise_void__(__promise)
|
|
127
|
+
__result
|
|
128
|
+
.then({ __result in __promiseHolder.resolve() })
|
|
129
|
+
.catch({ __error in __promiseHolder.reject(__error.toCpp()) })
|
|
130
|
+
return __promise
|
|
131
|
+
}()
|
|
132
|
+
return bridge.create_Result_std__shared_ptr_Promise_void___(__resultCpp)
|
|
133
|
+
} catch (let __error) {
|
|
134
|
+
let __exceptionPtr = __error.toCpp()
|
|
135
|
+
return bridge.create_Result_std__shared_ptr_Promise_void___(__exceptionPtr)
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// HybridWebrtcViewSpec.swift
|
|
3
|
+
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
|
+
/// https://github.com/mrousavy/nitro
|
|
5
|
+
/// Copyright © 2025 Marc Rousavy @ Margelo
|
|
6
|
+
///
|
|
7
|
+
|
|
8
|
+
import Foundation
|
|
9
|
+
import NitroModules
|
|
10
|
+
|
|
11
|
+
/// See ``HybridWebrtcViewSpec``
|
|
12
|
+
public protocol HybridWebrtcViewSpec_protocol: HybridObject, HybridView {
|
|
13
|
+
// Properties
|
|
14
|
+
var videoPipeId: String? { get set }
|
|
15
|
+
var audioPipeId: String? { get set }
|
|
16
|
+
|
|
17
|
+
// Methods
|
|
18
|
+
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
public extension HybridWebrtcViewSpec_protocol {
|
|
22
|
+
/// Default implementation of ``HybridObject.toString``
|
|
23
|
+
func toString() -> String {
|
|
24
|
+
return "[HybridObject WebrtcView]"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/// See ``HybridWebrtcViewSpec``
|
|
29
|
+
open class HybridWebrtcViewSpec_base {
|
|
30
|
+
private weak var cxxWrapper: HybridWebrtcViewSpec_cxx? = nil
|
|
31
|
+
public init() { }
|
|
32
|
+
public func getCxxWrapper() -> HybridWebrtcViewSpec_cxx {
|
|
33
|
+
#if DEBUG
|
|
34
|
+
guard self is HybridWebrtcViewSpec else {
|
|
35
|
+
fatalError("`self` is not a `HybridWebrtcViewSpec`! Did you accidentally inherit from `HybridWebrtcViewSpec_base` instead of `HybridWebrtcViewSpec`?")
|
|
36
|
+
}
|
|
37
|
+
#endif
|
|
38
|
+
if let cxxWrapper = self.cxxWrapper {
|
|
39
|
+
return cxxWrapper
|
|
40
|
+
} else {
|
|
41
|
+
let cxxWrapper = HybridWebrtcViewSpec_cxx(self as! HybridWebrtcViewSpec)
|
|
42
|
+
self.cxxWrapper = cxxWrapper
|
|
43
|
+
return cxxWrapper
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* A Swift base-protocol representing the WebrtcView HybridObject.
|
|
50
|
+
* Implement this protocol to create Swift-based instances of WebrtcView.
|
|
51
|
+
* ```swift
|
|
52
|
+
* class HybridWebrtcView : HybridWebrtcViewSpec {
|
|
53
|
+
* // ...
|
|
54
|
+
* }
|
|
55
|
+
* ```
|
|
56
|
+
*/
|
|
57
|
+
public typealias HybridWebrtcViewSpec = HybridWebrtcViewSpec_protocol & HybridWebrtcViewSpec_base
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// HybridWebrtcViewSpec_cxx.swift
|
|
3
|
+
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
|
+
/// https://github.com/mrousavy/nitro
|
|
5
|
+
/// Copyright © 2025 Marc Rousavy @ Margelo
|
|
6
|
+
///
|
|
7
|
+
|
|
8
|
+
import Foundation
|
|
9
|
+
import NitroModules
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* A class implementation that bridges HybridWebrtcViewSpec over to C++.
|
|
13
|
+
* In C++, we cannot use Swift protocols - so we need to wrap it in a class to make it strongly defined.
|
|
14
|
+
*
|
|
15
|
+
* Also, some Swift types need to be bridged with special handling:
|
|
16
|
+
* - Enums need to be wrapped in Structs, otherwise they cannot be accessed bi-directionally (Swift bug: https://github.com/swiftlang/swift/issues/75330)
|
|
17
|
+
* - Other HybridObjects need to be wrapped/unwrapped from the Swift TCxx wrapper
|
|
18
|
+
* - Throwing methods need to be wrapped with a Result<T, Error> type, as exceptions cannot be propagated to C++
|
|
19
|
+
*/
|
|
20
|
+
open class HybridWebrtcViewSpec_cxx {
|
|
21
|
+
/**
|
|
22
|
+
* The Swift <> C++ bridge's namespace (`margelo::nitro::webrtc::bridge::swift`)
|
|
23
|
+
* from `Webrtc-Swift-Cxx-Bridge.hpp`.
|
|
24
|
+
* This contains specialized C++ templates, and C++ helper functions that can be accessed from Swift.
|
|
25
|
+
*/
|
|
26
|
+
public typealias bridge = margelo.nitro.webrtc.bridge.swift
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Holds an instance of the `HybridWebrtcViewSpec` Swift protocol.
|
|
30
|
+
*/
|
|
31
|
+
private var __implementation: any HybridWebrtcViewSpec
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Holds a weak pointer to the C++ class that wraps the Swift class.
|
|
35
|
+
*/
|
|
36
|
+
private var __cxxPart: bridge.std__weak_ptr_HybridWebrtcViewSpec_
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Create a new `HybridWebrtcViewSpec_cxx` that wraps the given `HybridWebrtcViewSpec`.
|
|
40
|
+
* All properties and methods bridge to C++ types.
|
|
41
|
+
*/
|
|
42
|
+
public init(_ implementation: any HybridWebrtcViewSpec) {
|
|
43
|
+
self.__implementation = implementation
|
|
44
|
+
self.__cxxPart = .init()
|
|
45
|
+
/* no base class */
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Get the actual `HybridWebrtcViewSpec` instance this class wraps.
|
|
50
|
+
*/
|
|
51
|
+
@inline(__always)
|
|
52
|
+
public func getHybridWebrtcViewSpec() -> any HybridWebrtcViewSpec {
|
|
53
|
+
return __implementation
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Casts this instance to a retained unsafe raw pointer.
|
|
58
|
+
* This acquires one additional strong reference on the object!
|
|
59
|
+
*/
|
|
60
|
+
public func toUnsafe() -> UnsafeMutableRawPointer {
|
|
61
|
+
return Unmanaged.passRetained(self).toOpaque()
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Casts an unsafe pointer to a `HybridWebrtcViewSpec_cxx`.
|
|
66
|
+
* The pointer has to be a retained opaque `Unmanaged<HybridWebrtcViewSpec_cxx>`.
|
|
67
|
+
* This removes one strong reference from the object!
|
|
68
|
+
*/
|
|
69
|
+
public class func fromUnsafe(_ pointer: UnsafeMutableRawPointer) -> HybridWebrtcViewSpec_cxx {
|
|
70
|
+
return Unmanaged<HybridWebrtcViewSpec_cxx>.fromOpaque(pointer).takeRetainedValue()
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Gets (or creates) the C++ part of this Hybrid Object.
|
|
75
|
+
* The C++ part is a `std::shared_ptr<HybridWebrtcViewSpec>`.
|
|
76
|
+
*/
|
|
77
|
+
public func getCxxPart() -> bridge.std__shared_ptr_HybridWebrtcViewSpec_ {
|
|
78
|
+
let cachedCxxPart = self.__cxxPart.lock()
|
|
79
|
+
if Bool(fromCxx: cachedCxxPart) {
|
|
80
|
+
return cachedCxxPart
|
|
81
|
+
} else {
|
|
82
|
+
let newCxxPart = bridge.create_std__shared_ptr_HybridWebrtcViewSpec_(self.toUnsafe())
|
|
83
|
+
__cxxPart = bridge.weakify_std__shared_ptr_HybridWebrtcViewSpec_(newCxxPart)
|
|
84
|
+
return newCxxPart
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Get the memory size of the Swift class (plus size of any other allocations)
|
|
92
|
+
* so the JS VM can properly track it and garbage-collect the JS object if needed.
|
|
93
|
+
*/
|
|
94
|
+
@inline(__always)
|
|
95
|
+
public var memorySize: Int {
|
|
96
|
+
return MemoryHelper.getSizeOf(self.__implementation) + self.__implementation.memorySize
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Call dispose() on the Swift class.
|
|
101
|
+
* This _may_ be called manually from JS.
|
|
102
|
+
*/
|
|
103
|
+
@inline(__always)
|
|
104
|
+
public func dispose() {
|
|
105
|
+
self.__implementation.dispose()
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* Call toString() on the Swift class.
|
|
110
|
+
*/
|
|
111
|
+
@inline(__always)
|
|
112
|
+
public func toString() -> String {
|
|
113
|
+
return self.__implementation.toString()
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
// Properties
|
|
117
|
+
public final var videoPipeId: bridge.std__optional_std__string_ {
|
|
118
|
+
@inline(__always)
|
|
119
|
+
get {
|
|
120
|
+
return { () -> bridge.std__optional_std__string_ in
|
|
121
|
+
if let __unwrappedValue = self.__implementation.videoPipeId {
|
|
122
|
+
return bridge.create_std__optional_std__string_(std.string(__unwrappedValue))
|
|
123
|
+
} else {
|
|
124
|
+
return .init()
|
|
125
|
+
}
|
|
126
|
+
}()
|
|
127
|
+
}
|
|
128
|
+
@inline(__always)
|
|
129
|
+
set {
|
|
130
|
+
self.__implementation.videoPipeId = { () -> String? in
|
|
131
|
+
if bridge.has_value_std__optional_std__string_(newValue) {
|
|
132
|
+
let __unwrapped = bridge.get_std__optional_std__string_(newValue)
|
|
133
|
+
return String(__unwrapped)
|
|
134
|
+
} else {
|
|
135
|
+
return nil
|
|
136
|
+
}
|
|
137
|
+
}()
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
public final var audioPipeId: bridge.std__optional_std__string_ {
|
|
142
|
+
@inline(__always)
|
|
143
|
+
get {
|
|
144
|
+
return { () -> bridge.std__optional_std__string_ in
|
|
145
|
+
if let __unwrappedValue = self.__implementation.audioPipeId {
|
|
146
|
+
return bridge.create_std__optional_std__string_(std.string(__unwrappedValue))
|
|
147
|
+
} else {
|
|
148
|
+
return .init()
|
|
149
|
+
}
|
|
150
|
+
}()
|
|
151
|
+
}
|
|
152
|
+
@inline(__always)
|
|
153
|
+
set {
|
|
154
|
+
self.__implementation.audioPipeId = { () -> String? in
|
|
155
|
+
if bridge.has_value_std__optional_std__string_(newValue) {
|
|
156
|
+
let __unwrapped = bridge.get_std__optional_std__string_(newValue)
|
|
157
|
+
return String(__unwrapped)
|
|
158
|
+
} else {
|
|
159
|
+
return nil
|
|
160
|
+
}
|
|
161
|
+
}()
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
// Methods
|
|
166
|
+
public final func getView() -> UnsafeMutableRawPointer {
|
|
167
|
+
return Unmanaged.passRetained(__implementation.view).toOpaque()
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
public final func beforeUpdate() {
|
|
171
|
+
__implementation.beforeUpdate()
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
public final func afterUpdate() {
|
|
175
|
+
__implementation.afterUpdate()
|
|
176
|
+
}
|
|
177
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// Event.hpp
|
|
3
|
+
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
|
+
/// https://github.com/mrousavy/nitro
|
|
5
|
+
/// Copyright © 2025 Marc Rousavy @ Margelo
|
|
6
|
+
///
|
|
7
|
+
|
|
8
|
+
#pragma once
|
|
9
|
+
|
|
10
|
+
#if __has_include(<NitroModules/JSIConverter.hpp>)
|
|
11
|
+
#include <NitroModules/JSIConverter.hpp>
|
|
12
|
+
#else
|
|
13
|
+
#error NitroModules cannot be found! Are you sure you installed NitroModules properly?
|
|
14
|
+
#endif
|
|
15
|
+
#if __has_include(<NitroModules/NitroDefines.hpp>)
|
|
16
|
+
#include <NitroModules/NitroDefines.hpp>
|
|
17
|
+
#else
|
|
18
|
+
#error NitroModules cannot be found! Are you sure you installed NitroModules properly?
|
|
19
|
+
#endif
|
|
20
|
+
#if __has_include(<NitroModules/JSIHelpers.hpp>)
|
|
21
|
+
#include <NitroModules/JSIHelpers.hpp>
|
|
22
|
+
#else
|
|
23
|
+
#error NitroModules cannot be found! Are you sure you installed NitroModules properly?
|
|
24
|
+
#endif
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
namespace margelo::nitro::webrtc {
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* A struct which can be represented as a JavaScript object (Event).
|
|
34
|
+
*/
|
|
35
|
+
struct Event {
|
|
36
|
+
public:
|
|
37
|
+
double NONE SWIFT_PRIVATE;
|
|
38
|
+
|
|
39
|
+
public:
|
|
40
|
+
Event() = default;
|
|
41
|
+
explicit Event(double NONE): NONE(NONE) {}
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
} // namespace margelo::nitro::webrtc
|
|
45
|
+
|
|
46
|
+
namespace margelo::nitro {
|
|
47
|
+
|
|
48
|
+
// C++ Event <> JS Event (object)
|
|
49
|
+
template <>
|
|
50
|
+
struct JSIConverter<margelo::nitro::webrtc::Event> final {
|
|
51
|
+
static inline margelo::nitro::webrtc::Event fromJSI(jsi::Runtime& runtime, const jsi::Value& arg) {
|
|
52
|
+
jsi::Object obj = arg.asObject(runtime);
|
|
53
|
+
return margelo::nitro::webrtc::Event(
|
|
54
|
+
JSIConverter<double>::fromJSI(runtime, obj.getProperty(runtime, "NONE"))
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
static inline jsi::Value toJSI(jsi::Runtime& runtime, const margelo::nitro::webrtc::Event& arg) {
|
|
58
|
+
jsi::Object obj(runtime);
|
|
59
|
+
obj.setProperty(runtime, "NONE", JSIConverter<double>::toJSI(runtime, arg.NONE));
|
|
60
|
+
return obj;
|
|
61
|
+
}
|
|
62
|
+
static inline bool canConvert(jsi::Runtime& runtime, const jsi::Value& value) {
|
|
63
|
+
if (!value.isObject()) {
|
|
64
|
+
return false;
|
|
65
|
+
}
|
|
66
|
+
jsi::Object obj = value.getObject(runtime);
|
|
67
|
+
if (!nitro::isPlainObject(runtime, obj)) {
|
|
68
|
+
return false;
|
|
69
|
+
}
|
|
70
|
+
if (!JSIConverter<double>::canConvert(runtime, obj.getProperty(runtime, "NONE"))) return false;
|
|
71
|
+
return true;
|
|
72
|
+
}
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
} // namespace margelo::nitro
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// HybridCameraSpec.cpp
|
|
3
|
+
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
|
+
/// https://github.com/mrousavy/nitro
|
|
5
|
+
/// Copyright © 2025 Marc Rousavy @ Margelo
|
|
6
|
+
///
|
|
7
|
+
|
|
8
|
+
#include "HybridCameraSpec.hpp"
|
|
9
|
+
|
|
10
|
+
namespace margelo::nitro::webrtc {
|
|
11
|
+
|
|
12
|
+
void HybridCameraSpec::loadHybridMethods() {
|
|
13
|
+
// load base methods/properties
|
|
14
|
+
HybridObject::loadHybridMethods();
|
|
15
|
+
// load custom methods/properties
|
|
16
|
+
registerHybrids(this, [](Prototype& prototype) {
|
|
17
|
+
prototype.registerHybridMethod("open", &HybridCameraSpec::open);
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
} // namespace margelo::nitro::webrtc
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// HybridCameraSpec.hpp
|
|
3
|
+
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
|
+
/// https://github.com/mrousavy/nitro
|
|
5
|
+
/// Copyright © 2025 Marc Rousavy @ Margelo
|
|
6
|
+
///
|
|
7
|
+
|
|
8
|
+
#pragma once
|
|
9
|
+
|
|
10
|
+
#if __has_include(<NitroModules/HybridObject.hpp>)
|
|
11
|
+
#include <NitroModules/HybridObject.hpp>
|
|
12
|
+
#else
|
|
13
|
+
#error NitroModules cannot be found! Are you sure you installed NitroModules properly?
|
|
14
|
+
#endif
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
#include <NitroModules/Promise.hpp>
|
|
19
|
+
#include <string>
|
|
20
|
+
|
|
21
|
+
namespace margelo::nitro::webrtc {
|
|
22
|
+
|
|
23
|
+
using namespace margelo::nitro;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* An abstract base class for `Camera`
|
|
27
|
+
* Inherit this class to create instances of `HybridCameraSpec` in C++.
|
|
28
|
+
* You must explicitly call `HybridObject`'s constructor yourself, because it is virtual.
|
|
29
|
+
* @example
|
|
30
|
+
* ```cpp
|
|
31
|
+
* class HybridCamera: public HybridCameraSpec {
|
|
32
|
+
* public:
|
|
33
|
+
* HybridCamera(...): HybridObject(TAG) { ... }
|
|
34
|
+
* // ...
|
|
35
|
+
* };
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
class HybridCameraSpec: public virtual HybridObject {
|
|
39
|
+
public:
|
|
40
|
+
// Constructor
|
|
41
|
+
explicit HybridCameraSpec(): HybridObject(TAG) { }
|
|
42
|
+
|
|
43
|
+
// Destructor
|
|
44
|
+
~HybridCameraSpec() override = default;
|
|
45
|
+
|
|
46
|
+
public:
|
|
47
|
+
// Properties
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
public:
|
|
51
|
+
// Methods
|
|
52
|
+
virtual std::shared_ptr<Promise<void>> open(const std::string& pipeId) = 0;
|
|
53
|
+
|
|
54
|
+
protected:
|
|
55
|
+
// Hybrid Setup
|
|
56
|
+
void loadHybridMethods() override;
|
|
57
|
+
|
|
58
|
+
protected:
|
|
59
|
+
// Tag for logging
|
|
60
|
+
static constexpr auto TAG = "Camera";
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
} // namespace margelo::nitro::webrtc
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// HybridMediaDevicesSpec.cpp
|
|
3
|
+
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
|
+
/// https://github.com/mrousavy/nitro
|
|
5
|
+
/// Copyright © 2025 Marc Rousavy @ Margelo
|
|
6
|
+
///
|
|
7
|
+
|
|
8
|
+
#include "HybridMediaDevicesSpec.hpp"
|
|
9
|
+
|
|
10
|
+
namespace margelo::nitro::webrtc {
|
|
11
|
+
|
|
12
|
+
void HybridMediaDevicesSpec::loadHybridMethods() {
|
|
13
|
+
// load base methods/properties
|
|
14
|
+
HybridObject::loadHybridMethods();
|
|
15
|
+
// load custom methods/properties
|
|
16
|
+
registerHybrids(this, [](Prototype& prototype) {
|
|
17
|
+
prototype.registerHybridMethod("getMockMedia", &HybridMediaDevicesSpec::getMockMedia);
|
|
18
|
+
prototype.registerHybridMethod("getUserMedia", &HybridMediaDevicesSpec::getUserMedia);
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
} // namespace margelo::nitro::webrtc
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// HybridMediaDevicesSpec.hpp
|
|
3
|
+
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
|
+
/// https://github.com/mrousavy/nitro
|
|
5
|
+
/// Copyright © 2025 Marc Rousavy @ Margelo
|
|
6
|
+
///
|
|
7
|
+
|
|
8
|
+
#pragma once
|
|
9
|
+
|
|
10
|
+
#if __has_include(<NitroModules/HybridObject.hpp>)
|
|
11
|
+
#include <NitroModules/HybridObject.hpp>
|
|
12
|
+
#else
|
|
13
|
+
#error NitroModules cannot be found! Are you sure you installed NitroModules properly?
|
|
14
|
+
#endif
|
|
15
|
+
|
|
16
|
+
// Forward declaration of `HybridMediaStreamSpec` to properly resolve imports.
|
|
17
|
+
namespace margelo::nitro::webrtc { class HybridMediaStreamSpec; }
|
|
18
|
+
// Forward declaration of `MediaStreamConstraints` to properly resolve imports.
|
|
19
|
+
namespace margelo::nitro::webrtc { struct MediaStreamConstraints; }
|
|
20
|
+
|
|
21
|
+
#include <memory>
|
|
22
|
+
#include "HybridMediaStreamSpec.hpp"
|
|
23
|
+
#include <NitroModules/Promise.hpp>
|
|
24
|
+
#include "MediaStreamConstraints.hpp"
|
|
25
|
+
|
|
26
|
+
namespace margelo::nitro::webrtc {
|
|
27
|
+
|
|
28
|
+
using namespace margelo::nitro;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* An abstract base class for `MediaDevices`
|
|
32
|
+
* Inherit this class to create instances of `HybridMediaDevicesSpec` in C++.
|
|
33
|
+
* You must explicitly call `HybridObject`'s constructor yourself, because it is virtual.
|
|
34
|
+
* @example
|
|
35
|
+
* ```cpp
|
|
36
|
+
* class HybridMediaDevices: public HybridMediaDevicesSpec {
|
|
37
|
+
* public:
|
|
38
|
+
* HybridMediaDevices(...): HybridObject(TAG) { ... }
|
|
39
|
+
* // ...
|
|
40
|
+
* };
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
class HybridMediaDevicesSpec: public virtual HybridObject {
|
|
44
|
+
public:
|
|
45
|
+
// Constructor
|
|
46
|
+
explicit HybridMediaDevicesSpec(): HybridObject(TAG) { }
|
|
47
|
+
|
|
48
|
+
// Destructor
|
|
49
|
+
~HybridMediaDevicesSpec() override = default;
|
|
50
|
+
|
|
51
|
+
public:
|
|
52
|
+
// Properties
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
public:
|
|
56
|
+
// Methods
|
|
57
|
+
virtual std::shared_ptr<Promise<std::shared_ptr<HybridMediaStreamSpec>>> getMockMedia(const MediaStreamConstraints& constraints) = 0;
|
|
58
|
+
virtual std::shared_ptr<Promise<std::shared_ptr<HybridMediaStreamSpec>>> getUserMedia(const MediaStreamConstraints& constraints) = 0;
|
|
59
|
+
|
|
60
|
+
protected:
|
|
61
|
+
// Hybrid Setup
|
|
62
|
+
void loadHybridMethods() override;
|
|
63
|
+
|
|
64
|
+
protected:
|
|
65
|
+
// Tag for logging
|
|
66
|
+
static constexpr auto TAG = "MediaDevices";
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
} // namespace margelo::nitro::webrtc
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// HybridMediaStreamSpec.cpp
|
|
3
|
+
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
4
|
+
/// https://github.com/mrousavy/nitro
|
|
5
|
+
/// Copyright © 2025 Marc Rousavy @ Margelo
|
|
6
|
+
///
|
|
7
|
+
|
|
8
|
+
#include "HybridMediaStreamSpec.hpp"
|
|
9
|
+
|
|
10
|
+
namespace margelo::nitro::webrtc {
|
|
11
|
+
|
|
12
|
+
void HybridMediaStreamSpec::loadHybridMethods() {
|
|
13
|
+
// load base methods/properties
|
|
14
|
+
HybridObject::loadHybridMethods();
|
|
15
|
+
// load custom methods/properties
|
|
16
|
+
registerHybrids(this, [](Prototype& prototype) {
|
|
17
|
+
prototype.registerHybridGetter("id", &HybridMediaStreamSpec::getId);
|
|
18
|
+
prototype.registerHybridMethod("getTracks", &HybridMediaStreamSpec::getTracks);
|
|
19
|
+
prototype.registerHybridMethod("addTrack", &HybridMediaStreamSpec::addTrack);
|
|
20
|
+
prototype.registerHybridMethod("removeTrack", &HybridMediaStreamSpec::removeTrack);
|
|
21
|
+
prototype.registerHybridMethod("getAudioTracks", &HybridMediaStreamSpec::getAudioTracks);
|
|
22
|
+
prototype.registerHybridMethod("getVideoTracks", &HybridMediaStreamSpec::getVideoTracks);
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
} // namespace margelo::nitro::webrtc
|