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.
Files changed (1270) hide show
  1. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/ac3_parser.h +36 -0
  2. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/adts_parser.h +37 -0
  3. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/avcodec.h +3128 -0
  4. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/avdct.h +88 -0
  5. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/avfft.h +149 -0
  6. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/bsf.h +332 -0
  7. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/codec.h +382 -0
  8. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/codec_desc.h +134 -0
  9. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/codec_id.h +669 -0
  10. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/codec_par.h +248 -0
  11. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/d3d11va.h +109 -0
  12. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/defs.h +337 -0
  13. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/dirac.h +135 -0
  14. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/dv_profile.h +82 -0
  15. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/dxva2.h +90 -0
  16. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/jni.h +67 -0
  17. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/mediacodec.h +103 -0
  18. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/packet.h +887 -0
  19. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/qsv.h +109 -0
  20. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/vdpau.h +171 -0
  21. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/version.h +45 -0
  22. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/version_major.h +52 -0
  23. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/videotoolbox.h +85 -0
  24. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavcodec/vorbis_parser.h +74 -0
  25. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavformat/avformat.h +3107 -0
  26. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavformat/avio.h +831 -0
  27. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavformat/version.h +47 -0
  28. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavformat/version_major.h +54 -0
  29. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/adler32.h +63 -0
  30. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/aes.h +69 -0
  31. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/aes_ctr.h +99 -0
  32. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/ambient_viewing_environment.h +72 -0
  33. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/attributes.h +173 -0
  34. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/audio_fifo.h +187 -0
  35. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/avassert.h +78 -0
  36. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/avconfig.h +6 -0
  37. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/avstring.h +428 -0
  38. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/avutil.h +362 -0
  39. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/base64.h +72 -0
  40. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/blowfish.h +82 -0
  41. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/bprint.h +254 -0
  42. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/bswap.h +105 -0
  43. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/buffer.h +322 -0
  44. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/camellia.h +70 -0
  45. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/cast5.h +80 -0
  46. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/channel_layout.h +751 -0
  47. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/common.h +589 -0
  48. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/cpu.h +145 -0
  49. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/crc.h +102 -0
  50. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/csp.h +150 -0
  51. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/des.h +81 -0
  52. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/detection_bbox.h +108 -0
  53. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/dict.h +241 -0
  54. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/display.h +109 -0
  55. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/dovi_meta.h +396 -0
  56. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/downmix_info.h +115 -0
  57. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/encryption_info.h +205 -0
  58. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/error.h +129 -0
  59. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/eval.h +140 -0
  60. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/executor.h +67 -0
  61. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/ffversion.h +5 -0
  62. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/fifo.h +242 -0
  63. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/file.h +62 -0
  64. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/film_grain_params.h +322 -0
  65. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/frame.h +1175 -0
  66. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hash.h +264 -0
  67. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hdr_dynamic_metadata.h +376 -0
  68. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
  69. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hmac.h +99 -0
  70. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext.h +598 -0
  71. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_cuda.h +74 -0
  72. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_d3d11va.h +178 -0
  73. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_d3d12va.h +142 -0
  74. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_drm.h +169 -0
  75. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_dxva2.h +75 -0
  76. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_mediacodec.h +61 -0
  77. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_opencl.h +100 -0
  78. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_qsv.h +87 -0
  79. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_vaapi.h +117 -0
  80. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_vdpau.h +44 -0
  81. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_videotoolbox.h +106 -0
  82. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/hwcontext_vulkan.h +382 -0
  83. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/iamf.h +690 -0
  84. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/imgutils.h +377 -0
  85. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/intfloat.h +77 -0
  86. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/intreadwrite.h +677 -0
  87. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/lfg.h +81 -0
  88. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/log.h +387 -0
  89. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/lzo.h +66 -0
  90. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/macros.h +80 -0
  91. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/mastering_display_metadata.h +137 -0
  92. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/mathematics.h +300 -0
  93. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/md5.h +89 -0
  94. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/mem.h +607 -0
  95. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/motion_vector.h +57 -0
  96. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/murmur3.h +115 -0
  97. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/opt.h +1187 -0
  98. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/parseutils.h +197 -0
  99. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/pixdesc.h +440 -0
  100. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/pixelutils.h +51 -0
  101. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/pixfmt.h +716 -0
  102. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/random_seed.h +57 -0
  103. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/rational.h +225 -0
  104. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/rc4.h +69 -0
  105. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/replaygain.h +50 -0
  106. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/ripemd.h +83 -0
  107. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/samplefmt.h +269 -0
  108. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/sha.h +90 -0
  109. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/sha512.h +92 -0
  110. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/spherical.h +243 -0
  111. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/stereo3d.h +325 -0
  112. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/tea.h +71 -0
  113. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/threadmessage.h +115 -0
  114. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/time.h +56 -0
  115. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/timecode.h +199 -0
  116. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/timestamp.h +85 -0
  117. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/tree.h +137 -0
  118. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/twofish.h +70 -0
  119. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/tx.h +210 -0
  120. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/uuid.h +146 -0
  121. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/version.h +124 -0
  122. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/video_enc_params.h +171 -0
  123. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/video_hint.h +107 -0
  124. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libavutil/xtea.h +94 -0
  125. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswresample/swresample.h +587 -0
  126. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswresample/version.h +46 -0
  127. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswresample/version_major.h +31 -0
  128. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswscale/swscale.h +460 -0
  129. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswscale/version.h +44 -0
  130. package/3rdparty/output/android/ffmpeg/arm64-v8a/include/libswscale/version_major.h +35 -0
  131. package/3rdparty/output/android/ffmpeg/arm64-v8a/lib/libavcodec.so +0 -0
  132. package/3rdparty/output/android/ffmpeg/arm64-v8a/lib/libavformat.so +0 -0
  133. package/3rdparty/output/android/ffmpeg/arm64-v8a/lib/libavutil.so +0 -0
  134. package/3rdparty/output/android/ffmpeg/arm64-v8a/lib/libswresample.so +0 -0
  135. package/3rdparty/output/android/ffmpeg/arm64-v8a/lib/libswscale.so +0 -0
  136. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/ac3_parser.h +36 -0
  137. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/adts_parser.h +37 -0
  138. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/avcodec.h +3128 -0
  139. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/avdct.h +88 -0
  140. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/avfft.h +149 -0
  141. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/bsf.h +332 -0
  142. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/codec.h +382 -0
  143. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/codec_desc.h +134 -0
  144. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/codec_id.h +669 -0
  145. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/codec_par.h +248 -0
  146. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/d3d11va.h +109 -0
  147. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/defs.h +337 -0
  148. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/dirac.h +135 -0
  149. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/dv_profile.h +82 -0
  150. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/dxva2.h +90 -0
  151. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/jni.h +67 -0
  152. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/mediacodec.h +103 -0
  153. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/packet.h +887 -0
  154. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/qsv.h +109 -0
  155. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/vdpau.h +171 -0
  156. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/version.h +45 -0
  157. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/version_major.h +52 -0
  158. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/videotoolbox.h +85 -0
  159. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavcodec/vorbis_parser.h +74 -0
  160. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavformat/avformat.h +3107 -0
  161. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavformat/avio.h +831 -0
  162. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavformat/version.h +47 -0
  163. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavformat/version_major.h +54 -0
  164. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/adler32.h +63 -0
  165. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/aes.h +69 -0
  166. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/aes_ctr.h +99 -0
  167. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/ambient_viewing_environment.h +72 -0
  168. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/attributes.h +173 -0
  169. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/audio_fifo.h +187 -0
  170. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/avassert.h +78 -0
  171. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/avconfig.h +6 -0
  172. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/avstring.h +428 -0
  173. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/avutil.h +362 -0
  174. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/base64.h +72 -0
  175. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/blowfish.h +82 -0
  176. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/bprint.h +254 -0
  177. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/bswap.h +105 -0
  178. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/buffer.h +322 -0
  179. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/camellia.h +70 -0
  180. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/cast5.h +80 -0
  181. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/channel_layout.h +751 -0
  182. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/common.h +589 -0
  183. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/cpu.h +145 -0
  184. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/crc.h +102 -0
  185. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/csp.h +150 -0
  186. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/des.h +81 -0
  187. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/detection_bbox.h +108 -0
  188. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/dict.h +241 -0
  189. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/display.h +109 -0
  190. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/dovi_meta.h +396 -0
  191. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/downmix_info.h +115 -0
  192. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/encryption_info.h +205 -0
  193. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/error.h +129 -0
  194. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/eval.h +140 -0
  195. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/executor.h +67 -0
  196. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/ffversion.h +5 -0
  197. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/fifo.h +242 -0
  198. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/file.h +62 -0
  199. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/film_grain_params.h +322 -0
  200. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/frame.h +1175 -0
  201. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hash.h +264 -0
  202. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hdr_dynamic_metadata.h +376 -0
  203. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
  204. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hmac.h +99 -0
  205. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext.h +598 -0
  206. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_cuda.h +74 -0
  207. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_d3d11va.h +178 -0
  208. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_d3d12va.h +142 -0
  209. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_drm.h +169 -0
  210. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_dxva2.h +75 -0
  211. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_mediacodec.h +61 -0
  212. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_opencl.h +100 -0
  213. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_qsv.h +87 -0
  214. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_vaapi.h +117 -0
  215. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_vdpau.h +44 -0
  216. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_videotoolbox.h +106 -0
  217. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/hwcontext_vulkan.h +382 -0
  218. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/iamf.h +690 -0
  219. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/imgutils.h +377 -0
  220. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/intfloat.h +77 -0
  221. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/intreadwrite.h +677 -0
  222. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/lfg.h +81 -0
  223. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/log.h +387 -0
  224. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/lzo.h +66 -0
  225. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/macros.h +80 -0
  226. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/mastering_display_metadata.h +137 -0
  227. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/mathematics.h +300 -0
  228. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/md5.h +89 -0
  229. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/mem.h +607 -0
  230. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/motion_vector.h +57 -0
  231. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/murmur3.h +115 -0
  232. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/opt.h +1187 -0
  233. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/parseutils.h +197 -0
  234. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/pixdesc.h +440 -0
  235. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/pixelutils.h +51 -0
  236. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/pixfmt.h +716 -0
  237. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/random_seed.h +57 -0
  238. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/rational.h +225 -0
  239. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/rc4.h +69 -0
  240. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/replaygain.h +50 -0
  241. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/ripemd.h +83 -0
  242. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/samplefmt.h +269 -0
  243. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/sha.h +90 -0
  244. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/sha512.h +92 -0
  245. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/spherical.h +243 -0
  246. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/stereo3d.h +325 -0
  247. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/tea.h +71 -0
  248. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/threadmessage.h +115 -0
  249. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/time.h +56 -0
  250. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/timecode.h +199 -0
  251. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/timestamp.h +85 -0
  252. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/tree.h +137 -0
  253. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/twofish.h +70 -0
  254. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/tx.h +210 -0
  255. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/uuid.h +146 -0
  256. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/version.h +124 -0
  257. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/video_enc_params.h +171 -0
  258. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/video_hint.h +107 -0
  259. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libavutil/xtea.h +94 -0
  260. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswresample/swresample.h +587 -0
  261. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswresample/version.h +46 -0
  262. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswresample/version_major.h +31 -0
  263. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswscale/swscale.h +460 -0
  264. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswscale/version.h +44 -0
  265. package/3rdparty/output/android/ffmpeg/armeabi-v7a/include/libswscale/version_major.h +35 -0
  266. package/3rdparty/output/android/ffmpeg/armeabi-v7a/lib/libavcodec.so +0 -0
  267. package/3rdparty/output/android/ffmpeg/armeabi-v7a/lib/libavformat.so +0 -0
  268. package/3rdparty/output/android/ffmpeg/armeabi-v7a/lib/libavutil.so +0 -0
  269. package/3rdparty/output/android/ffmpeg/armeabi-v7a/lib/libswresample.so +0 -0
  270. package/3rdparty/output/android/ffmpeg/armeabi-v7a/lib/libswscale.so +0 -0
  271. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/ac3_parser.h +36 -0
  272. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/adts_parser.h +37 -0
  273. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/avcodec.h +3128 -0
  274. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/avdct.h +88 -0
  275. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/avfft.h +149 -0
  276. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/bsf.h +332 -0
  277. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/codec.h +382 -0
  278. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/codec_desc.h +134 -0
  279. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/codec_id.h +669 -0
  280. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/codec_par.h +248 -0
  281. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/d3d11va.h +109 -0
  282. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/defs.h +337 -0
  283. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/dirac.h +135 -0
  284. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/dv_profile.h +82 -0
  285. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/dxva2.h +90 -0
  286. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/jni.h +67 -0
  287. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/mediacodec.h +103 -0
  288. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/packet.h +887 -0
  289. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/qsv.h +109 -0
  290. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/vdpau.h +171 -0
  291. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/version.h +45 -0
  292. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/version_major.h +52 -0
  293. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/videotoolbox.h +85 -0
  294. package/3rdparty/output/android/ffmpeg/x86/include/libavcodec/vorbis_parser.h +74 -0
  295. package/3rdparty/output/android/ffmpeg/x86/include/libavformat/avformat.h +3107 -0
  296. package/3rdparty/output/android/ffmpeg/x86/include/libavformat/avio.h +831 -0
  297. package/3rdparty/output/android/ffmpeg/x86/include/libavformat/version.h +47 -0
  298. package/3rdparty/output/android/ffmpeg/x86/include/libavformat/version_major.h +54 -0
  299. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/adler32.h +63 -0
  300. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/aes.h +69 -0
  301. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/aes_ctr.h +99 -0
  302. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/ambient_viewing_environment.h +72 -0
  303. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/attributes.h +173 -0
  304. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/audio_fifo.h +187 -0
  305. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/avassert.h +78 -0
  306. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/avconfig.h +6 -0
  307. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/avstring.h +428 -0
  308. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/avutil.h +362 -0
  309. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/base64.h +72 -0
  310. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/blowfish.h +82 -0
  311. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/bprint.h +254 -0
  312. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/bswap.h +105 -0
  313. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/buffer.h +322 -0
  314. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/camellia.h +70 -0
  315. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/cast5.h +80 -0
  316. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/channel_layout.h +751 -0
  317. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/common.h +589 -0
  318. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/cpu.h +145 -0
  319. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/crc.h +102 -0
  320. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/csp.h +150 -0
  321. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/des.h +81 -0
  322. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/detection_bbox.h +108 -0
  323. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/dict.h +241 -0
  324. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/display.h +109 -0
  325. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/dovi_meta.h +396 -0
  326. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/downmix_info.h +115 -0
  327. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/encryption_info.h +205 -0
  328. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/error.h +129 -0
  329. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/eval.h +140 -0
  330. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/executor.h +67 -0
  331. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/ffversion.h +5 -0
  332. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/fifo.h +242 -0
  333. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/file.h +62 -0
  334. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/film_grain_params.h +322 -0
  335. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/frame.h +1175 -0
  336. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hash.h +264 -0
  337. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hdr_dynamic_metadata.h +376 -0
  338. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
  339. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hmac.h +99 -0
  340. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext.h +598 -0
  341. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_cuda.h +74 -0
  342. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_d3d11va.h +178 -0
  343. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_d3d12va.h +142 -0
  344. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_drm.h +169 -0
  345. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_dxva2.h +75 -0
  346. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_mediacodec.h +61 -0
  347. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_opencl.h +100 -0
  348. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_qsv.h +87 -0
  349. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_vaapi.h +117 -0
  350. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_vdpau.h +44 -0
  351. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_videotoolbox.h +106 -0
  352. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/hwcontext_vulkan.h +382 -0
  353. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/iamf.h +690 -0
  354. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/imgutils.h +377 -0
  355. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/intfloat.h +77 -0
  356. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/intreadwrite.h +677 -0
  357. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/lfg.h +81 -0
  358. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/log.h +387 -0
  359. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/lzo.h +66 -0
  360. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/macros.h +80 -0
  361. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/mastering_display_metadata.h +137 -0
  362. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/mathematics.h +300 -0
  363. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/md5.h +89 -0
  364. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/mem.h +607 -0
  365. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/motion_vector.h +57 -0
  366. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/murmur3.h +115 -0
  367. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/opt.h +1187 -0
  368. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/parseutils.h +197 -0
  369. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/pixdesc.h +440 -0
  370. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/pixelutils.h +51 -0
  371. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/pixfmt.h +716 -0
  372. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/random_seed.h +57 -0
  373. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/rational.h +225 -0
  374. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/rc4.h +69 -0
  375. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/replaygain.h +50 -0
  376. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/ripemd.h +83 -0
  377. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/samplefmt.h +269 -0
  378. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/sha.h +90 -0
  379. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/sha512.h +92 -0
  380. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/spherical.h +243 -0
  381. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/stereo3d.h +325 -0
  382. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/tea.h +71 -0
  383. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/threadmessage.h +115 -0
  384. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/time.h +56 -0
  385. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/timecode.h +199 -0
  386. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/timestamp.h +85 -0
  387. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/tree.h +137 -0
  388. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/twofish.h +70 -0
  389. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/tx.h +210 -0
  390. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/uuid.h +146 -0
  391. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/version.h +124 -0
  392. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/video_enc_params.h +171 -0
  393. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/video_hint.h +107 -0
  394. package/3rdparty/output/android/ffmpeg/x86/include/libavutil/xtea.h +94 -0
  395. package/3rdparty/output/android/ffmpeg/x86/include/libswresample/swresample.h +587 -0
  396. package/3rdparty/output/android/ffmpeg/x86/include/libswresample/version.h +46 -0
  397. package/3rdparty/output/android/ffmpeg/x86/include/libswresample/version_major.h +31 -0
  398. package/3rdparty/output/android/ffmpeg/x86/include/libswscale/swscale.h +460 -0
  399. package/3rdparty/output/android/ffmpeg/x86/include/libswscale/version.h +44 -0
  400. package/3rdparty/output/android/ffmpeg/x86/include/libswscale/version_major.h +35 -0
  401. package/3rdparty/output/android/ffmpeg/x86/lib/libavcodec.so +0 -0
  402. package/3rdparty/output/android/ffmpeg/x86/lib/libavformat.so +0 -0
  403. package/3rdparty/output/android/ffmpeg/x86/lib/libavutil.so +0 -0
  404. package/3rdparty/output/android/ffmpeg/x86/lib/libswresample.so +0 -0
  405. package/3rdparty/output/android/ffmpeg/x86/lib/libswscale.so +0 -0
  406. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/ac3_parser.h +36 -0
  407. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/adts_parser.h +37 -0
  408. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/avcodec.h +3128 -0
  409. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/avdct.h +88 -0
  410. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/avfft.h +149 -0
  411. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/bsf.h +332 -0
  412. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/codec.h +382 -0
  413. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/codec_desc.h +134 -0
  414. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/codec_id.h +669 -0
  415. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/codec_par.h +248 -0
  416. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/d3d11va.h +109 -0
  417. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/defs.h +337 -0
  418. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/dirac.h +135 -0
  419. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/dv_profile.h +82 -0
  420. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/dxva2.h +90 -0
  421. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/jni.h +67 -0
  422. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/mediacodec.h +103 -0
  423. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/packet.h +887 -0
  424. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/qsv.h +109 -0
  425. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/vdpau.h +171 -0
  426. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/version.h +45 -0
  427. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/version_major.h +52 -0
  428. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/videotoolbox.h +85 -0
  429. package/3rdparty/output/android/ffmpeg/x86_64/include/libavcodec/vorbis_parser.h +74 -0
  430. package/3rdparty/output/android/ffmpeg/x86_64/include/libavformat/avformat.h +3107 -0
  431. package/3rdparty/output/android/ffmpeg/x86_64/include/libavformat/avio.h +831 -0
  432. package/3rdparty/output/android/ffmpeg/x86_64/include/libavformat/version.h +47 -0
  433. package/3rdparty/output/android/ffmpeg/x86_64/include/libavformat/version_major.h +54 -0
  434. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/adler32.h +63 -0
  435. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/aes.h +69 -0
  436. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/aes_ctr.h +99 -0
  437. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/ambient_viewing_environment.h +72 -0
  438. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/attributes.h +173 -0
  439. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/audio_fifo.h +187 -0
  440. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/avassert.h +78 -0
  441. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/avconfig.h +6 -0
  442. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/avstring.h +428 -0
  443. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/avutil.h +362 -0
  444. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/base64.h +72 -0
  445. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/blowfish.h +82 -0
  446. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/bprint.h +254 -0
  447. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/bswap.h +105 -0
  448. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/buffer.h +322 -0
  449. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/camellia.h +70 -0
  450. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/cast5.h +80 -0
  451. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/channel_layout.h +751 -0
  452. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/common.h +589 -0
  453. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/cpu.h +145 -0
  454. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/crc.h +102 -0
  455. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/csp.h +150 -0
  456. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/des.h +81 -0
  457. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/detection_bbox.h +108 -0
  458. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/dict.h +241 -0
  459. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/display.h +109 -0
  460. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/dovi_meta.h +396 -0
  461. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/downmix_info.h +115 -0
  462. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/encryption_info.h +205 -0
  463. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/error.h +129 -0
  464. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/eval.h +140 -0
  465. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/executor.h +67 -0
  466. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/ffversion.h +5 -0
  467. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/fifo.h +242 -0
  468. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/file.h +62 -0
  469. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/film_grain_params.h +322 -0
  470. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/frame.h +1175 -0
  471. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hash.h +264 -0
  472. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hdr_dynamic_metadata.h +376 -0
  473. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
  474. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hmac.h +99 -0
  475. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext.h +598 -0
  476. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_cuda.h +74 -0
  477. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_d3d11va.h +178 -0
  478. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_d3d12va.h +142 -0
  479. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_drm.h +169 -0
  480. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_dxva2.h +75 -0
  481. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_mediacodec.h +61 -0
  482. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_opencl.h +100 -0
  483. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_qsv.h +87 -0
  484. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_vaapi.h +117 -0
  485. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_vdpau.h +44 -0
  486. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_videotoolbox.h +106 -0
  487. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/hwcontext_vulkan.h +382 -0
  488. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/iamf.h +690 -0
  489. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/imgutils.h +377 -0
  490. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/intfloat.h +77 -0
  491. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/intreadwrite.h +677 -0
  492. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/lfg.h +81 -0
  493. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/log.h +387 -0
  494. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/lzo.h +66 -0
  495. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/macros.h +80 -0
  496. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/mastering_display_metadata.h +137 -0
  497. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/mathematics.h +300 -0
  498. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/md5.h +89 -0
  499. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/mem.h +607 -0
  500. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/motion_vector.h +57 -0
  501. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/murmur3.h +115 -0
  502. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/opt.h +1187 -0
  503. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/parseutils.h +197 -0
  504. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/pixdesc.h +440 -0
  505. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/pixelutils.h +51 -0
  506. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/pixfmt.h +716 -0
  507. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/random_seed.h +57 -0
  508. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/rational.h +225 -0
  509. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/rc4.h +69 -0
  510. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/replaygain.h +50 -0
  511. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/ripemd.h +83 -0
  512. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/samplefmt.h +269 -0
  513. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/sha.h +90 -0
  514. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/sha512.h +92 -0
  515. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/spherical.h +243 -0
  516. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/stereo3d.h +325 -0
  517. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/tea.h +71 -0
  518. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/threadmessage.h +115 -0
  519. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/time.h +56 -0
  520. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/timecode.h +199 -0
  521. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/timestamp.h +85 -0
  522. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/tree.h +137 -0
  523. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/twofish.h +70 -0
  524. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/tx.h +210 -0
  525. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/uuid.h +146 -0
  526. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/version.h +124 -0
  527. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/video_enc_params.h +171 -0
  528. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/video_hint.h +107 -0
  529. package/3rdparty/output/android/ffmpeg/x86_64/include/libavutil/xtea.h +94 -0
  530. package/3rdparty/output/android/ffmpeg/x86_64/include/libswresample/swresample.h +587 -0
  531. package/3rdparty/output/android/ffmpeg/x86_64/include/libswresample/version.h +46 -0
  532. package/3rdparty/output/android/ffmpeg/x86_64/include/libswresample/version_major.h +31 -0
  533. package/3rdparty/output/android/ffmpeg/x86_64/include/libswscale/swscale.h +460 -0
  534. package/3rdparty/output/android/ffmpeg/x86_64/include/libswscale/version.h +44 -0
  535. package/3rdparty/output/android/ffmpeg/x86_64/include/libswscale/version_major.h +35 -0
  536. package/3rdparty/output/android/ffmpeg/x86_64/lib/libavcodec.so +0 -0
  537. package/3rdparty/output/android/ffmpeg/x86_64/lib/libavformat.so +0 -0
  538. package/3rdparty/output/android/ffmpeg/x86_64/lib/libavutil.so +0 -0
  539. package/3rdparty/output/android/ffmpeg/x86_64/lib/libswresample.so +0 -0
  540. package/3rdparty/output/android/ffmpeg/x86_64/lib/libswscale.so +0 -0
  541. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/av1rtppacketizer.hpp +57 -0
  542. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/candidate.hpp +77 -0
  543. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/channel.hpp +61 -0
  544. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/common.hpp +85 -0
  545. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/configuration.hpp +129 -0
  546. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/datachannel.hpp +80 -0
  547. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/dependencydescriptor.hpp +107 -0
  548. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/description.hpp +328 -0
  549. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/frameinfo.hpp +32 -0
  550. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/global.hpp +59 -0
  551. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/h264rtpdepacketizer.hpp +42 -0
  552. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/h264rtppacketizer.hpp +57 -0
  553. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/h265nalunit.hpp +194 -0
  554. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/h265rtpdepacketizer.hpp +45 -0
  555. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/h265rtppacketizer.hpp +55 -0
  556. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/iceudpmuxlistener.hpp +47 -0
  557. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/mediahandler.hpp +58 -0
  558. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/message.hpp +100 -0
  559. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/nalunit.hpp +197 -0
  560. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/pacinghandler.hpp +49 -0
  561. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/peerconnection.hpp +142 -0
  562. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/plihandler.hpp +36 -0
  563. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/reliability.hpp +43 -0
  564. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rembhandler.hpp +35 -0
  565. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtc.h +537 -0
  566. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtc.hpp +48 -0
  567. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtcpnackresponder.hpp +76 -0
  568. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtcpreceivingsession.hpp +54 -0
  569. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtcpsrreporter.hpp +49 -0
  570. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtp.hpp +367 -0
  571. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtpdepacketizer.hpp +79 -0
  572. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtppacketizationconfig.hpp +112 -0
  573. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/rtppacketizer.hpp +105 -0
  574. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/track.hpp +65 -0
  575. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/utils.hpp +159 -0
  576. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/version.h +9 -0
  577. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/websocket.hpp +67 -0
  578. package/3rdparty/output/android/libdatachannel/arm64-v8a/include/rtc/websocketserver.hpp +48 -0
  579. package/3rdparty/output/android/libdatachannel/arm64-v8a/lib/libdatachannel.so +0 -0
  580. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/av1rtppacketizer.hpp +57 -0
  581. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/candidate.hpp +77 -0
  582. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/channel.hpp +61 -0
  583. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/common.hpp +85 -0
  584. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/configuration.hpp +129 -0
  585. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/datachannel.hpp +80 -0
  586. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/dependencydescriptor.hpp +107 -0
  587. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/description.hpp +328 -0
  588. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/frameinfo.hpp +32 -0
  589. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/global.hpp +59 -0
  590. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/h264rtpdepacketizer.hpp +42 -0
  591. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/h264rtppacketizer.hpp +57 -0
  592. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/h265nalunit.hpp +194 -0
  593. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/h265rtpdepacketizer.hpp +45 -0
  594. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/h265rtppacketizer.hpp +55 -0
  595. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/iceudpmuxlistener.hpp +47 -0
  596. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/mediahandler.hpp +58 -0
  597. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/message.hpp +100 -0
  598. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/nalunit.hpp +197 -0
  599. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/pacinghandler.hpp +49 -0
  600. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/peerconnection.hpp +142 -0
  601. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/plihandler.hpp +36 -0
  602. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/reliability.hpp +43 -0
  603. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rembhandler.hpp +35 -0
  604. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtc.h +537 -0
  605. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtc.hpp +48 -0
  606. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtcpnackresponder.hpp +76 -0
  607. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtcpreceivingsession.hpp +54 -0
  608. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtcpsrreporter.hpp +49 -0
  609. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtp.hpp +367 -0
  610. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtpdepacketizer.hpp +79 -0
  611. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtppacketizationconfig.hpp +112 -0
  612. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/rtppacketizer.hpp +105 -0
  613. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/track.hpp +65 -0
  614. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/utils.hpp +159 -0
  615. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/version.h +9 -0
  616. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/websocket.hpp +67 -0
  617. package/3rdparty/output/android/libdatachannel/armeabi-v7a/include/rtc/websocketserver.hpp +48 -0
  618. package/3rdparty/output/android/libdatachannel/armeabi-v7a/lib/libdatachannel.so +0 -0
  619. package/3rdparty/output/android/libdatachannel/x86/include/rtc/av1rtppacketizer.hpp +57 -0
  620. package/3rdparty/output/android/libdatachannel/x86/include/rtc/candidate.hpp +77 -0
  621. package/3rdparty/output/android/libdatachannel/x86/include/rtc/channel.hpp +61 -0
  622. package/3rdparty/output/android/libdatachannel/x86/include/rtc/common.hpp +85 -0
  623. package/3rdparty/output/android/libdatachannel/x86/include/rtc/configuration.hpp +129 -0
  624. package/3rdparty/output/android/libdatachannel/x86/include/rtc/datachannel.hpp +80 -0
  625. package/3rdparty/output/android/libdatachannel/x86/include/rtc/dependencydescriptor.hpp +107 -0
  626. package/3rdparty/output/android/libdatachannel/x86/include/rtc/description.hpp +328 -0
  627. package/3rdparty/output/android/libdatachannel/x86/include/rtc/frameinfo.hpp +32 -0
  628. package/3rdparty/output/android/libdatachannel/x86/include/rtc/global.hpp +59 -0
  629. package/3rdparty/output/android/libdatachannel/x86/include/rtc/h264rtpdepacketizer.hpp +42 -0
  630. package/3rdparty/output/android/libdatachannel/x86/include/rtc/h264rtppacketizer.hpp +57 -0
  631. package/3rdparty/output/android/libdatachannel/x86/include/rtc/h265nalunit.hpp +194 -0
  632. package/3rdparty/output/android/libdatachannel/x86/include/rtc/h265rtpdepacketizer.hpp +45 -0
  633. package/3rdparty/output/android/libdatachannel/x86/include/rtc/h265rtppacketizer.hpp +55 -0
  634. package/3rdparty/output/android/libdatachannel/x86/include/rtc/iceudpmuxlistener.hpp +47 -0
  635. package/3rdparty/output/android/libdatachannel/x86/include/rtc/mediahandler.hpp +58 -0
  636. package/3rdparty/output/android/libdatachannel/x86/include/rtc/message.hpp +100 -0
  637. package/3rdparty/output/android/libdatachannel/x86/include/rtc/nalunit.hpp +197 -0
  638. package/3rdparty/output/android/libdatachannel/x86/include/rtc/pacinghandler.hpp +49 -0
  639. package/3rdparty/output/android/libdatachannel/x86/include/rtc/peerconnection.hpp +142 -0
  640. package/3rdparty/output/android/libdatachannel/x86/include/rtc/plihandler.hpp +36 -0
  641. package/3rdparty/output/android/libdatachannel/x86/include/rtc/reliability.hpp +43 -0
  642. package/3rdparty/output/android/libdatachannel/x86/include/rtc/rembhandler.hpp +35 -0
  643. package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtc.h +537 -0
  644. package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtc.hpp +48 -0
  645. package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtcpnackresponder.hpp +76 -0
  646. package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtcpreceivingsession.hpp +54 -0
  647. package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtcpsrreporter.hpp +49 -0
  648. package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtp.hpp +367 -0
  649. package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtpdepacketizer.hpp +79 -0
  650. package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtppacketizationconfig.hpp +112 -0
  651. package/3rdparty/output/android/libdatachannel/x86/include/rtc/rtppacketizer.hpp +105 -0
  652. package/3rdparty/output/android/libdatachannel/x86/include/rtc/track.hpp +65 -0
  653. package/3rdparty/output/android/libdatachannel/x86/include/rtc/utils.hpp +159 -0
  654. package/3rdparty/output/android/libdatachannel/x86/include/rtc/version.h +9 -0
  655. package/3rdparty/output/android/libdatachannel/x86/include/rtc/websocket.hpp +67 -0
  656. package/3rdparty/output/android/libdatachannel/x86/include/rtc/websocketserver.hpp +48 -0
  657. package/3rdparty/output/android/libdatachannel/x86/lib/libdatachannel.so +0 -0
  658. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/av1rtppacketizer.hpp +57 -0
  659. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/candidate.hpp +77 -0
  660. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/channel.hpp +61 -0
  661. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/common.hpp +85 -0
  662. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/configuration.hpp +129 -0
  663. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/datachannel.hpp +80 -0
  664. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/dependencydescriptor.hpp +107 -0
  665. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/description.hpp +328 -0
  666. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/frameinfo.hpp +32 -0
  667. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/global.hpp +59 -0
  668. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/h264rtpdepacketizer.hpp +42 -0
  669. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/h264rtppacketizer.hpp +57 -0
  670. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/h265nalunit.hpp +194 -0
  671. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/h265rtpdepacketizer.hpp +45 -0
  672. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/h265rtppacketizer.hpp +55 -0
  673. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/iceudpmuxlistener.hpp +47 -0
  674. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/mediahandler.hpp +58 -0
  675. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/message.hpp +100 -0
  676. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/nalunit.hpp +197 -0
  677. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/pacinghandler.hpp +49 -0
  678. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/peerconnection.hpp +142 -0
  679. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/plihandler.hpp +36 -0
  680. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/reliability.hpp +43 -0
  681. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rembhandler.hpp +35 -0
  682. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtc.h +537 -0
  683. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtc.hpp +48 -0
  684. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtcpnackresponder.hpp +76 -0
  685. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtcpreceivingsession.hpp +54 -0
  686. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtcpsrreporter.hpp +49 -0
  687. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtp.hpp +367 -0
  688. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtpdepacketizer.hpp +79 -0
  689. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtppacketizationconfig.hpp +112 -0
  690. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/rtppacketizer.hpp +105 -0
  691. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/track.hpp +65 -0
  692. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/utils.hpp +159 -0
  693. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/version.h +9 -0
  694. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/websocket.hpp +67 -0
  695. package/3rdparty/output/android/libdatachannel/x86_64/include/rtc/websocketserver.hpp +48 -0
  696. package/3rdparty/output/android/libdatachannel/x86_64/lib/libdatachannel.so +0 -0
  697. package/3rdparty/output/ios/ffmpeg.xcframework/Info.plist +48 -0
  698. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/ac3_parser.h +36 -0
  699. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/adts_parser.h +37 -0
  700. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/avcodec.h +3128 -0
  701. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/avdct.h +88 -0
  702. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/avfft.h +149 -0
  703. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/bsf.h +332 -0
  704. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/codec.h +382 -0
  705. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/codec_desc.h +134 -0
  706. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/codec_id.h +669 -0
  707. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/codec_par.h +248 -0
  708. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/d3d11va.h +109 -0
  709. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/defs.h +337 -0
  710. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/dirac.h +135 -0
  711. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/dv_profile.h +82 -0
  712. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/dxva2.h +90 -0
  713. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/jni.h +67 -0
  714. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/mediacodec.h +103 -0
  715. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/packet.h +887 -0
  716. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/qsv.h +109 -0
  717. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/vdpau.h +171 -0
  718. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/version.h +45 -0
  719. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/version_major.h +52 -0
  720. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/videotoolbox.h +85 -0
  721. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavcodec/vorbis_parser.h +74 -0
  722. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavformat/avformat.h +3107 -0
  723. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavformat/avio.h +831 -0
  724. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavformat/version.h +47 -0
  725. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavformat/version_major.h +54 -0
  726. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/adler32.h +63 -0
  727. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/aes.h +69 -0
  728. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/aes_ctr.h +99 -0
  729. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/ambient_viewing_environment.h +72 -0
  730. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/attributes.h +173 -0
  731. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/audio_fifo.h +187 -0
  732. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/avassert.h +78 -0
  733. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/avconfig.h +6 -0
  734. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/avstring.h +428 -0
  735. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/avutil.h +362 -0
  736. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/base64.h +72 -0
  737. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/blowfish.h +82 -0
  738. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/bprint.h +254 -0
  739. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/bswap.h +105 -0
  740. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/buffer.h +322 -0
  741. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/camellia.h +70 -0
  742. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/cast5.h +80 -0
  743. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/channel_layout.h +751 -0
  744. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/common.h +589 -0
  745. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/cpu.h +145 -0
  746. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/crc.h +102 -0
  747. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/csp.h +150 -0
  748. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/des.h +81 -0
  749. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/detection_bbox.h +108 -0
  750. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/dict.h +241 -0
  751. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/display.h +109 -0
  752. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/dovi_meta.h +396 -0
  753. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/downmix_info.h +115 -0
  754. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/encryption_info.h +205 -0
  755. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/error.h +129 -0
  756. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/eval.h +140 -0
  757. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/executor.h +67 -0
  758. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/ffversion.h +5 -0
  759. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/fifo.h +242 -0
  760. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/file.h +62 -0
  761. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/film_grain_params.h +322 -0
  762. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/frame.h +1175 -0
  763. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hash.h +264 -0
  764. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hdr_dynamic_metadata.h +376 -0
  765. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
  766. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hmac.h +99 -0
  767. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext.h +598 -0
  768. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_cuda.h +74 -0
  769. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_d3d11va.h +178 -0
  770. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_d3d12va.h +142 -0
  771. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_drm.h +169 -0
  772. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_dxva2.h +75 -0
  773. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_mediacodec.h +61 -0
  774. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_opencl.h +100 -0
  775. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_qsv.h +87 -0
  776. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_vaapi.h +117 -0
  777. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_vdpau.h +44 -0
  778. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_videotoolbox.h +106 -0
  779. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/hwcontext_vulkan.h +382 -0
  780. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/iamf.h +690 -0
  781. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/imgutils.h +377 -0
  782. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/intfloat.h +77 -0
  783. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/intreadwrite.h +677 -0
  784. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/lfg.h +81 -0
  785. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/log.h +387 -0
  786. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/lzo.h +66 -0
  787. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/macros.h +80 -0
  788. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/mastering_display_metadata.h +137 -0
  789. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/mathematics.h +300 -0
  790. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/md5.h +89 -0
  791. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/mem.h +607 -0
  792. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/motion_vector.h +57 -0
  793. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/murmur3.h +115 -0
  794. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/opt.h +1187 -0
  795. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/parseutils.h +197 -0
  796. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/pixdesc.h +440 -0
  797. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/pixelutils.h +51 -0
  798. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/pixfmt.h +716 -0
  799. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/random_seed.h +57 -0
  800. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/rational.h +225 -0
  801. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/rc4.h +69 -0
  802. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/replaygain.h +50 -0
  803. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/ripemd.h +83 -0
  804. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/samplefmt.h +269 -0
  805. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/sha.h +90 -0
  806. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/sha512.h +92 -0
  807. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/spherical.h +243 -0
  808. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/stereo3d.h +325 -0
  809. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/tea.h +71 -0
  810. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/threadmessage.h +115 -0
  811. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/time.h +56 -0
  812. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/timecode.h +199 -0
  813. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/timestamp.h +85 -0
  814. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/tree.h +137 -0
  815. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/twofish.h +70 -0
  816. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/tx.h +210 -0
  817. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/uuid.h +146 -0
  818. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/version.h +124 -0
  819. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/video_enc_params.h +171 -0
  820. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/video_hint.h +107 -0
  821. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libavutil/xtea.h +94 -0
  822. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswresample/swresample.h +587 -0
  823. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswresample/version.h +46 -0
  824. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswresample/version_major.h +31 -0
  825. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswscale/swscale.h +460 -0
  826. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswscale/version.h +44 -0
  827. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/Headers/libswscale/version_major.h +35 -0
  828. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64/libffmpeg.a +0 -0
  829. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/ac3_parser.h +36 -0
  830. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/adts_parser.h +37 -0
  831. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/avcodec.h +3128 -0
  832. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/avdct.h +88 -0
  833. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/avfft.h +149 -0
  834. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/bsf.h +332 -0
  835. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/codec.h +382 -0
  836. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/codec_desc.h +134 -0
  837. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/codec_id.h +669 -0
  838. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/codec_par.h +248 -0
  839. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/d3d11va.h +109 -0
  840. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/defs.h +337 -0
  841. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/dirac.h +135 -0
  842. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/dv_profile.h +82 -0
  843. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/dxva2.h +90 -0
  844. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/jni.h +67 -0
  845. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/mediacodec.h +103 -0
  846. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/packet.h +887 -0
  847. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/qsv.h +109 -0
  848. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/vdpau.h +171 -0
  849. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/version.h +45 -0
  850. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/version_major.h +52 -0
  851. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/videotoolbox.h +85 -0
  852. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavcodec/vorbis_parser.h +74 -0
  853. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavformat/avformat.h +3107 -0
  854. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavformat/avio.h +831 -0
  855. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavformat/version.h +47 -0
  856. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavformat/version_major.h +54 -0
  857. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/adler32.h +63 -0
  858. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/aes.h +69 -0
  859. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/aes_ctr.h +99 -0
  860. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/ambient_viewing_environment.h +72 -0
  861. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/attributes.h +173 -0
  862. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/audio_fifo.h +187 -0
  863. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/avassert.h +78 -0
  864. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/avconfig.h +6 -0
  865. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/avstring.h +428 -0
  866. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/avutil.h +362 -0
  867. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/base64.h +72 -0
  868. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/blowfish.h +82 -0
  869. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/bprint.h +254 -0
  870. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/bswap.h +105 -0
  871. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/buffer.h +322 -0
  872. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/camellia.h +70 -0
  873. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/cast5.h +80 -0
  874. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/channel_layout.h +751 -0
  875. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/common.h +589 -0
  876. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/cpu.h +145 -0
  877. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/crc.h +102 -0
  878. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/csp.h +150 -0
  879. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/des.h +81 -0
  880. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/detection_bbox.h +108 -0
  881. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/dict.h +241 -0
  882. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/display.h +109 -0
  883. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/dovi_meta.h +396 -0
  884. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/downmix_info.h +115 -0
  885. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/encryption_info.h +205 -0
  886. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/error.h +129 -0
  887. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/eval.h +140 -0
  888. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/executor.h +67 -0
  889. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/ffversion.h +5 -0
  890. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/fifo.h +242 -0
  891. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/file.h +62 -0
  892. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/film_grain_params.h +322 -0
  893. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/frame.h +1175 -0
  894. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hash.h +264 -0
  895. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hdr_dynamic_metadata.h +376 -0
  896. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hdr_dynamic_vivid_metadata.h +346 -0
  897. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hmac.h +99 -0
  898. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext.h +598 -0
  899. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_cuda.h +74 -0
  900. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_d3d11va.h +178 -0
  901. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_d3d12va.h +142 -0
  902. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_drm.h +169 -0
  903. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_dxva2.h +75 -0
  904. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_mediacodec.h +61 -0
  905. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_opencl.h +100 -0
  906. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_qsv.h +87 -0
  907. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_vaapi.h +117 -0
  908. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_vdpau.h +44 -0
  909. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_videotoolbox.h +106 -0
  910. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/hwcontext_vulkan.h +382 -0
  911. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/iamf.h +690 -0
  912. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/imgutils.h +377 -0
  913. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/intfloat.h +77 -0
  914. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/intreadwrite.h +677 -0
  915. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/lfg.h +81 -0
  916. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/log.h +387 -0
  917. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/lzo.h +66 -0
  918. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/macros.h +80 -0
  919. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/mastering_display_metadata.h +137 -0
  920. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/mathematics.h +300 -0
  921. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/md5.h +89 -0
  922. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/mem.h +607 -0
  923. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/motion_vector.h +57 -0
  924. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/murmur3.h +115 -0
  925. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/opt.h +1187 -0
  926. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/parseutils.h +197 -0
  927. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/pixdesc.h +440 -0
  928. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/pixelutils.h +51 -0
  929. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/pixfmt.h +716 -0
  930. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/random_seed.h +57 -0
  931. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/rational.h +225 -0
  932. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/rc4.h +69 -0
  933. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/replaygain.h +50 -0
  934. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/ripemd.h +83 -0
  935. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/samplefmt.h +269 -0
  936. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/sha.h +90 -0
  937. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/sha512.h +92 -0
  938. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/spherical.h +243 -0
  939. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/stereo3d.h +325 -0
  940. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/tea.h +71 -0
  941. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/threadmessage.h +115 -0
  942. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/time.h +56 -0
  943. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/timecode.h +199 -0
  944. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/timestamp.h +85 -0
  945. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/tree.h +137 -0
  946. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/twofish.h +70 -0
  947. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/tx.h +210 -0
  948. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/uuid.h +146 -0
  949. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/version.h +124 -0
  950. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/video_enc_params.h +171 -0
  951. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/video_hint.h +107 -0
  952. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libavutil/xtea.h +94 -0
  953. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswresample/swresample.h +587 -0
  954. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswresample/version.h +46 -0
  955. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswresample/version_major.h +31 -0
  956. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswscale/swscale.h +460 -0
  957. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswscale/version.h +44 -0
  958. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/Headers/libswscale/version_major.h +35 -0
  959. package/3rdparty/output/ios/ffmpeg.xcframework/ios-arm64_x86_64-simulator/libffmpeg.a +0 -0
  960. package/3rdparty/output/ios/libdatachannel.xcframework/Info.plist +48 -0
  961. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/av1rtppacketizer.hpp +57 -0
  962. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/candidate.hpp +77 -0
  963. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/channel.hpp +61 -0
  964. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/common.hpp +85 -0
  965. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/configuration.hpp +129 -0
  966. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/datachannel.hpp +80 -0
  967. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/dependencydescriptor.hpp +107 -0
  968. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/description.hpp +328 -0
  969. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/frameinfo.hpp +32 -0
  970. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/global.hpp +59 -0
  971. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/h264rtpdepacketizer.hpp +42 -0
  972. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/h264rtppacketizer.hpp +57 -0
  973. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/h265nalunit.hpp +194 -0
  974. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/h265rtpdepacketizer.hpp +45 -0
  975. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/h265rtppacketizer.hpp +55 -0
  976. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/iceudpmuxlistener.hpp +47 -0
  977. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/mediahandler.hpp +58 -0
  978. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/message.hpp +100 -0
  979. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/nalunit.hpp +197 -0
  980. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/pacinghandler.hpp +49 -0
  981. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/peerconnection.hpp +142 -0
  982. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/plihandler.hpp +36 -0
  983. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/reliability.hpp +43 -0
  984. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rembhandler.hpp +35 -0
  985. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtc.h +537 -0
  986. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtc.hpp +48 -0
  987. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtcpnackresponder.hpp +76 -0
  988. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtcpreceivingsession.hpp +54 -0
  989. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtcpsrreporter.hpp +49 -0
  990. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtp.hpp +367 -0
  991. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtpdepacketizer.hpp +79 -0
  992. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtppacketizationconfig.hpp +112 -0
  993. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/rtppacketizer.hpp +105 -0
  994. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/track.hpp +65 -0
  995. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/utils.hpp +159 -0
  996. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/version.h +9 -0
  997. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/websocket.hpp +67 -0
  998. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/Headers/rtc/websocketserver.hpp +48 -0
  999. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64/libdatachannel.a +0 -0
  1000. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/av1rtppacketizer.hpp +57 -0
  1001. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/candidate.hpp +77 -0
  1002. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/channel.hpp +61 -0
  1003. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/common.hpp +85 -0
  1004. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/configuration.hpp +129 -0
  1005. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/datachannel.hpp +80 -0
  1006. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/dependencydescriptor.hpp +107 -0
  1007. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/description.hpp +328 -0
  1008. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/frameinfo.hpp +32 -0
  1009. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/global.hpp +59 -0
  1010. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/h264rtpdepacketizer.hpp +42 -0
  1011. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/h264rtppacketizer.hpp +57 -0
  1012. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/h265nalunit.hpp +194 -0
  1013. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/h265rtpdepacketizer.hpp +45 -0
  1014. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/h265rtppacketizer.hpp +55 -0
  1015. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/iceudpmuxlistener.hpp +47 -0
  1016. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/mediahandler.hpp +58 -0
  1017. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/message.hpp +100 -0
  1018. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/nalunit.hpp +197 -0
  1019. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/pacinghandler.hpp +49 -0
  1020. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/peerconnection.hpp +142 -0
  1021. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/plihandler.hpp +36 -0
  1022. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/reliability.hpp +43 -0
  1023. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rembhandler.hpp +35 -0
  1024. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtc.h +537 -0
  1025. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtc.hpp +48 -0
  1026. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtcpnackresponder.hpp +76 -0
  1027. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtcpreceivingsession.hpp +54 -0
  1028. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtcpsrreporter.hpp +49 -0
  1029. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtp.hpp +367 -0
  1030. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtpdepacketizer.hpp +79 -0
  1031. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtppacketizationconfig.hpp +112 -0
  1032. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/rtppacketizer.hpp +105 -0
  1033. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/track.hpp +65 -0
  1034. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/utils.hpp +159 -0
  1035. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/version.h +9 -0
  1036. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/websocket.hpp +67 -0
  1037. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/Headers/rtc/websocketserver.hpp +48 -0
  1038. package/3rdparty/output/ios/libdatachannel.xcframework/ios-arm64_x86_64-simulator/libdatachannel.a +0 -0
  1039. package/LICENSE +21 -0
  1040. package/README.md +29 -0
  1041. package/Webrtc.podspec +44 -0
  1042. package/android/CMakeLists.txt +54 -0
  1043. package/android/build.gradle +148 -0
  1044. package/android/fix-prefab.gradle +51 -0
  1045. package/android/gradle.properties +5 -0
  1046. package/android/src/main/AndroidManifest.xml +2 -0
  1047. package/android/src/main/cpp/cpp-adapter.cpp +210 -0
  1048. package/android/src/main/java/com/webrtc/HybridCamera.kt +166 -0
  1049. package/android/src/main/java/com/webrtc/HybridMicrophone.kt +85 -0
  1050. package/android/src/main/java/com/webrtc/HybridWebrtcView.kt +96 -0
  1051. package/android/src/main/java/com/webrtc/Permission.kt +58 -0
  1052. package/android/src/main/java/com/webrtc/WebrtcPackage.kt +31 -0
  1053. package/cpp/FFmpeg/AudioFifo.cpp +78 -0
  1054. package/cpp/FFmpeg/AudioFifo.hpp +24 -0
  1055. package/cpp/FFmpeg/Common.cpp +26 -0
  1056. package/cpp/FFmpeg/Common.hpp +26 -0
  1057. package/cpp/FFmpeg/Decoder.cpp +72 -0
  1058. package/cpp/FFmpeg/Decoder.hpp +25 -0
  1059. package/cpp/FFmpeg/Encoder.cpp +203 -0
  1060. package/cpp/FFmpeg/Encoder.hpp +54 -0
  1061. package/cpp/FFmpeg/FFmpeg.hpp +9 -0
  1062. package/cpp/FFmpeg/Frame.cpp +289 -0
  1063. package/cpp/FFmpeg/Frame.hpp +42 -0
  1064. package/cpp/FFmpeg/Muxer.cpp +162 -0
  1065. package/cpp/FFmpeg/Muxer.hpp +38 -0
  1066. package/cpp/FFmpeg/Packet.cpp +16 -0
  1067. package/cpp/FFmpeg/Packet.hpp +26 -0
  1068. package/cpp/FFmpeg/Resampler.cpp +68 -0
  1069. package/cpp/FFmpeg/Resampler.hpp +24 -0
  1070. package/cpp/FFmpeg/Scaler.cpp +34 -0
  1071. package/cpp/FFmpeg/Scaler.hpp +18 -0
  1072. package/cpp/FramePipe.cpp +74 -0
  1073. package/cpp/FramePipe.hpp +14 -0
  1074. package/cpp/Hybrid/HybridMediaDevices.cpp +82 -0
  1075. package/cpp/Hybrid/HybridMediaDevices.hpp +23 -0
  1076. package/cpp/Hybrid/HybridMediaStream.cpp +63 -0
  1077. package/cpp/Hybrid/HybridMediaStream.hpp +43 -0
  1078. package/cpp/Hybrid/HybridMediaStreamTrack.cpp +70 -0
  1079. package/cpp/Hybrid/HybridMediaStreamTrack.hpp +93 -0
  1080. package/cpp/Hybrid/HybridRTCPeerConnection.cpp +488 -0
  1081. package/cpp/Hybrid/HybridRTCPeerConnection.hpp +152 -0
  1082. package/cpp/Hybrid/HybridRTCRtpReceiver.hpp +33 -0
  1083. package/cpp/Hybrid/HybridRTCRtpSender.hpp +31 -0
  1084. package/cpp/Hybrid/HybridRTCRtpTransceiver.cpp +253 -0
  1085. package/cpp/Hybrid/HybridRTCRtpTransceiver.hpp +101 -0
  1086. package/cpp/MockCamera.hpp +40 -0
  1087. package/cpp/MockMicrophone.hpp +42 -0
  1088. package/cpp/__tests__/CMakeLists.txt +60 -0
  1089. package/cpp/__tests__/FFmpeg/testAudioFifo.cpp +79 -0
  1090. package/cpp/__tests__/FFmpeg/testCommon.cpp +44 -0
  1091. package/cpp/__tests__/FFmpeg/testDecoder.cpp +84 -0
  1092. package/cpp/__tests__/FFmpeg/testEncoder.cpp +198 -0
  1093. package/cpp/__tests__/FFmpeg/testFrame.cpp +95 -0
  1094. package/cpp/__tests__/FFmpeg/testMuxer.cpp +75 -0
  1095. package/cpp/__tests__/FFmpeg/testResampler.cpp +164 -0
  1096. package/cpp/__tests__/FFmpeg/testScaler.cpp +35 -0
  1097. package/cpp/__tests__/main.cpp +7 -0
  1098. package/cpp/__tests__/testFramePipe.cpp +107 -0
  1099. package/ios/FramePipeWrapper.h +26 -0
  1100. package/ios/FramePipeWrapper.mm +320 -0
  1101. package/ios/HybridCamera.swift +111 -0
  1102. package/ios/HybridMicrophone.swift +103 -0
  1103. package/ios/HybridWebrtcView.swift +123 -0
  1104. package/ios/Permission.swift +26 -0
  1105. package/lib/commonjs/index.js +94 -0
  1106. package/lib/commonjs/index.js.map +1 -0
  1107. package/lib/commonjs/package.json +1 -0
  1108. package/lib/commonjs/specs/Camera.nitro.js +6 -0
  1109. package/lib/commonjs/specs/Camera.nitro.js.map +1 -0
  1110. package/lib/commonjs/specs/MediaDevices.nitro.js +9 -0
  1111. package/lib/commonjs/specs/MediaDevices.nitro.js.map +1 -0
  1112. package/lib/commonjs/specs/MediaStream.nitro.js +9 -0
  1113. package/lib/commonjs/specs/MediaStream.nitro.js.map +1 -0
  1114. package/lib/commonjs/specs/MediaStreamTrack.nitro.js +9 -0
  1115. package/lib/commonjs/specs/MediaStreamTrack.nitro.js.map +1 -0
  1116. package/lib/commonjs/specs/Microphone.nitro.js +6 -0
  1117. package/lib/commonjs/specs/Microphone.nitro.js.map +1 -0
  1118. package/lib/commonjs/specs/RTCPeerConnection.nitro.js +17 -0
  1119. package/lib/commonjs/specs/RTCPeerConnection.nitro.js.map +1 -0
  1120. package/lib/commonjs/specs/RTCRtpReceiver.nitro.js +9 -0
  1121. package/lib/commonjs/specs/RTCRtpReceiver.nitro.js.map +1 -0
  1122. package/lib/commonjs/specs/RTCRtpSender.nitro.js +9 -0
  1123. package/lib/commonjs/specs/RTCRtpSender.nitro.js.map +1 -0
  1124. package/lib/commonjs/specs/RTCRtpTransceiver.nitro.js +9 -0
  1125. package/lib/commonjs/specs/RTCRtpTransceiver.nitro.js.map +1 -0
  1126. package/lib/commonjs/views/WebrtcView.js +25 -0
  1127. package/lib/commonjs/views/WebrtcView.js.map +1 -0
  1128. package/lib/commonjs/views/WebrtcView.nitro.js +6 -0
  1129. package/lib/commonjs/views/WebrtcView.nitro.js.map +1 -0
  1130. package/lib/module/index.js +11 -0
  1131. package/lib/module/index.js.map +1 -0
  1132. package/lib/module/specs/Camera.nitro.js +4 -0
  1133. package/lib/module/specs/Camera.nitro.js.map +1 -0
  1134. package/lib/module/specs/MediaDevices.nitro.js +6 -0
  1135. package/lib/module/specs/MediaDevices.nitro.js.map +1 -0
  1136. package/lib/module/specs/MediaStream.nitro.js +6 -0
  1137. package/lib/module/specs/MediaStream.nitro.js.map +1 -0
  1138. package/lib/module/specs/MediaStreamTrack.nitro.js +6 -0
  1139. package/lib/module/specs/MediaStreamTrack.nitro.js.map +1 -0
  1140. package/lib/module/specs/Microphone.nitro.js +4 -0
  1141. package/lib/module/specs/Microphone.nitro.js.map +1 -0
  1142. package/lib/module/specs/RTCPeerConnection.nitro.js +14 -0
  1143. package/lib/module/specs/RTCPeerConnection.nitro.js.map +1 -0
  1144. package/lib/module/specs/RTCRtpReceiver.nitro.js +6 -0
  1145. package/lib/module/specs/RTCRtpReceiver.nitro.js.map +1 -0
  1146. package/lib/module/specs/RTCRtpSender.nitro.js +6 -0
  1147. package/lib/module/specs/RTCRtpSender.nitro.js.map +1 -0
  1148. package/lib/module/specs/RTCRtpTransceiver.nitro.js +6 -0
  1149. package/lib/module/specs/RTCRtpTransceiver.nitro.js.map +1 -0
  1150. package/lib/module/views/WebrtcView.js +20 -0
  1151. package/lib/module/views/WebrtcView.js.map +1 -0
  1152. package/lib/module/views/WebrtcView.nitro.js +4 -0
  1153. package/lib/module/views/WebrtcView.nitro.js.map +1 -0
  1154. package/lib/typescript/src/index.d.ts +9 -0
  1155. package/lib/typescript/src/index.d.ts.map +1 -0
  1156. package/lib/typescript/src/specs/Camera.nitro.d.ts +8 -0
  1157. package/lib/typescript/src/specs/Camera.nitro.d.ts.map +1 -0
  1158. package/lib/typescript/src/specs/MediaDevices.nitro.d.ts +17 -0
  1159. package/lib/typescript/src/specs/MediaDevices.nitro.d.ts.map +1 -0
  1160. package/lib/typescript/src/specs/MediaStream.nitro.d.ts +17 -0
  1161. package/lib/typescript/src/specs/MediaStream.nitro.d.ts.map +1 -0
  1162. package/lib/typescript/src/specs/MediaStreamTrack.nitro.d.ts +18 -0
  1163. package/lib/typescript/src/specs/MediaStreamTrack.nitro.d.ts.map +1 -0
  1164. package/lib/typescript/src/specs/Microphone.nitro.d.ts +8 -0
  1165. package/lib/typescript/src/specs/Microphone.nitro.d.ts.map +1 -0
  1166. package/lib/typescript/src/specs/RTCPeerConnection.nitro.d.ts +72 -0
  1167. package/lib/typescript/src/specs/RTCPeerConnection.nitro.d.ts.map +1 -0
  1168. package/lib/typescript/src/specs/RTCRtpReceiver.nitro.d.ts +12 -0
  1169. package/lib/typescript/src/specs/RTCRtpReceiver.nitro.d.ts.map +1 -0
  1170. package/lib/typescript/src/specs/RTCRtpSender.nitro.d.ts +12 -0
  1171. package/lib/typescript/src/specs/RTCRtpSender.nitro.d.ts.map +1 -0
  1172. package/lib/typescript/src/specs/RTCRtpTransceiver.nitro.d.ts +17 -0
  1173. package/lib/typescript/src/specs/RTCRtpTransceiver.nitro.d.ts.map +1 -0
  1174. package/lib/typescript/src/views/WebrtcView.d.ts +9 -0
  1175. package/lib/typescript/src/views/WebrtcView.d.ts.map +1 -0
  1176. package/lib/typescript/src/views/WebrtcView.nitro.d.ts +12 -0
  1177. package/lib/typescript/src/views/WebrtcView.nitro.d.ts.map +1 -0
  1178. package/nitro.json +53 -0
  1179. package/nitrogen/.clang-tidy +1 -0
  1180. package/nitrogen/generated/.gitattributes +1 -0
  1181. package/nitrogen/generated/android/Webrtc+autolinking.cmake +94 -0
  1182. package/nitrogen/generated/android/Webrtc+autolinking.gradle +27 -0
  1183. package/nitrogen/generated/android/WebrtcOnLoad.cpp +136 -0
  1184. package/nitrogen/generated/android/WebrtcOnLoad.hpp +25 -0
  1185. package/nitrogen/generated/android/c++/JHybridCameraSpec.cpp +64 -0
  1186. package/nitrogen/generated/android/c++/JHybridCameraSpec.hpp +65 -0
  1187. package/nitrogen/generated/android/c++/JHybridMicrophoneSpec.cpp +64 -0
  1188. package/nitrogen/generated/android/c++/JHybridMicrophoneSpec.hpp +65 -0
  1189. package/nitrogen/generated/android/c++/JHybridWebrtcViewSpec.cpp +66 -0
  1190. package/nitrogen/generated/android/c++/JHybridWebrtcViewSpec.hpp +68 -0
  1191. package/nitrogen/generated/android/c++/views/JHybridWebrtcViewStateUpdater.cpp +60 -0
  1192. package/nitrogen/generated/android/c++/views/JHybridWebrtcViewStateUpdater.hpp +49 -0
  1193. package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/HybridCameraSpec.kt +58 -0
  1194. package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/HybridMicrophoneSpec.kt +58 -0
  1195. package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/HybridWebrtcViewSpec.kt +65 -0
  1196. package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/WebrtcOnLoad.kt +35 -0
  1197. package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/views/HybridWebrtcViewManager.kt +50 -0
  1198. package/nitrogen/generated/android/kotlin/com/margelo/nitro/webrtc/views/HybridWebrtcViewStateUpdater.kt +23 -0
  1199. package/nitrogen/generated/ios/Webrtc+autolinking.rb +60 -0
  1200. package/nitrogen/generated/ios/Webrtc-Swift-Cxx-Bridge.cpp +83 -0
  1201. package/nitrogen/generated/ios/Webrtc-Swift-Cxx-Bridge.hpp +161 -0
  1202. package/nitrogen/generated/ios/Webrtc-Swift-Cxx-Umbrella.hpp +56 -0
  1203. package/nitrogen/generated/ios/WebrtcAutolinking.mm +119 -0
  1204. package/nitrogen/generated/ios/WebrtcAutolinking.swift +55 -0
  1205. package/nitrogen/generated/ios/c++/HybridCameraSpecSwift.cpp +11 -0
  1206. package/nitrogen/generated/ios/c++/HybridCameraSpecSwift.hpp +77 -0
  1207. package/nitrogen/generated/ios/c++/HybridMicrophoneSpecSwift.cpp +11 -0
  1208. package/nitrogen/generated/ios/c++/HybridMicrophoneSpecSwift.hpp +77 -0
  1209. package/nitrogen/generated/ios/c++/HybridWebrtcViewSpecSwift.cpp +11 -0
  1210. package/nitrogen/generated/ios/c++/HybridWebrtcViewSpecSwift.hpp +83 -0
  1211. package/nitrogen/generated/ios/c++/views/HybridWebrtcViewComponent.mm +101 -0
  1212. package/nitrogen/generated/ios/swift/Func_void.swift +47 -0
  1213. package/nitrogen/generated/ios/swift/Func_void_std__exception_ptr.swift +47 -0
  1214. package/nitrogen/generated/ios/swift/HybridCameraSpec.swift +56 -0
  1215. package/nitrogen/generated/ios/swift/HybridCameraSpec_cxx.swift +138 -0
  1216. package/nitrogen/generated/ios/swift/HybridMicrophoneSpec.swift +56 -0
  1217. package/nitrogen/generated/ios/swift/HybridMicrophoneSpec_cxx.swift +138 -0
  1218. package/nitrogen/generated/ios/swift/HybridWebrtcViewSpec.swift +57 -0
  1219. package/nitrogen/generated/ios/swift/HybridWebrtcViewSpec_cxx.swift +177 -0
  1220. package/nitrogen/generated/shared/c++/Event.hpp +75 -0
  1221. package/nitrogen/generated/shared/c++/HybridCameraSpec.cpp +21 -0
  1222. package/nitrogen/generated/shared/c++/HybridCameraSpec.hpp +63 -0
  1223. package/nitrogen/generated/shared/c++/HybridMediaDevicesSpec.cpp +22 -0
  1224. package/nitrogen/generated/shared/c++/HybridMediaDevicesSpec.hpp +69 -0
  1225. package/nitrogen/generated/shared/c++/HybridMediaStreamSpec.cpp +26 -0
  1226. package/nitrogen/generated/shared/c++/HybridMediaStreamSpec.hpp +70 -0
  1227. package/nitrogen/generated/shared/c++/HybridMediaStreamTrackSpec.cpp +28 -0
  1228. package/nitrogen/generated/shared/c++/HybridMediaStreamTrackSpec.hpp +70 -0
  1229. package/nitrogen/generated/shared/c++/HybridMicrophoneSpec.cpp +21 -0
  1230. package/nitrogen/generated/shared/c++/HybridMicrophoneSpec.hpp +63 -0
  1231. package/nitrogen/generated/shared/c++/HybridRTCPeerConnectionSpec.cpp +41 -0
  1232. package/nitrogen/generated/shared/c++/HybridRTCPeerConnectionSpec.hpp +120 -0
  1233. package/nitrogen/generated/shared/c++/HybridRTCRtpReceiverSpec.cpp +21 -0
  1234. package/nitrogen/generated/shared/c++/HybridRTCRtpReceiverSpec.hpp +66 -0
  1235. package/nitrogen/generated/shared/c++/HybridRTCRtpSenderSpec.cpp +21 -0
  1236. package/nitrogen/generated/shared/c++/HybridRTCRtpSenderSpec.hpp +66 -0
  1237. package/nitrogen/generated/shared/c++/HybridRTCRtpTransceiverSpec.cpp +24 -0
  1238. package/nitrogen/generated/shared/c++/HybridRTCRtpTransceiverSpec.hpp +76 -0
  1239. package/nitrogen/generated/shared/c++/HybridWebrtcViewSpec.cpp +24 -0
  1240. package/nitrogen/generated/shared/c++/HybridWebrtcViewSpec.hpp +66 -0
  1241. package/nitrogen/generated/shared/c++/MediaStreamConstraints.hpp +79 -0
  1242. package/nitrogen/generated/shared/c++/MediaStreamTrackState.hpp +76 -0
  1243. package/nitrogen/generated/shared/c++/RTCConfiguration.hpp +78 -0
  1244. package/nitrogen/generated/shared/c++/RTCIceCandidate.hpp +75 -0
  1245. package/nitrogen/generated/shared/c++/RTCIceCandidateInit.hpp +82 -0
  1246. package/nitrogen/generated/shared/c++/RTCIceGatheringState.hpp +80 -0
  1247. package/nitrogen/generated/shared/c++/RTCIceServer.hpp +86 -0
  1248. package/nitrogen/generated/shared/c++/RTCPeerConnectionIceEvent.hpp +79 -0
  1249. package/nitrogen/generated/shared/c++/RTCPeerConnectionState.hpp +92 -0
  1250. package/nitrogen/generated/shared/c++/RTCRtpTransceiverDirection.hpp +84 -0
  1251. package/nitrogen/generated/shared/c++/RTCRtpTransceiverInit.hpp +86 -0
  1252. package/nitrogen/generated/shared/c++/RTCSdpType.hpp +84 -0
  1253. package/nitrogen/generated/shared/c++/RTCSessionDescriptionInit.hpp +82 -0
  1254. package/nitrogen/generated/shared/c++/RTCTrackEvent.hpp +85 -0
  1255. package/nitrogen/generated/shared/c++/views/HybridWebrtcViewComponent.cpp +99 -0
  1256. package/nitrogen/generated/shared/c++/views/HybridWebrtcViewComponent.hpp +109 -0
  1257. package/nitrogen/generated/shared/json/WebrtcViewConfig.json +11 -0
  1258. package/package.json +127 -0
  1259. package/src/index.ts +8 -0
  1260. package/src/specs/Camera.nitro.ts +8 -0
  1261. package/src/specs/MediaDevices.nitro.ts +18 -0
  1262. package/src/specs/MediaStream.nitro.ts +17 -0
  1263. package/src/specs/MediaStreamTrack.nitro.ts +22 -0
  1264. package/src/specs/Microphone.nitro.ts +8 -0
  1265. package/src/specs/RTCPeerConnection.nitro.ts +105 -0
  1266. package/src/specs/RTCRtpReceiver.nitro.ts +12 -0
  1267. package/src/specs/RTCRtpSender.nitro.ts +12 -0
  1268. package/src/specs/RTCRtpTransceiver.nitro.ts +25 -0
  1269. package/src/views/WebrtcView.nitro.ts +17 -0
  1270. package/src/views/WebrtcView.tsx +29 -0
