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,88 @@
1
+ /*
2
+ * This file is part of FFmpeg.
3
+ *
4
+ * FFmpeg is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU Lesser General Public
6
+ * License as published by the Free Software Foundation; either
7
+ * version 2.1 of the License, or (at your option) any later version.
8
+ *
9
+ * FFmpeg is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
+ * Lesser General Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU Lesser General Public
15
+ * License along with FFmpeg; if not, write to the Free Software
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
+ */
18
+
19
+ #ifndef AVCODEC_AVDCT_H
20
+ #define AVCODEC_AVDCT_H
21
+
22
+ #include "libavutil/opt.h"
23
+
24
+ /**
25
+ * AVDCT context.
26
+ * @note function pointers can be NULL if the specific features have been
27
+ * disabled at build time.
28
+ */
29
+ typedef struct AVDCT {
30
+ const AVClass *av_class;
31
+
32
+ void (*idct)(int16_t *block /* align 16 */);
33
+
34
+ /**
35
+ * IDCT input permutation.
36
+ * Several optimized IDCTs need a permutated input (relative to the
37
+ * normal order of the reference IDCT).
38
+ * This permutation must be performed before the idct_put/add.
39
+ * Note, normally this can be merged with the zigzag/alternate scan<br>
40
+ * An example to avoid confusion:
41
+ * - (->decode coeffs -> zigzag reorder -> dequant -> reference IDCT -> ...)
42
+ * - (x -> reference DCT -> reference IDCT -> x)
43
+ * - (x -> reference DCT -> simple_mmx_perm = idct_permutation
44
+ * -> simple_idct_mmx -> x)
45
+ * - (-> decode coeffs -> zigzag reorder -> simple_mmx_perm -> dequant
46
+ * -> simple_idct_mmx -> ...)
47
+ */
48
+ uint8_t idct_permutation[64];
49
+
50
+ void (*fdct)(int16_t *block /* align 16 */);
51
+
52
+
53
+ /**
54
+ * DCT algorithm.
55
+ * must use AVOptions to set this field.
56
+ */
57
+ int dct_algo;
58
+
59
+ /**
60
+ * IDCT algorithm.
61
+ * must use AVOptions to set this field.
62
+ */
63
+ int idct_algo;
64
+
65
+ void (*get_pixels)(int16_t *block /* align 16 */,
66
+ const uint8_t *pixels /* align 8 */,
67
+ ptrdiff_t line_size);
68
+
69
+ int bits_per_sample;
70
+
71
+ void (*get_pixels_unaligned)(int16_t *block /* align 16 */,
72
+ const uint8_t *pixels,
73
+ ptrdiff_t line_size);
74
+ } AVDCT;
75
+
76
+ /**
77
+ * Allocates a AVDCT context.
78
+ * This needs to be initialized with avcodec_dct_init() after optionally
79
+ * configuring it with AVOptions.
80
+ *
81
+ * To free it use av_free()
82
+ */
83
+ AVDCT *avcodec_dct_alloc(void);
84
+ int avcodec_dct_init(AVDCT *);
85
+
86
+ const AVClass *avcodec_dct_get_class(void);
87
+
88
+ #endif /* AVCODEC_AVDCT_H */
@@ -0,0 +1,149 @@
1
+ /*
2
+ * This file is part of FFmpeg.
3
+ *
4
+ * FFmpeg is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU Lesser General Public
6
+ * License as published by the Free Software Foundation; either
7
+ * version 2.1 of the License, or (at your option) any later version.
8
+ *
9
+ * FFmpeg is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
+ * Lesser General Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU Lesser General Public
15
+ * License along with FFmpeg; if not, write to the Free Software
16
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
+ */
18
+
19
+ #ifndef AVCODEC_AVFFT_H
20
+ #define AVCODEC_AVFFT_H
21
+
22
+ #include "libavutil/attributes.h"
23
+ #include "version_major.h"
24
+ #if FF_API_AVFFT
25
+
26
+ /**
27
+ * @file
28
+ * @ingroup lavc_fft
29
+ * FFT functions
30
+ */
31
+
32
+ /**
33
+ * @defgroup lavc_fft FFT functions
34
+ * @ingroup lavc_misc
35
+ *
36
+ * @{
37
+ */
38
+
39
+ typedef float FFTSample;
40
+
41
+ typedef struct FFTComplex {
42
+ FFTSample re, im;
43
+ } FFTComplex;
44
+
45
+ typedef struct FFTContext FFTContext;
46
+
47
+ /**
48
+ * Set up a complex FFT.
49
+ * @param nbits log2 of the length of the input array
50
+ * @param inverse if 0 perform the forward transform, if 1 perform the inverse
51
+ * @deprecated use av_tx_init from libavutil/tx.h with a type of AV_TX_FLOAT_FFT
52
+ */
53
+ attribute_deprecated
54
+ FFTContext *av_fft_init(int nbits, int inverse);
55
+
56
+ /**
57
+ * Do the permutation needed BEFORE calling ff_fft_calc().
58
+ * @deprecated without replacement
59
+ */
60
+ attribute_deprecated
61
+ void av_fft_permute(FFTContext *s, FFTComplex *z);
62
+
63
+ /**
64
+ * Do a complex FFT with the parameters defined in av_fft_init(). The
65
+ * input data must be permuted before. No 1.0/sqrt(n) normalization is done.
66
+ * @deprecated use the av_tx_fn value returned by av_tx_init, which also does permutation
67
+ */
68
+ attribute_deprecated
69
+ void av_fft_calc(FFTContext *s, FFTComplex *z);
70
+
71
+ attribute_deprecated
72
+ void av_fft_end(FFTContext *s);
73
+
74
+ /**
75
+ * @deprecated use av_tx_init from libavutil/tx.h with a type of AV_TX_FLOAT_MDCT,
76
+ * with a flag of AV_TX_FULL_IMDCT for a replacement to av_imdct_calc.
77
+ */
78
+ attribute_deprecated
79
+ FFTContext *av_mdct_init(int nbits, int inverse, double scale);
80
+ attribute_deprecated
81
+ void av_imdct_calc(FFTContext *s, FFTSample *output, const FFTSample *input);
82
+ attribute_deprecated
83
+ void av_imdct_half(FFTContext *s, FFTSample *output, const FFTSample *input);
84
+ attribute_deprecated
85
+ void av_mdct_calc(FFTContext *s, FFTSample *output, const FFTSample *input);
86
+ attribute_deprecated
87
+ void av_mdct_end(FFTContext *s);
88
+
89
+ /* Real Discrete Fourier Transform */
90
+
91
+ enum RDFTransformType {
92
+ DFT_R2C,
93
+ IDFT_C2R,
94
+ IDFT_R2C,
95
+ DFT_C2R,
96
+ };
97
+
98
+ typedef struct RDFTContext RDFTContext;
99
+
100
+ /**
101
+ * Set up a real FFT.
102
+ * @param nbits log2 of the length of the input array
103
+ * @param trans the type of transform
104
+ *
105
+ * @deprecated use av_tx_init from libavutil/tx.h with a type of AV_TX_FLOAT_RDFT
106
+ */
107
+ attribute_deprecated
108
+ RDFTContext *av_rdft_init(int nbits, enum RDFTransformType trans);
109
+ attribute_deprecated
110
+ void av_rdft_calc(RDFTContext *s, FFTSample *data);
111
+ attribute_deprecated
112
+ void av_rdft_end(RDFTContext *s);
113
+
114
+ /* Discrete Cosine Transform */
115
+
116
+ typedef struct DCTContext DCTContext;
117
+
118
+ enum DCTTransformType {
119
+ DCT_II = 0,
120
+ DCT_III,
121
+ DCT_I,
122
+ DST_I,
123
+ };
124
+
125
+ /**
126
+ * Set up DCT.
127
+ *
128
+ * @param nbits size of the input array:
129
+ * (1 << nbits) for DCT-II, DCT-III and DST-I
130
+ * (1 << nbits) + 1 for DCT-I
131
+ * @param type the type of transform
132
+ *
133
+ * @note the first element of the input of DST-I is ignored
134
+ *
135
+ * @deprecated use av_tx_init from libavutil/tx.h with an appropriate type of AV_TX_FLOAT_DCT
136
+ */
137
+ attribute_deprecated
138
+ DCTContext *av_dct_init(int nbits, enum DCTTransformType type);
139
+ attribute_deprecated
140
+ void av_dct_calc(DCTContext *s, FFTSample *data);
141
+ attribute_deprecated
142
+ void av_dct_end (DCTContext *s);
143
+
144
+ /**
145
+ * @}
146
+ */
147
+
148
+ #endif /* FF_API_AVFFT */
149
+ #endif /* AVCODEC_AVFFT_H */
@@ -0,0 +1,332 @@
1
+ /*
2
+ * Bitstream filters public API
3
+ *
4
+ * This file is part of FFmpeg.
5
+ *
6
+ * FFmpeg is free software; you can redistribute it and/or
7
+ * modify it under the terms of the GNU Lesser General Public
8
+ * License as published by the Free Software Foundation; either
9
+ * version 2.1 of the License, or (at your option) any later version.
10
+ *
11
+ * FFmpeg is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
+ * Lesser General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU Lesser General Public
17
+ * License along with FFmpeg; if not, write to the Free Software
18
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19
+ */
20
+
21
+ #ifndef AVCODEC_BSF_H
22
+ #define AVCODEC_BSF_H
23
+
24
+ #include "libavutil/dict.h"
25
+ #include "libavutil/log.h"
26
+ #include "libavutil/rational.h"
27
+
28
+ #include "codec_id.h"
29
+ #include "codec_par.h"
30
+ #include "packet.h"
31
+
32
+ /**
33
+ * @defgroup lavc_bsf Bitstream filters
34
+ * @ingroup libavc
35
+ *
36
+ * Bitstream filters transform encoded media data without decoding it. This
37
+ * allows e.g. manipulating various header values. Bitstream filters operate on
38
+ * @ref AVPacket "AVPackets".
39
+ *
40
+ * The bitstream filtering API is centered around two structures:
41
+ * AVBitStreamFilter and AVBSFContext. The former represents a bitstream filter
42
+ * in abstract, the latter a specific filtering process. Obtain an
43
+ * AVBitStreamFilter using av_bsf_get_by_name() or av_bsf_iterate(), then pass
44
+ * it to av_bsf_alloc() to create an AVBSFContext. Fill in the user-settable
45
+ * AVBSFContext fields, as described in its documentation, then call
46
+ * av_bsf_init() to prepare the filter context for use.
47
+ *
48
+ * Submit packets for filtering using av_bsf_send_packet(), obtain filtered
49
+ * results with av_bsf_receive_packet(). When no more input packets will be
50
+ * sent, submit a NULL AVPacket to signal the end of the stream to the filter.
51
+ * av_bsf_receive_packet() will then return trailing packets, if any are
52
+ * produced by the filter.
53
+ *
54
+ * Finally, free the filter context with av_bsf_free().
55
+ * @{
56
+ */
57
+
58
+ /**
59
+ * The bitstream filter state.
60
+ *
61
+ * This struct must be allocated with av_bsf_alloc() and freed with
62
+ * av_bsf_free().
63
+ *
64
+ * The fields in the struct will only be changed (by the caller or by the
65
+ * filter) as described in their documentation, and are to be considered
66
+ * immutable otherwise.
67
+ */
68
+ typedef struct AVBSFContext {
69
+ /**
70
+ * A class for logging and AVOptions
71
+ */
72
+ const AVClass *av_class;
73
+
74
+ /**
75
+ * The bitstream filter this context is an instance of.
76
+ */
77
+ const struct AVBitStreamFilter *filter;
78
+
79
+ /**
80
+ * Opaque filter-specific private data. If filter->priv_class is non-NULL,
81
+ * this is an AVOptions-enabled struct.
82
+ */
83
+ void *priv_data;
84
+
85
+ /**
86
+ * Parameters of the input stream. This field is allocated in
87
+ * av_bsf_alloc(), it needs to be filled by the caller before
88
+ * av_bsf_init().
89
+ */
90
+ AVCodecParameters *par_in;
91
+
92
+ /**
93
+ * Parameters of the output stream. This field is allocated in
94
+ * av_bsf_alloc(), it is set by the filter in av_bsf_init().
95
+ */
96
+ AVCodecParameters *par_out;
97
+
98
+ /**
99
+ * The timebase used for the timestamps of the input packets. Set by the
100
+ * caller before av_bsf_init().
101
+ */
102
+ AVRational time_base_in;
103
+
104
+ /**
105
+ * The timebase used for the timestamps of the output packets. Set by the
106
+ * filter in av_bsf_init().
107
+ */
108
+ AVRational time_base_out;
109
+ } AVBSFContext;
110
+
111
+ typedef struct AVBitStreamFilter {
112
+ const char *name;
113
+
114
+ /**
115
+ * A list of codec ids supported by the filter, terminated by
116
+ * AV_CODEC_ID_NONE.
117
+ * May be NULL, in that case the bitstream filter works with any codec id.
118
+ */
119
+ const enum AVCodecID *codec_ids;
120
+
121
+ /**
122
+ * A class for the private data, used to declare bitstream filter private
123
+ * AVOptions. This field is NULL for bitstream filters that do not declare
124
+ * any options.
125
+ *
126
+ * If this field is non-NULL, the first member of the filter private data
127
+ * must be a pointer to AVClass, which will be set by libavcodec generic
128
+ * code to this class.
129
+ */
130
+ const AVClass *priv_class;
131
+ } AVBitStreamFilter;
132
+
133
+ /**
134
+ * @return a bitstream filter with the specified name or NULL if no such
135
+ * bitstream filter exists.
136
+ */
137
+ const AVBitStreamFilter *av_bsf_get_by_name(const char *name);
138
+
139
+ /**
140
+ * Iterate over all registered bitstream filters.
141
+ *
142
+ * @param opaque a pointer where libavcodec will store the iteration state. Must
143
+ * point to NULL to start the iteration.
144
+ *
145
+ * @return the next registered bitstream filter or NULL when the iteration is
146
+ * finished
147
+ */
148
+ const AVBitStreamFilter *av_bsf_iterate(void **opaque);
149
+
150
+ /**
151
+ * Allocate a context for a given bitstream filter. The caller must fill in the
152
+ * context parameters as described in the documentation and then call
153
+ * av_bsf_init() before sending any data to the filter.
154
+ *
155
+ * @param filter the filter for which to allocate an instance.
156
+ * @param[out] ctx a pointer into which the pointer to the newly-allocated context
157
+ * will be written. It must be freed with av_bsf_free() after the
158
+ * filtering is done.
159
+ *
160
+ * @return 0 on success, a negative AVERROR code on failure
161
+ */
162
+ int av_bsf_alloc(const AVBitStreamFilter *filter, AVBSFContext **ctx);
163
+
164
+ /**
165
+ * Prepare the filter for use, after all the parameters and options have been
166
+ * set.
167
+ *
168
+ * @param ctx a AVBSFContext previously allocated with av_bsf_alloc()
169
+ */
170
+ int av_bsf_init(AVBSFContext *ctx);
171
+
172
+ /**
173
+ * Submit a packet for filtering.
174
+ *
175
+ * After sending each packet, the filter must be completely drained by calling
176
+ * av_bsf_receive_packet() repeatedly until it returns AVERROR(EAGAIN) or
177
+ * AVERROR_EOF.
178
+ *
179
+ * @param ctx an initialized AVBSFContext
180
+ * @param pkt the packet to filter. The bitstream filter will take ownership of
181
+ * the packet and reset the contents of pkt. pkt is not touched if an error occurs.
182
+ * If pkt is empty (i.e. NULL, or pkt->data is NULL and pkt->side_data_elems zero),
183
+ * it signals the end of the stream (i.e. no more non-empty packets will be sent;
184
+ * sending more empty packets does nothing) and will cause the filter to output
185
+ * any packets it may have buffered internally.
186
+ *
187
+ * @return
188
+ * - 0 on success.
189
+ * - AVERROR(EAGAIN) if packets need to be retrieved from the filter (using
190
+ * av_bsf_receive_packet()) before new input can be consumed.
191
+ * - Another negative AVERROR value if an error occurs.
192
+ */
193
+ int av_bsf_send_packet(AVBSFContext *ctx, AVPacket *pkt);
194
+
195
+ /**
196
+ * Retrieve a filtered packet.
197
+ *
198
+ * @param ctx an initialized AVBSFContext
199
+ * @param[out] pkt this struct will be filled with the contents of the filtered
200
+ * packet. It is owned by the caller and must be freed using
201
+ * av_packet_unref() when it is no longer needed.
202
+ * This parameter should be "clean" (i.e. freshly allocated
203
+ * with av_packet_alloc() or unreffed with av_packet_unref())
204
+ * when this function is called. If this function returns
205
+ * successfully, the contents of pkt will be completely
206
+ * overwritten by the returned data. On failure, pkt is not
207
+ * touched.
208
+ *
209
+ * @return
210
+ * - 0 on success.
211
+ * - AVERROR(EAGAIN) if more packets need to be sent to the filter (using
212
+ * av_bsf_send_packet()) to get more output.
213
+ * - AVERROR_EOF if there will be no further output from the filter.
214
+ * - Another negative AVERROR value if an error occurs.
215
+ *
216
+ * @note one input packet may result in several output packets, so after sending
217
+ * a packet with av_bsf_send_packet(), this function needs to be called
218
+ * repeatedly until it stops returning 0. It is also possible for a filter to
219
+ * output fewer packets than were sent to it, so this function may return
220
+ * AVERROR(EAGAIN) immediately after a successful av_bsf_send_packet() call.
221
+ */
222
+ int av_bsf_receive_packet(AVBSFContext *ctx, AVPacket *pkt);
223
+
224
+ /**
225
+ * Reset the internal bitstream filter state. Should be called e.g. when seeking.
226
+ */
227
+ void av_bsf_flush(AVBSFContext *ctx);
228
+
229
+ /**
230
+ * Free a bitstream filter context and everything associated with it; write NULL
231
+ * into the supplied pointer.
232
+ */
233
+ void av_bsf_free(AVBSFContext **ctx);
234
+
235
+ /**
236
+ * Get the AVClass for AVBSFContext. It can be used in combination with
237
+ * AV_OPT_SEARCH_FAKE_OBJ for examining options.
238
+ *
239
+ * @see av_opt_find().
240
+ */
241
+ const AVClass *av_bsf_get_class(void);
242
+
243
+ /**
244
+ * Structure for chain/list of bitstream filters.
245
+ * Empty list can be allocated by av_bsf_list_alloc().
246
+ */
247
+ typedef struct AVBSFList AVBSFList;
248
+
249
+ /**
250
+ * Allocate empty list of bitstream filters.
251
+ * The list must be later freed by av_bsf_list_free()
252
+ * or finalized by av_bsf_list_finalize().
253
+ *
254
+ * @return Pointer to @ref AVBSFList on success, NULL in case of failure
255
+ */
256
+ AVBSFList *av_bsf_list_alloc(void);
257
+
258
+ /**
259
+ * Free list of bitstream filters.
260
+ *
261
+ * @param lst Pointer to pointer returned by av_bsf_list_alloc()
262
+ */
263
+ void av_bsf_list_free(AVBSFList **lst);
264
+
265
+ /**
266
+ * Append bitstream filter to the list of bitstream filters.
267
+ *
268
+ * @param lst List to append to
269
+ * @param bsf Filter context to be appended
270
+ *
271
+ * @return >=0 on success, negative AVERROR in case of failure
272
+ */
273
+ int av_bsf_list_append(AVBSFList *lst, AVBSFContext *bsf);
274
+
275
+ /**
276
+ * Construct new bitstream filter context given it's name and options
277
+ * and append it to the list of bitstream filters.
278
+ *
279
+ * @param lst List to append to
280
+ * @param bsf_name Name of the bitstream filter
281
+ * @param options Options for the bitstream filter, can be set to NULL
282
+ *
283
+ * @return >=0 on success, negative AVERROR in case of failure
284
+ */
285
+ int av_bsf_list_append2(AVBSFList *lst, const char * bsf_name, AVDictionary **options);
286
+ /**
287
+ * Finalize list of bitstream filters.
288
+ *
289
+ * This function will transform @ref AVBSFList to single @ref AVBSFContext,
290
+ * so the whole chain of bitstream filters can be treated as single filter
291
+ * freshly allocated by av_bsf_alloc().
292
+ * If the call is successful, @ref AVBSFList structure is freed and lst
293
+ * will be set to NULL. In case of failure, caller is responsible for
294
+ * freeing the structure by av_bsf_list_free()
295
+ *
296
+ * @param lst Filter list structure to be transformed
297
+ * @param[out] bsf Pointer to be set to newly created @ref AVBSFContext structure
298
+ * representing the chain of bitstream filters
299
+ *
300
+ * @return >=0 on success, negative AVERROR in case of failure
301
+ */
302
+ int av_bsf_list_finalize(AVBSFList **lst, AVBSFContext **bsf);
303
+
304
+ /**
305
+ * Parse string describing list of bitstream filters and create single
306
+ * @ref AVBSFContext describing the whole chain of bitstream filters.
307
+ * Resulting @ref AVBSFContext can be treated as any other @ref AVBSFContext freshly
308
+ * allocated by av_bsf_alloc().
309
+ *
310
+ * @param str String describing chain of bitstream filters in format
311
+ * `bsf1[=opt1=val1:opt2=val2][,bsf2]`
312
+ * @param[out] bsf Pointer to be set to newly created @ref AVBSFContext structure
313
+ * representing the chain of bitstream filters
314
+ *
315
+ * @return >=0 on success, negative AVERROR in case of failure
316
+ */
317
+ int av_bsf_list_parse_str(const char *str, AVBSFContext **bsf);
318
+
319
+ /**
320
+ * Get null/pass-through bitstream filter.
321
+ *
322
+ * @param[out] bsf Pointer to be set to new instance of pass-through bitstream filter
323
+ *
324
+ * @return
325
+ */
326
+ int av_bsf_get_null_filter(AVBSFContext **bsf);
327
+
328
+ /**
329
+ * @}
330
+ */
331
+
332
+ #endif // AVCODEC_BSF_H