@@ -0,0 +1,76 @@
1
+ ///
2
+ /// HybridRTCRtpTransceiverSpec.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 `RTCRtpTransceiverDirection` to properly resolve imports.
17
+ namespace margelo::nitro::webrtc { enum class RTCRtpTransceiverDirection; }
18
+ // Forward declaration of `HybridRTCRtpSenderSpec` to properly resolve imports.
19
+ namespace margelo::nitro::webrtc { class HybridRTCRtpSenderSpec; }
20
+ // Forward declaration of `HybridRTCRtpReceiverSpec` to properly resolve imports.
21
+ namespace margelo::nitro::webrtc { class HybridRTCRtpReceiverSpec; }
22
+
23
+ #include <NitroModules/Null.hpp>
24
+ #include <string>
25
+ #include <variant>
26
+ #include "RTCRtpTransceiverDirection.hpp"
27
+ #include <memory>
28
+ #include "HybridRTCRtpSenderSpec.hpp"
29
+ #include "HybridRTCRtpReceiverSpec.hpp"
30
+
31
+ namespace margelo::nitro::webrtc {
32
+
33
+ using namespace margelo::nitro;
34
+
35
+ /**
36
+ * An abstract base class for `RTCRtpTransceiver`
37
+ * Inherit this class to create instances of `HybridRTCRtpTransceiverSpec` in C++.
38
+ * You must explicitly call `HybridObject`'s constructor yourself, because it is virtual.
39
+ * @example
40
+ * ```cpp
41
+ * class HybridRTCRtpTransceiver: public HybridRTCRtpTransceiverSpec {
42
+ * public:
43
+ * HybridRTCRtpTransceiver(...): HybridObject(TAG) { ... }
44
+ * // ...
45
+ * };
46
+ * ```
47
+ */
48
+ class HybridRTCRtpTransceiverSpec: public virtual HybridObject {
49
+ public:
50
+ // Constructor
51
+ explicit HybridRTCRtpTransceiverSpec(): HybridObject(TAG) { }
52
+
53
+ // Destructor
54
+ ~HybridRTCRtpTransceiverSpec() override = default;
55
+
56
+ public:
57
+ // Properties
58
+ virtual std::variant<nitro::NullType, std::string> getMid() = 0;
59
+ virtual RTCRtpTransceiverDirection getDirection() = 0;
60
+ virtual std::shared_ptr<HybridRTCRtpSenderSpec> getSender() = 0;
61
+ virtual std::shared_ptr<HybridRTCRtpReceiverSpec> getReceiver() = 0;
62
+
63
+ public:
64
+ // Methods
65
+
66
+
67
+ protected:
68
+ // Hybrid Setup
69
+ void loadHybridMethods() override;
70
+
71
+ protected:
72
+ // Tag for logging
73
+ static constexpr auto TAG = "RTCRtpTransceiver";
74
+ };
75
+
76
+ } // namespace margelo::nitro::webrtc
@@ -0,0 +1,24 @@
1
+ ///
2
+ /// HybridWebrtcViewSpec.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 "HybridWebrtcViewSpec.hpp"
9
+
10
+ namespace margelo::nitro::webrtc {
11
+
12
+ void HybridWebrtcViewSpec::loadHybridMethods() {
13
+ // load base methods/properties
14
+ HybridObject::loadHybridMethods();
15
+ // load custom methods/properties
16
+ registerHybrids(this, [](Prototype& prototype) {
17
+ prototype.registerHybridGetter("videoPipeId", &HybridWebrtcViewSpec::getVideoPipeId);
18
+ prototype.registerHybridSetter("videoPipeId", &HybridWebrtcViewSpec::setVideoPipeId);
19
+ prototype.registerHybridGetter("audioPipeId", &HybridWebrtcViewSpec::getAudioPipeId);
20
+ prototype.registerHybridSetter("audioPipeId", &HybridWebrtcViewSpec::setAudioPipeId);
21
+ });
22
+ }
23
+
24
+ } // namespace margelo::nitro::webrtc
@@ -0,0 +1,66 @@
1
+ ///
2
+ /// HybridWebrtcViewSpec.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 <string>
19
+ #include <optional>
20
+
21
+ namespace margelo::nitro::webrtc {
22
+
23
+ using namespace margelo::nitro;
24
+
25
+ /**
26
+ * An abstract base class for `WebrtcView`
27
+ * Inherit this class to create instances of `HybridWebrtcViewSpec` in C++.
28
+ * You must explicitly call `HybridObject`'s constructor yourself, because it is virtual.
29
+ * @example
30
+ * ```cpp
31
+ * class HybridWebrtcView: public HybridWebrtcViewSpec {
32
+ * public:
33
+ * HybridWebrtcView(...): HybridObject(TAG) { ... }
34
+ * // ...
35
+ * };
36
+ * ```
37
+ */
38
+ class HybridWebrtcViewSpec: public virtual HybridObject {
39
+ public:
40
+ // Constructor
41
+ explicit HybridWebrtcViewSpec(): HybridObject(TAG) { }
42
+
43
+ // Destructor
44
+ ~HybridWebrtcViewSpec() override = default;
45
+
46
+ public:
47
+ // Properties
48
+ virtual std::optional<std::string> getVideoPipeId() = 0;
49
+ virtual void setVideoPipeId(const std::optional<std::string>& videoPipeId) = 0;
50
+ virtual std::optional<std::string> getAudioPipeId() = 0;
51
+ virtual void setAudioPipeId(const std::optional<std::string>& audioPipeId) = 0;
52
+
53
+ public:
54
+ // Methods
55
+
56
+
57
+ protected:
58
+ // Hybrid Setup
59
+ void loadHybridMethods() override;
60
+
61
+ protected:
62
+ // Tag for logging
63
+ static constexpr auto TAG = "WebrtcView";
64
+ };
65
+
66
+ } // namespace margelo::nitro::webrtc
@@ -0,0 +1,79 @@
1
+ ///
2
+ /// MediaStreamConstraints.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
+ #include <optional>
29
+
30
+ namespace margelo::nitro::webrtc {
31
+
32
+ /**
33
+ * A struct which can be represented as a JavaScript object (MediaStreamConstraints).
34
+ */
35
+ struct MediaStreamConstraints {
36
+ public:
37
+ std::optional<bool> audio SWIFT_PRIVATE;
38
+ std::optional<bool> video SWIFT_PRIVATE;
39
+
40
+ public:
41
+ MediaStreamConstraints() = default;
42
+ explicit MediaStreamConstraints(std::optional<bool> audio, std::optional<bool> video): audio(audio), video(video) {}
43
+ };
44
+
45
+ } // namespace margelo::nitro::webrtc
46
+
47
+ namespace margelo::nitro {
48
+
49
+ // C++ MediaStreamConstraints <> JS MediaStreamConstraints (object)
50
+ template <>
51
+ struct JSIConverter<margelo::nitro::webrtc::MediaStreamConstraints> final {
52
+ static inline margelo::nitro::webrtc::MediaStreamConstraints fromJSI(jsi::Runtime& runtime, const jsi::Value& arg) {
53
+ jsi::Object obj = arg.asObject(runtime);
54
+ return margelo::nitro::webrtc::MediaStreamConstraints(
55
+ JSIConverter<std::optional<bool>>::fromJSI(runtime, obj.getProperty(runtime, "audio")),
56
+ JSIConverter<std::optional<bool>>::fromJSI(runtime, obj.getProperty(runtime, "video"))
57
+ );
58
+ }
59
+ static inline jsi::Value toJSI(jsi::Runtime& runtime, const margelo::nitro::webrtc::MediaStreamConstraints& arg) {
60
+ jsi::Object obj(runtime);
61
+ obj.setProperty(runtime, "audio", JSIConverter<std::optional<bool>>::toJSI(runtime, arg.audio));
62
+ obj.setProperty(runtime, "video", JSIConverter<std::optional<bool>>::toJSI(runtime, arg.video));
63
+ return obj;
64
+ }
65
+ static inline bool canConvert(jsi::Runtime& runtime, const jsi::Value& value) {
66
+ if (!value.isObject()) {
67
+ return false;
68
+ }
69
+ jsi::Object obj = value.getObject(runtime);
70
+ if (!nitro::isPlainObject(runtime, obj)) {
71
+ return false;
72
+ }
73
+ if (!JSIConverter<std::optional<bool>>::canConvert(runtime, obj.getProperty(runtime, "audio"))) return false;
74
+ if (!JSIConverter<std::optional<bool>>::canConvert(runtime, obj.getProperty(runtime, "video"))) return false;
75
+ return true;
76
+ }
77
+ };
78
+
79
+ } // namespace margelo::nitro
@@ -0,0 +1,76 @@
1
+ ///
2
+ /// MediaStreamTrackState.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/NitroHash.hpp>)
11
+ #include <NitroModules/NitroHash.hpp>
12
+ #else
13
+ #error NitroModules cannot be found! Are you sure you installed NitroModules properly?
14
+ #endif
15
+ #if __has_include(<NitroModules/JSIConverter.hpp>)
16
+ #include <NitroModules/JSIConverter.hpp>
17
+ #else
18
+ #error NitroModules cannot be found! Are you sure you installed NitroModules properly?
19
+ #endif
20
+ #if __has_include(<NitroModules/NitroDefines.hpp>)
21
+ #include <NitroModules/NitroDefines.hpp>
22
+ #else
23
+ #error NitroModules cannot be found! Are you sure you installed NitroModules properly?
24
+ #endif
25
+
26
+ namespace margelo::nitro::webrtc {
27
+
28
+ /**
29
+ * An enum which can be represented as a JavaScript union (MediaStreamTrackState).
30
+ */
31
+ enum class MediaStreamTrackState {
32
+ ENDED SWIFT_NAME(ended) = 0,
33
+ LIVE SWIFT_NAME(live) = 1,
34
+ } CLOSED_ENUM;
35
+
36
+ } // namespace margelo::nitro::webrtc
37
+
38
+ namespace margelo::nitro {
39
+
40
+ // C++ MediaStreamTrackState <> JS MediaStreamTrackState (union)
41
+ template <>
42
+ struct JSIConverter<margelo::nitro::webrtc::MediaStreamTrackState> final {
43
+ static inline margelo::nitro::webrtc::MediaStreamTrackState fromJSI(jsi::Runtime& runtime, const jsi::Value& arg) {
44
+ std::string unionValue = JSIConverter<std::string>::fromJSI(runtime, arg);
45
+ switch (hashString(unionValue.c_str(), unionValue.size())) {
46
+ case hashString("ended"): return margelo::nitro::webrtc::MediaStreamTrackState::ENDED;
47
+ case hashString("live"): return margelo::nitro::webrtc::MediaStreamTrackState::LIVE;
48
+ default: [[unlikely]]
49
+ throw std::invalid_argument("Cannot convert \"" + unionValue + "\" to enum MediaStreamTrackState - invalid value!");
50
+ }
51
+ }
52
+ static inline jsi::Value toJSI(jsi::Runtime& runtime, margelo::nitro::webrtc::MediaStreamTrackState arg) {
53
+ switch (arg) {
54
+ case margelo::nitro::webrtc::MediaStreamTrackState::ENDED: return JSIConverter<std::string>::toJSI(runtime, "ended");
55
+ case margelo::nitro::webrtc::MediaStreamTrackState::LIVE: return JSIConverter<std::string>::toJSI(runtime, "live");
56
+ default: [[unlikely]]
57
+ throw std::invalid_argument("Cannot convert MediaStreamTrackState to JS - invalid value: "
58
+ + std::to_string(static_cast<int>(arg)) + "!");
59
+ }
60
+ }
61
+ static inline bool canConvert(jsi::Runtime& runtime, const jsi::Value& value) {
62
+ if (!value.isString()) {
63
+ return false;
64
+ }
65
+ std::string unionValue = JSIConverter<std::string>::fromJSI(runtime, value);
66
+ switch (hashString(unionValue.c_str(), unionValue.size())) {
67
+ case hashString("ended"):
68
+ case hashString("live"):
69
+ return true;
70
+ default:
71
+ return false;
72
+ }
73
+ }
74
+ };
75
+
76
+ } // namespace margelo::nitro
@@ -0,0 +1,78 @@
1
+ ///
2
+ /// RTCConfiguration.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
+ // Forward declaration of `RTCIceServer` to properly resolve imports.
27
+ namespace margelo::nitro::webrtc { struct RTCIceServer; }
28
+
29
+ #include "RTCIceServer.hpp"
30
+ #include <vector>
31
+ #include <optional>
32
+
33
+ namespace margelo::nitro::webrtc {
34
+
35
+ /**
36
+ * A struct which can be represented as a JavaScript object (RTCConfiguration).
37
+ */
38
+ struct RTCConfiguration {
39
+ public:
40
+ std::optional<std::vector<RTCIceServer>> iceServers SWIFT_PRIVATE;
41
+
42
+ public:
43
+ RTCConfiguration() = default;
44
+ explicit RTCConfiguration(std::optional<std::vector<RTCIceServer>> iceServers): iceServers(iceServers) {}
45
+ };
46
+
47
+ } // namespace margelo::nitro::webrtc
48
+
49
+ namespace margelo::nitro {
50
+
51
+ // C++ RTCConfiguration <> JS RTCConfiguration (object)
52
+ template <>
53
+ struct JSIConverter<margelo::nitro::webrtc::RTCConfiguration> final {
54
+ static inline margelo::nitro::webrtc::RTCConfiguration fromJSI(jsi::Runtime& runtime, const jsi::Value& arg) {
55
+ jsi::Object obj = arg.asObject(runtime);
56
+ return margelo::nitro::webrtc::RTCConfiguration(
57
+ JSIConverter<std::optional<std::vector<margelo::nitro::webrtc::RTCIceServer>>>::fromJSI(runtime, obj.getProperty(runtime, "iceServers"))
58
+ );
59
+ }
60
+ static inline jsi::Value toJSI(jsi::Runtime& runtime, const margelo::nitro::webrtc::RTCConfiguration& arg) {
61
+ jsi::Object obj(runtime);
62
+ obj.setProperty(runtime, "iceServers", JSIConverter<std::optional<std::vector<margelo::nitro::webrtc::RTCIceServer>>>::toJSI(runtime, arg.iceServers));
63
+ return obj;
64
+ }
65
+ static inline bool canConvert(jsi::Runtime& runtime, const jsi::Value& value) {
66
+ if (!value.isObject()) {
67
+ return false;
68
+ }
69
+ jsi::Object obj = value.getObject(runtime);
70
+ if (!nitro::isPlainObject(runtime, obj)) {
71
+ return false;
72
+ }
73
+ if (!JSIConverter<std::optional<std::vector<margelo::nitro::webrtc::RTCIceServer>>>::canConvert(runtime, obj.getProperty(runtime, "iceServers"))) return false;
74
+ return true;
75
+ }
76
+ };
77
+
78
+ } // namespace margelo::nitro
@@ -0,0 +1,75 @@
1
+ ///
2
+ /// RTCIceCandidate.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
+ #include <string>
29
+
30
+ namespace margelo::nitro::webrtc {
31
+
32
+ /**
33
+ * A struct which can be represented as a JavaScript object (RTCIceCandidate).
34
+ */
35
+ struct RTCIceCandidate {
36
+ public:
37
+ std::string candidate SWIFT_PRIVATE;
38
+
39
+ public:
40
+ RTCIceCandidate() = default;
41
+ explicit RTCIceCandidate(std::string candidate): candidate(candidate) {}
42
+ };
43
+
44
+ } // namespace margelo::nitro::webrtc
45
+
46
+ namespace margelo::nitro {
47
+
48
+ // C++ RTCIceCandidate <> JS RTCIceCandidate (object)
49
+ template <>
50
+ struct JSIConverter<margelo::nitro::webrtc::RTCIceCandidate> final {
51
+ static inline margelo::nitro::webrtc::RTCIceCandidate fromJSI(jsi::Runtime& runtime, const jsi::Value& arg) {
52
+ jsi::Object obj = arg.asObject(runtime);
53
+ return margelo::nitro::webrtc::RTCIceCandidate(
54
+ JSIConverter<std::string>::fromJSI(runtime, obj.getProperty(runtime, "candidate"))
55
+ );
56
+ }
57
+ static inline jsi::Value toJSI(jsi::Runtime& runtime, const margelo::nitro::webrtc::RTCIceCandidate& arg) {
58
+ jsi::Object obj(runtime);
59
+ obj.setProperty(runtime, "candidate", JSIConverter<std::string>::toJSI(runtime, arg.candidate));
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<std::string>::canConvert(runtime, obj.getProperty(runtime, "candidate"))) return false;
71
+ return true;
72
+ }
73
+ };
74
+
75
+ } // namespace margelo::nitro
@@ -0,0 +1,82 @@
1
+ ///
2
+ /// RTCIceCandidateInit.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
+ #include <string>
29
+ #include <optional>
30
+ #include <NitroModules/Null.hpp>
31
+ #include <variant>
32
+
33
+ namespace margelo::nitro::webrtc {
34
+
35
+ /**
36
+ * A struct which can be represented as a JavaScript object (RTCIceCandidateInit).
37
+ */
38
+ struct RTCIceCandidateInit {
39
+ public:
40
+ std::optional<std::string> candidate SWIFT_PRIVATE;
41
+ std::optional<std::variant<nitro::NullType, std::string>> sdpMid SWIFT_PRIVATE;
42
+
43
+ public:
44
+ RTCIceCandidateInit() = default;
45
+ explicit RTCIceCandidateInit(std::optional<std::string> candidate, std::optional<std::variant<nitro::NullType, std::string>> sdpMid): candidate(candidate), sdpMid(sdpMid) {}
46
+ };
47
+
48
+ } // namespace margelo::nitro::webrtc
49
+
50
+ namespace margelo::nitro {
51
+
52
+ // C++ RTCIceCandidateInit <> JS RTCIceCandidateInit (object)
53
+ template <>
54
+ struct JSIConverter<margelo::nitro::webrtc::RTCIceCandidateInit> final {
55
+ static inline margelo::nitro::webrtc::RTCIceCandidateInit fromJSI(jsi::Runtime& runtime, const jsi::Value& arg) {
56
+ jsi::Object obj = arg.asObject(runtime);
57
+ return margelo::nitro::webrtc::RTCIceCandidateInit(
58
+ JSIConverter<std::optional<std::string>>::fromJSI(runtime, obj.getProperty(runtime, "candidate")),
59
+ JSIConverter<std::optional<std::variant<nitro::NullType, std::string>>>::fromJSI(runtime, obj.getProperty(runtime, "sdpMid"))
60
+ );
61
+ }
62
+ static inline jsi::Value toJSI(jsi::Runtime& runtime, const margelo::nitro::webrtc::RTCIceCandidateInit& arg) {
63
+ jsi::Object obj(runtime);
64
+ obj.setProperty(runtime, "candidate", JSIConverter<std::optional<std::string>>::toJSI(runtime, arg.candidate));
65
+ obj.setProperty(runtime, "sdpMid", JSIConverter<std::optional<std::variant<nitro::NullType, std::string>>>::toJSI(runtime, arg.sdpMid));
66
+ return obj;
67
+ }
68
+ static inline bool canConvert(jsi::Runtime& runtime, const jsi::Value& value) {
69
+ if (!value.isObject()) {
70
+ return false;
71
+ }
72
+ jsi::Object obj = value.getObject(runtime);
73
+ if (!nitro::isPlainObject(runtime, obj)) {
74
+ return false;
75
+ }
76
+ if (!JSIConverter<std::optional<std::string>>::canConvert(runtime, obj.getProperty(runtime, "candidate"))) return false;
77
+ if (!JSIConverter<std::optional<std::variant<nitro::NullType, std::string>>>::canConvert(runtime, obj.getProperty(runtime, "sdpMid"))) return false;
78
+ return true;
79
+ }
80
+ };
81
+
82
+ } // namespace margelo::nitro
@@ -0,0 +1,80 @@
1
+ ///
2
+ /// RTCIceGatheringState.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/NitroHash.hpp>)
11
+ #include <NitroModules/NitroHash.hpp>
12
+ #else
13
+ #error NitroModules cannot be found! Are you sure you installed NitroModules properly?
14
+ #endif
15
+ #if __has_include(<NitroModules/JSIConverter.hpp>)
16
+ #include <NitroModules/JSIConverter.hpp>
17
+ #else
18
+ #error NitroModules cannot be found! Are you sure you installed NitroModules properly?
19
+ #endif
20
+ #if __has_include(<NitroModules/NitroDefines.hpp>)
21
+ #include <NitroModules/NitroDefines.hpp>
22
+ #else
23
+ #error NitroModules cannot be found! Are you sure you installed NitroModules properly?
24
+ #endif
25
+
26
+ namespace margelo::nitro::webrtc {
27
+
28
+ /**
29
+ * An enum which can be represented as a JavaScript union (RTCIceGatheringState).
30
+ */
31
+ enum class RTCIceGatheringState {
32
+ NEW SWIFT_NAME(new) = 0,
33
+ COMPLETE SWIFT_NAME(complete) = 1,
34
+ GATHERING SWIFT_NAME(gathering) = 2,
35
+ } CLOSED_ENUM;
36
+
37
+ } // namespace margelo::nitro::webrtc
38
+
39
+ namespace margelo::nitro {
40
+
41
+ // C++ RTCIceGatheringState <> JS RTCIceGatheringState (union)
42
+ template <>
43
+ struct JSIConverter<margelo::nitro::webrtc::RTCIceGatheringState> final {
44
+ static inline margelo::nitro::webrtc::RTCIceGatheringState fromJSI(jsi::Runtime& runtime, const jsi::Value& arg) {
45
+ std::string unionValue = JSIConverter<std::string>::fromJSI(runtime, arg);
46
+ switch (hashString(unionValue.c_str(), unionValue.size())) {
47
+ case hashString("new"): return margelo::nitro::webrtc::RTCIceGatheringState::NEW;
48
+ case hashString("complete"): return margelo::nitro::webrtc::RTCIceGatheringState::COMPLETE;
49
+ case hashString("gathering"): return margelo::nitro::webrtc::RTCIceGatheringState::GATHERING;
50
+ default: [[unlikely]]
51
+ throw std::invalid_argument("Cannot convert \"" + unionValue + "\" to enum RTCIceGatheringState - invalid value!");
52
+ }
53
+ }
54
+ static inline jsi::Value toJSI(jsi::Runtime& runtime, margelo::nitro::webrtc::RTCIceGatheringState arg) {
55
+ switch (arg) {
56
+ case margelo::nitro::webrtc::RTCIceGatheringState::NEW: return JSIConverter<std::string>::toJSI(runtime, "new");
57
+ case margelo::nitro::webrtc::RTCIceGatheringState::COMPLETE: return JSIConverter<std::string>::toJSI(runtime, "complete");
58
+ case margelo::nitro::webrtc::RTCIceGatheringState::GATHERING: return JSIConverter<std::string>::toJSI(runtime, "gathering");
59
+ default: [[unlikely]]
60
+ throw std::invalid_argument("Cannot convert RTCIceGatheringState to JS - invalid value: "
61
+ + std::to_string(static_cast<int>(arg)) + "!");
62
+ }
63
+ }
64
+ static inline bool canConvert(jsi::Runtime& runtime, const jsi::Value& value) {
65
+ if (!value.isString()) {
66
+ return false;
67
+ }
68
+ std::string unionValue = JSIConverter<std::string>::fromJSI(runtime, value);
69
+ switch (hashString(unionValue.c_str(), unionValue.size())) {
70
+ case hashString("new"):
71
+ case hashString("complete"):
72
+ case hashString("gathering"):
73
+ return true;
74
+ default:
75
+ return false;
76
+ }
77
+ }
78
+ };
79
+
80
+ } // namespace margelo::nitro