ilabs-flir 2.0.1 → 2.0.4

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 (893) hide show
  1. package/Flir.podspec +5 -3
  2. package/README.md +56 -299
  3. package/android/Flir/src/main/java/flir/android/FlirModule.kt +2 -2
  4. package/android/Flir/src/main/java/flir/android/FlirPackage.kt +1 -2
  5. package/android/Flir/src/main/java/flir/android/FlirSDKLoader.kt +1 -11
  6. package/app.plugin.js +1 -1
  7. package/ios/Flir/src/FlirModule.m +12 -1
  8. package/package.json +4 -3
  9. package/scripts/fetch-binaries.js +199 -0
  10. package/sdk-manifest.json +12 -14
  11. package/src/index.d.ts +2 -15
  12. package/src/index.js +1 -1
  13. package/src/index.ts +1 -2
  14. package/android/Flir/src/main/java/flir/android/FlirDownloadManager.kt +0 -55
  15. package/android/Flir/src/main/java/flir/android/FlirDownloadPackage.kt +0 -16
  16. package/ios/Flir/Framework/ThermalSDK/FLIRBattery.h +0 -76
  17. package/ios/Flir/Framework/ThermalSDK/FLIRCalibration.h +0 -108
  18. package/ios/Flir/Framework/ThermalSDK/FLIRCamera.h +0 -156
  19. package/ios/Flir/Framework/ThermalSDK/FLIRCameraDeviceInfo.h +0 -53
  20. package/ios/Flir/Framework/ThermalSDK/FLIRCameraEvent.h +0 -132
  21. package/ios/Flir/Framework/ThermalSDK/FLIRCameraImport.h +0 -204
  22. package/ios/Flir/Framework/ThermalSDK/FLIRColorDistributionSettings.h +0 -204
  23. package/ios/Flir/Framework/ThermalSDK/FLIRColorizer.h +0 -82
  24. package/ios/Flir/Framework/ThermalSDK/FLIRDiscoveredCamera.h +0 -44
  25. package/ios/Flir/Framework/ThermalSDK/FLIRDiscovery.h +0 -132
  26. package/ios/Flir/Framework/ThermalSDK/FLIRDisplaySettings.h +0 -29
  27. package/ios/Flir/Framework/ThermalSDK/FLIRFocus.h +0 -70
  28. package/ios/Flir/Framework/ThermalSDK/FLIRFusion.h +0 -192
  29. package/ios/Flir/Framework/ThermalSDK/FLIRFusionController.h +0 -136
  30. package/ios/Flir/Framework/ThermalSDK/FLIRFusionTransformation.h +0 -35
  31. package/ios/Flir/Framework/ThermalSDK/FLIRIdentity.h +0 -264
  32. package/ios/Flir/Framework/ThermalSDK/FLIRImageBase.h +0 -196
  33. package/ios/Flir/Framework/ThermalSDK/FLIRImageColorizer.h +0 -26
  34. package/ios/Flir/Framework/ThermalSDK/FLIRImageStatistics.h +0 -61
  35. package/ios/Flir/Framework/ThermalSDK/FLIRIsotherms.h +0 -208
  36. package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementArea.h +0 -38
  37. package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementCollection.h +0 -147
  38. package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementDelta.h +0 -62
  39. package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementDimensions.h +0 -33
  40. package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementEllipse.h +0 -49
  41. package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementLine.h +0 -66
  42. package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementMarker.h +0 -69
  43. package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementParameters.h +0 -41
  44. package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementRectangle.h +0 -36
  45. package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementReference.h +0 -27
  46. package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementShape.h +0 -46
  47. package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementSpot.h +0 -33
  48. package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementsController.h +0 -160
  49. package/ios/Flir/Framework/ThermalSDK/FLIRMeterLinkSensorPoll.h +0 -247
  50. package/ios/Flir/Framework/ThermalSDK/FLIROverlayController.h +0 -27
  51. package/ios/Flir/Framework/ThermalSDK/FLIRPalette.h +0 -60
  52. package/ios/Flir/Framework/ThermalSDK/FLIRPaletteController.h +0 -36
  53. package/ios/Flir/Framework/ThermalSDK/FLIRPaletteManager.h +0 -97
  54. package/ios/Flir/Framework/ThermalSDK/FLIRQuantification.h +0 -55
  55. package/ios/Flir/Framework/ThermalSDK/FLIRRemoteControl.h +0 -393
  56. package/ios/Flir/Framework/ThermalSDK/FLIRRenderer.h +0 -35
  57. package/ios/Flir/Framework/ThermalSDK/FLIRRendererImpl.h +0 -17
  58. package/ios/Flir/Framework/ThermalSDK/FLIRScale.h +0 -99
  59. package/ios/Flir/Framework/ThermalSDK/FLIRScaleController.h +0 -44
  60. package/ios/Flir/Framework/ThermalSDK/FLIRStream.h +0 -109
  61. package/ios/Flir/Framework/ThermalSDK/FLIRStreamer.h +0 -124
  62. package/ios/Flir/Framework/ThermalSDK/FLIRSystem.h +0 -40
  63. package/ios/Flir/Framework/ThermalSDK/FLIRTemperatureRange.h +0 -43
  64. package/ios/Flir/Framework/ThermalSDK/FLIRThermalDelta.h +0 -77
  65. package/ios/Flir/Framework/ThermalSDK/FLIRThermalImage.h +0 -331
  66. package/ios/Flir/Framework/ThermalSDK/FLIRThermalImageFile.h +0 -56
  67. package/ios/Flir/Framework/ThermalSDK/FLIRThermalParameters.h +0 -31
  68. package/ios/Flir/Framework/ThermalSDK/FLIRThermalValue.h +0 -92
  69. package/ios/Flir/Framework/ThermalSDK/FLIRWirelessCameraDetails.h +0 -88
  70. package/ios/Flir/Framework/ThermalSDK/ThermalSDK.h +0 -73
  71. package/ios/Flir/Frameworks/MeterLink.xcframework/Info.plist +0 -44
  72. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64/MeterLink.framework/Headers/FLIRMeterLinkDevice.h +0 -454
  73. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64/MeterLink.framework/Headers/FLIRMeterLinkManager.h +0 -171
  74. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64/MeterLink.framework/Headers/MeterLink.h +0 -26
  75. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64/MeterLink.framework/Info.plist +0 -0
  76. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64/MeterLink.framework/MeterLink +0 -0
  77. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64/MeterLink.framework/Modules/module.modulemap +0 -6
  78. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64_x86_64-simulator/MeterLink.framework/Headers/FLIRMeterLinkDevice.h +0 -454
  79. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64_x86_64-simulator/MeterLink.framework/Headers/FLIRMeterLinkManager.h +0 -171
  80. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64_x86_64-simulator/MeterLink.framework/Headers/MeterLink.h +0 -26
  81. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64_x86_64-simulator/MeterLink.framework/Info.plist +0 -0
  82. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64_x86_64-simulator/MeterLink.framework/MeterLink +0 -0
  83. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64_x86_64-simulator/MeterLink.framework/Modules/module.modulemap +0 -6
  84. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64_x86_64-simulator/MeterLink.framework/_CodeSignature/CodeResources +0 -146
  85. package/ios/Flir/Frameworks/ThermalSDK.xcframework/Info.plist +0 -44
  86. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRBattery.h +0 -76
  87. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRCalibration.h +0 -108
  88. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRCamera.h +0 -206
  89. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRCameraDeviceInfo.h +0 -53
  90. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRCameraEvent.h +0 -132
  91. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRCameraExport.h +0 -93
  92. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRCameraImport.h +0 -204
  93. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRColorDistributionSettings.h +0 -204
  94. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRColorizer.h +0 -82
  95. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRDiscoveredCamera.h +0 -44
  96. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRDiscovery.h +0 -132
  97. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRDisplaySettings.h +0 -29
  98. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRFocus.h +0 -70
  99. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRFusion.h +0 -192
  100. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRFusionController.h +0 -136
  101. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRFusionTransformation.h +0 -35
  102. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRIdentity.h +0 -264
  103. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRImageBase.h +0 -196
  104. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRImageColorizer.h +0 -26
  105. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRImageStatistics.h +0 -61
  106. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRIsotherms.h +0 -208
  107. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementArea.h +0 -38
  108. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementCollection.h +0 -147
  109. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementDelta.h +0 -62
  110. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementDimensions.h +0 -33
  111. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementEllipse.h +0 -49
  112. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementLine.h +0 -66
  113. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementMarker.h +0 -69
  114. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementParameters.h +0 -41
  115. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementRectangle.h +0 -36
  116. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementReference.h +0 -27
  117. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementShape.h +0 -46
  118. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementSpot.h +0 -33
  119. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementsController.h +0 -160
  120. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeterLinkSensorPoll.h +0 -247
  121. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIROverlayController.h +0 -27
  122. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRPalette.h +0 -60
  123. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRPaletteController.h +0 -36
  124. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRPaletteManager.h +0 -97
  125. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRQuantification.h +0 -55
  126. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRRemoteControl.h +0 -393
  127. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRRenderer.h +0 -35
  128. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRRendererImpl.h +0 -17
  129. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRScale.h +0 -99
  130. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRScaleController.h +0 -44
  131. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRStream.h +0 -109
  132. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRStreamer.h +0 -124
  133. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRSystem.h +0 -40
  134. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRTemperatureRange.h +0 -43
  135. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRThermalDelta.h +0 -77
  136. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRThermalImage.h +0 -331
  137. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRThermalImageFile.h +0 -56
  138. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRThermalParameters.h +0 -31
  139. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRThermalValue.h +0 -92
  140. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRWirelessCameraDetails.h +0 -88
  141. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/ThermalSDK.h +0 -74
  142. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Info.plist +0 -0
  143. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Modules/module.modulemap +0 -6
  144. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/ThermalSDK +0 -0
  145. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRBattery.h +0 -76
  146. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRCalibration.h +0 -108
  147. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRCamera.h +0 -206
  148. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRCameraDeviceInfo.h +0 -53
  149. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRCameraEvent.h +0 -132
  150. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRCameraExport.h +0 -93
  151. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRCameraImport.h +0 -204
  152. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRColorDistributionSettings.h +0 -204
  153. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRColorizer.h +0 -82
  154. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRDiscoveredCamera.h +0 -44
  155. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRDiscovery.h +0 -132
  156. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRDisplaySettings.h +0 -29
  157. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRFocus.h +0 -70
  158. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRFusion.h +0 -192
  159. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRFusionController.h +0 -136
  160. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRFusionTransformation.h +0 -35
  161. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRIdentity.h +0 -264
  162. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRImageBase.h +0 -196
  163. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRImageColorizer.h +0 -26
  164. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRImageStatistics.h +0 -61
  165. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRIsotherms.h +0 -208
  166. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementArea.h +0 -38
  167. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementCollection.h +0 -147
  168. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementDelta.h +0 -62
  169. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementDimensions.h +0 -33
  170. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementEllipse.h +0 -49
  171. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementLine.h +0 -66
  172. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementMarker.h +0 -69
  173. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementParameters.h +0 -41
  174. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementRectangle.h +0 -36
  175. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementReference.h +0 -27
  176. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementShape.h +0 -46
  177. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementSpot.h +0 -33
  178. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementsController.h +0 -160
  179. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeterLinkSensorPoll.h +0 -247
  180. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIROverlayController.h +0 -27
  181. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRPalette.h +0 -60
  182. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRPaletteController.h +0 -36
  183. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRPaletteManager.h +0 -97
  184. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRQuantification.h +0 -55
  185. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRRemoteControl.h +0 -393
  186. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRRenderer.h +0 -35
  187. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRRendererImpl.h +0 -17
  188. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRScale.h +0 -99
  189. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRScaleController.h +0 -44
  190. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRStream.h +0 -109
  191. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRStreamer.h +0 -124
  192. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRSystem.h +0 -40
  193. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRTemperatureRange.h +0 -43
  194. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRThermalDelta.h +0 -77
  195. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRThermalImage.h +0 -331
  196. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRThermalImageFile.h +0 -56
  197. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRThermalParameters.h +0 -31
  198. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRThermalValue.h +0 -92
  199. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRWirelessCameraDetails.h +0 -88
  200. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/ThermalSDK.h +0 -74
  201. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Info.plist +0 -0
  202. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Modules/module.modulemap +0 -6
  203. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/ThermalSDK +0 -0
  204. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/_CodeSignature/CodeResources +0 -729
  205. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/Info.plist +0 -44
  206. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/ac3_parser.h +0 -36
  207. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/adts_parser.h +0 -37
  208. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/avcodec.h +0 -3128
  209. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/avdct.h +0 -88
  210. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/avfft.h +0 -149
  211. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/bsf.h +0 -332
  212. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/codec.h +0 -382
  213. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/codec_desc.h +0 -134
  214. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/codec_id.h +0 -669
  215. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/codec_par.h +0 -248
  216. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/d3d11va.h +0 -109
  217. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/defs.h +0 -337
  218. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/dirac.h +0 -135
  219. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/dv_profile.h +0 -82
  220. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/dxva2.h +0 -90
  221. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/jni.h +0 -67
  222. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/mediacodec.h +0 -103
  223. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/packet.h +0 -887
  224. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/qsv.h +0 -109
  225. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/vdpau.h +0 -171
  226. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/version.h +0 -45
  227. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/version_major.h +0 -52
  228. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/videotoolbox.h +0 -85
  229. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/vorbis_parser.h +0 -74
  230. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Info.plist +0 -54
  231. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/libavcodec.61.dylib +0 -0
  232. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/ac3_parser.h +0 -36
  233. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/adts_parser.h +0 -37
  234. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/avcodec.h +0 -3128
  235. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/avdct.h +0 -88
  236. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/avfft.h +0 -149
  237. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/bsf.h +0 -332
  238. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/codec.h +0 -382
  239. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/codec_desc.h +0 -134
  240. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/codec_id.h +0 -669
  241. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/codec_par.h +0 -248
  242. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/d3d11va.h +0 -109
  243. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/defs.h +0 -337
  244. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/dirac.h +0 -135
  245. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/dv_profile.h +0 -82
  246. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/dxva2.h +0 -90
  247. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/jni.h +0 -67
  248. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/mediacodec.h +0 -103
  249. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/packet.h +0 -887
  250. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/qsv.h +0 -109
  251. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/vdpau.h +0 -171
  252. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/version.h +0 -45
  253. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/version_major.h +0 -52
  254. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/videotoolbox.h +0 -85
  255. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/vorbis_parser.h +0 -74
  256. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Info.plist +0 -54
  257. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/libavcodec.61.dylib +0 -0
  258. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/Info.plist +0 -44
  259. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64/libavdevice.61.dylib.framework/Headers/avdevice.h +0 -397
  260. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64/libavdevice.61.dylib.framework/Headers/version.h +0 -45
  261. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64/libavdevice.61.dylib.framework/Headers/version_major.h +0 -43
  262. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64/libavdevice.61.dylib.framework/Info.plist +0 -54
  263. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64/libavdevice.61.dylib.framework/libavdevice.61.dylib +0 -0
  264. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavdevice.61.dylib.framework/Headers/avdevice.h +0 -397
  265. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavdevice.61.dylib.framework/Headers/version.h +0 -45
  266. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavdevice.61.dylib.framework/Headers/version_major.h +0 -43
  267. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavdevice.61.dylib.framework/Info.plist +0 -54
  268. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavdevice.61.dylib.framework/libavdevice.61.dylib +0 -0
  269. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/Info.plist +0 -44
  270. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64/libavfilter.10.dylib.framework/Headers/avfilter.h +0 -1379
  271. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64/libavfilter.10.dylib.framework/Headers/buffersink.h +0 -173
  272. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64/libavfilter.10.dylib.framework/Headers/buffersrc.h +0 -215
  273. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64/libavfilter.10.dylib.framework/Headers/version.h +0 -48
  274. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64/libavfilter.10.dylib.framework/Headers/version_major.h +0 -40
  275. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64/libavfilter.10.dylib.framework/Info.plist +0 -54
  276. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64/libavfilter.10.dylib.framework/libavfilter.10.dylib +0 -0
  277. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64_x86_64-simulator/libavfilter.10.dylib.framework/Headers/avfilter.h +0 -1379
  278. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64_x86_64-simulator/libavfilter.10.dylib.framework/Headers/buffersink.h +0 -173
  279. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64_x86_64-simulator/libavfilter.10.dylib.framework/Headers/buffersrc.h +0 -215
  280. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64_x86_64-simulator/libavfilter.10.dylib.framework/Headers/version.h +0 -48
  281. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64_x86_64-simulator/libavfilter.10.dylib.framework/Headers/version_major.h +0 -40
  282. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64_x86_64-simulator/libavfilter.10.dylib.framework/Info.plist +0 -54
  283. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64_x86_64-simulator/libavfilter.10.dylib.framework/libavfilter.10.dylib +0 -0
  284. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/Info.plist +0 -44
  285. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64/libavformat.61.dylib.framework/Headers/avformat.h +0 -3107
  286. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64/libavformat.61.dylib.framework/Headers/avio.h +0 -831
  287. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64/libavformat.61.dylib.framework/Headers/version.h +0 -47
  288. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64/libavformat.61.dylib.framework/Headers/version_major.h +0 -54
  289. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64/libavformat.61.dylib.framework/Info.plist +0 -54
  290. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64/libavformat.61.dylib.framework/libavformat.61.dylib +0 -0
  291. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavformat.61.dylib.framework/Headers/avformat.h +0 -3107
  292. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavformat.61.dylib.framework/Headers/avio.h +0 -831
  293. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavformat.61.dylib.framework/Headers/version.h +0 -47
  294. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavformat.61.dylib.framework/Headers/version_major.h +0 -54
  295. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavformat.61.dylib.framework/Info.plist +0 -54
  296. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavformat.61.dylib.framework/libavformat.61.dylib +0 -0
  297. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/Info.plist +0 -44
  298. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/adler32.h +0 -63
  299. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/aes.h +0 -69
  300. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/aes_ctr.h +0 -99
  301. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/ambient_viewing_environment.h +0 -72
  302. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/attributes.h +0 -173
  303. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/audio_fifo.h +0 -187
  304. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/avassert.h +0 -78
  305. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/avconfig.h +0 -6
  306. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/avstring.h +0 -428
  307. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/avutil.h +0 -362
  308. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/base64.h +0 -72
  309. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/blowfish.h +0 -82
  310. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/bprint.h +0 -254
  311. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/bswap.h +0 -105
  312. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/buffer.h +0 -322
  313. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/camellia.h +0 -70
  314. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/cast5.h +0 -80
  315. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/channel_layout.h +0 -751
  316. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/common.h +0 -589
  317. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/cpu.h +0 -145
  318. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/crc.h +0 -102
  319. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/csp.h +0 -150
  320. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/des.h +0 -81
  321. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/detection_bbox.h +0 -108
  322. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/dict.h +0 -241
  323. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/display.h +0 -109
  324. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/dovi_meta.h +0 -396
  325. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/downmix_info.h +0 -115
  326. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/encryption_info.h +0 -205
  327. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/error.h +0 -129
  328. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/eval.h +0 -140
  329. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/executor.h +0 -67
  330. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/ffversion.h +0 -5
  331. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/fifo.h +0 -242
  332. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/file.h +0 -62
  333. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/film_grain_params.h +0 -322
  334. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/frame.h +0 -1175
  335. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hash.h +0 -264
  336. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hdr_dynamic_metadata.h +0 -376
  337. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hdr_dynamic_vivid_metadata.h +0 -346
  338. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hmac.h +0 -99
  339. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext.h +0 -598
  340. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_cuda.h +0 -74
  341. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_d3d11va.h +0 -178
  342. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_d3d12va.h +0 -142
  343. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_drm.h +0 -169
  344. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_dxva2.h +0 -75
  345. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_mediacodec.h +0 -61
  346. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_opencl.h +0 -100
  347. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_qsv.h +0 -87
  348. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_vaapi.h +0 -117
  349. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_vdpau.h +0 -44
  350. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_videotoolbox.h +0 -106
  351. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_vulkan.h +0 -382
  352. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/iamf.h +0 -690
  353. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/imgutils.h +0 -377
  354. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/intfloat.h +0 -77
  355. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/intreadwrite.h +0 -677
  356. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/lfg.h +0 -81
  357. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/log.h +0 -387
  358. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/lzo.h +0 -66
  359. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/macros.h +0 -80
  360. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/mastering_display_metadata.h +0 -137
  361. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/mathematics.h +0 -300
  362. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/md5.h +0 -89
  363. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/mem.h +0 -607
  364. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/motion_vector.h +0 -57
  365. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/murmur3.h +0 -115
  366. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/opt.h +0 -1187
  367. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/parseutils.h +0 -197
  368. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/pixdesc.h +0 -440
  369. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/pixelutils.h +0 -51
  370. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/pixfmt.h +0 -716
  371. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/random_seed.h +0 -57
  372. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/rational.h +0 -225
  373. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/rc4.h +0 -69
  374. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/replaygain.h +0 -50
  375. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/ripemd.h +0 -83
  376. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/samplefmt.h +0 -269
  377. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/sha.h +0 -90
  378. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/sha512.h +0 -92
  379. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/spherical.h +0 -243
  380. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/stereo3d.h +0 -325
  381. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/tea.h +0 -71
  382. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/threadmessage.h +0 -115
  383. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/time.h +0 -56
  384. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/timecode.h +0 -199
  385. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/timestamp.h +0 -85
  386. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/tree.h +0 -137
  387. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/twofish.h +0 -70
  388. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/tx.h +0 -210
  389. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/uuid.h +0 -146
  390. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/version.h +0 -124
  391. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/video_enc_params.h +0 -171
  392. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/video_hint.h +0 -107
  393. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/xtea.h +0 -94
  394. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Info.plist +0 -54
  395. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/libavutil.59.dylib +0 -0
  396. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/adler32.h +0 -63
  397. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/aes.h +0 -69
  398. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/aes_ctr.h +0 -99
  399. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/ambient_viewing_environment.h +0 -72
  400. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/attributes.h +0 -173
  401. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/audio_fifo.h +0 -187
  402. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/avassert.h +0 -78
  403. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/avconfig.h +0 -6
  404. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/avstring.h +0 -428
  405. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/avutil.h +0 -362
  406. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/base64.h +0 -72
  407. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/blowfish.h +0 -82
  408. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/bprint.h +0 -254
  409. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/bswap.h +0 -105
  410. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/buffer.h +0 -322
  411. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/camellia.h +0 -70
  412. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/cast5.h +0 -80
  413. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/channel_layout.h +0 -751
  414. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/common.h +0 -589
  415. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/cpu.h +0 -145
  416. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/crc.h +0 -102
  417. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/csp.h +0 -150
  418. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/des.h +0 -81
  419. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/detection_bbox.h +0 -108
  420. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/dict.h +0 -241
  421. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/display.h +0 -109
  422. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/dovi_meta.h +0 -396
  423. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/downmix_info.h +0 -115
  424. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/encryption_info.h +0 -205
  425. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/error.h +0 -129
  426. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/eval.h +0 -140
  427. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/executor.h +0 -67
  428. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/ffversion.h +0 -5
  429. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/fifo.h +0 -242
  430. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/file.h +0 -62
  431. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/film_grain_params.h +0 -322
  432. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/frame.h +0 -1175
  433. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hash.h +0 -264
  434. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hdr_dynamic_metadata.h +0 -376
  435. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hdr_dynamic_vivid_metadata.h +0 -346
  436. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hmac.h +0 -99
  437. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext.h +0 -598
  438. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_cuda.h +0 -74
  439. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_d3d11va.h +0 -178
  440. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_d3d12va.h +0 -142
  441. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_drm.h +0 -169
  442. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_dxva2.h +0 -75
  443. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_mediacodec.h +0 -61
  444. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_opencl.h +0 -100
  445. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_qsv.h +0 -87
  446. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_vaapi.h +0 -117
  447. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_vdpau.h +0 -44
  448. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_videotoolbox.h +0 -106
  449. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_vulkan.h +0 -382
  450. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/iamf.h +0 -690
  451. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/imgutils.h +0 -377
  452. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/intfloat.h +0 -77
  453. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/intreadwrite.h +0 -677
  454. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/lfg.h +0 -81
  455. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/log.h +0 -387
  456. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/lzo.h +0 -66
  457. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/macros.h +0 -80
  458. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/mastering_display_metadata.h +0 -137
  459. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/mathematics.h +0 -300
  460. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/md5.h +0 -89
  461. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/mem.h +0 -607
  462. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/motion_vector.h +0 -57
  463. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/murmur3.h +0 -115
  464. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/opt.h +0 -1187
  465. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/parseutils.h +0 -197
  466. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/pixdesc.h +0 -440
  467. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/pixelutils.h +0 -51
  468. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/pixfmt.h +0 -716
  469. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/random_seed.h +0 -57
  470. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/rational.h +0 -225
  471. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/rc4.h +0 -69
  472. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/replaygain.h +0 -50
  473. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/ripemd.h +0 -83
  474. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/samplefmt.h +0 -269
  475. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/sha.h +0 -90
  476. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/sha512.h +0 -92
  477. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/spherical.h +0 -243
  478. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/stereo3d.h +0 -325
  479. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/tea.h +0 -71
  480. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/threadmessage.h +0 -115
  481. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/time.h +0 -56
  482. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/timecode.h +0 -199
  483. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/timestamp.h +0 -85
  484. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/tree.h +0 -137
  485. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/twofish.h +0 -70
  486. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/tx.h +0 -210
  487. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/uuid.h +0 -146
  488. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/version.h +0 -124
  489. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/video_enc_params.h +0 -171
  490. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/video_hint.h +0 -107
  491. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/xtea.h +0 -94
  492. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Info.plist +0 -54
  493. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/libavutil.59.dylib +0 -0
  494. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/Info.plist +0 -44
  495. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/BasicUsageEnvironment/BasicHashTable.hh +0 -104
  496. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/BasicUsageEnvironment/BasicUsageEnvironment.hh +0 -86
  497. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/BasicUsageEnvironment/BasicUsageEnvironment0.hh +0 -131
  498. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/BasicUsageEnvironment/BasicUsageEnvironment_version.hh +0 -25
  499. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/BasicUsageEnvironment/DelayQueue.hh +0 -183
  500. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/BasicUsageEnvironment/HandlerSet.hh +0 -79
  501. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/UsageEnvironment/Boolean.hh +0 -37
  502. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/UsageEnvironment/HashTable.hh +0 -78
  503. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/UsageEnvironment/UsageEnvironment.hh +0 -178
  504. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/UsageEnvironment/UsageEnvironment_version.hh +0 -25
  505. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/UsageEnvironment/strDup.hh +0 -39
  506. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/groupsock/GroupEId.hh +0 -64
  507. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/groupsock/Groupsock.hh +0 -201
  508. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/groupsock/GroupsockHelper.hh +0 -169
  509. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/groupsock/IOHandlers.hh +0 -31
  510. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/groupsock/NetAddress.hh +0 -209
  511. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/groupsock/NetCommon.h +0 -126
  512. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/groupsock/NetInterface.hh +0 -109
  513. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/groupsock/groupsock_version.hh +0 -25
  514. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AC3AudioFileServerMediaSubsession.hh +0 -48
  515. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AC3AudioRTPSink.hh +0 -57
  516. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AC3AudioRTPSource.hh +0 -51
  517. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AC3AudioStreamFramer.hh +0 -70
  518. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ADTSAudioFileServerMediaSubsession.hh +0 -48
  519. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ADTSAudioFileSource.hh +0 -56
  520. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ADTSAudioStreamDiscreteFramer.hh +0 -61
  521. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AMRAudioFileServerMediaSubsession.hh +0 -48
  522. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AMRAudioFileSink.hh +0 -51
  523. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AMRAudioFileSource.hh +0 -48
  524. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AMRAudioRTPSink.hh +0 -65
  525. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AMRAudioRTPSource.hh +0 -53
  526. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AMRAudioSource.hh +0 -52
  527. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AVIFileSink.hh +0 -115
  528. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AudioInputDevice.hh +0 -71
  529. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AudioRTPSink.hh +0 -42
  530. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/Base64.hh +0 -45
  531. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/BasicUDPSink.hh +0 -62
  532. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/BasicUDPSource.hh +0 -56
  533. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/BitVector.hh +0 -69
  534. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ByteStreamFileSource.hh +0 -82
  535. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ByteStreamMemoryBufferSource.hh +0 -70
  536. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ByteStreamMultiFileSource.hh +0 -69
  537. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/DVVideoFileServerMediaSubsession.hh +0 -51
  538. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/DVVideoRTPSink.hh +0 -57
  539. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/DVVideoRTPSource.hh +0 -51
  540. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/DVVideoStreamFramer.hh +0 -72
  541. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/DeviceSource.hh +0 -66
  542. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/DigestAuthentication.hh +0 -77
  543. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/FileServerMediaSubsession.hh +0 -43
  544. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/FileSink.hh +0 -71
  545. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/FramedFileSource.hh +0 -37
  546. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/FramedFilter.hh +0 -52
  547. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/FramedSource.hh +0 -95
  548. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/GSMAudioRTPSink.hh +0 -44
  549. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/GenericMediaServer.hh +0 -224
  550. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H261VideoRTPSource.hh +0 -56
  551. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H263plusVideoFileServerMediaSubsession.hh +0 -48
  552. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H263plusVideoRTPSink.hh +0 -54
  553. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H263plusVideoRTPSource.hh +0 -60
  554. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H263plusVideoStreamFramer.hh +0 -64
  555. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264VideoFileServerMediaSubsession.hh +0 -61
  556. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264VideoFileSink.hh +0 -47
  557. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264VideoRTPSink.hh +0 -59
  558. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264VideoRTPSource.hh +0 -70
  559. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264VideoStreamDiscreteFramer.hh +0 -48
  560. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264VideoStreamFramer.hh +0 -45
  561. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264or5VideoFileSink.hh +0 -46
  562. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264or5VideoRTPSink.hh +0 -60
  563. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264or5VideoStreamDiscreteFramer.hh +0 -56
  564. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264or5VideoStreamFramer.hh +0 -92
  565. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H265VideoFileServerMediaSubsession.hh +0 -61
  566. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H265VideoFileSink.hh +0 -51
  567. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H265VideoRTPSink.hh +0 -62
  568. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H265VideoRTPSource.hh +0 -67
  569. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H265VideoStreamDiscreteFramer.hh +0 -48
  570. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H265VideoStreamFramer.hh +0 -45
  571. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/HLSSegmenter.hh +0 -76
  572. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/HMAC_SHA1.hh +0 -34
  573. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/HMAC_hash.hh +0 -37
  574. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/InputFile.hh +0 -67
  575. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/JPEG2000VideoRTPSink.hh +0 -46
  576. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/JPEG2000VideoRTPSource.hh +0 -53
  577. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/JPEGVideoRTPSink.hh +0 -52
  578. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/JPEGVideoRTPSource.hh +0 -59
  579. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/JPEGVideoSource.hh +0 -55
  580. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/Locale.hh +0 -80
  581. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MIKEY.hh +0 -75
  582. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MP3ADU.hh +0 -94
  583. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MP3ADURTPSink.hh +0 -55
  584. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MP3ADURTPSource.hh +0 -49
  585. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MP3ADUTranscoder.hh +0 -64
  586. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MP3ADUinterleaving.hh +0 -129
  587. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MP3AudioFileServerMediaSubsession.hh +0 -73
  588. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MP3FileSource.hh +0 -71
  589. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MP3Transcoder.hh +0 -44
  590. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2AudioRTPSink.hh +0 -48
  591. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2AudioRTPSource.hh +0 -51
  592. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2AudioStreamFramer.hh +0 -70
  593. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2Demux.hh +0 -158
  594. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2DemuxedElementaryStream.hh +0 -69
  595. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2DemuxedServerMediaSubsession.hh +0 -63
  596. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2FileServerDemux.hh +0 -70
  597. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoFileServerMediaSubsession.hh +0 -59
  598. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoRTPSink.hh +0 -69
  599. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoRTPSource.hh +0 -53
  600. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoStreamDiscreteFramer.hh +0 -76
  601. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoStreamFramer.hh +0 -56
  602. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2IndexFromTransportStream.hh +0 -95
  603. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportFileServerMediaSubsession.hh +0 -131
  604. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamAccumulator.hh +0 -60
  605. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamDemux.hh +0 -50
  606. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamFramer.hh +0 -78
  607. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamFromESSource.hh +0 -66
  608. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamFromPESSource.hh +0 -62
  609. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamIndexFile.hh +0 -96
  610. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamMultiplexor.hh +0 -120
  611. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamTrickModeFilter.hh +0 -99
  612. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportUDPServerMediaSubsession.hh +0 -55
  613. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4ESVideoRTPSink.hh +0 -72
  614. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4ESVideoRTPSource.hh +0 -51
  615. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4GenericRTPSink.hh +0 -70
  616. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4GenericRTPSource.hh +0 -78
  617. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4LATMAudioRTPSink.hh +0 -69
  618. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4LATMAudioRTPSource.hh +0 -101
  619. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4VideoFileServerMediaSubsession.hh +0 -61
  620. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4VideoStreamDiscreteFramer.hh +0 -73
  621. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4VideoStreamFramer.hh +0 -75
  622. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEGVideoStreamFramer.hh +0 -85
  623. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MatroskaFile.hh +0 -218
  624. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MatroskaFileServerDemux.hh +0 -88
  625. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/Media.hh +0 -139
  626. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MediaSession.hh +0 -374
  627. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MediaSink.hh +0 -135
  628. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MediaSource.hh +0 -59
  629. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MediaTranscodingTable.hh +0 -66
  630. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MultiFramedRTPSink.hh +0 -140
  631. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MultiFramedRTPSource.hh +0 -159
  632. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/OggFile.hh +0 -179
  633. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/OggFileServerDemux.hh +0 -85
  634. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/OggFileSink.hh +0 -79
  635. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/OnDemandServerMediaSubsession.hh +0 -233
  636. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/OutputFile.hh +0 -31
  637. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/PassiveServerMediaSubsession.hh +0 -83
  638. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ProxyServerMediaSession.hh +0 -238
  639. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/QCELPAudioRTPSource.hh +0 -39
  640. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/QuickTimeFileSink.hh +0 -192
  641. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/QuickTimeGenericRTPSource.hh +0 -68
  642. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RTCP.hh +0 -250
  643. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RTPInterface.hh +0 -115
  644. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RTPSink.hh +0 -250
  645. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RTPSource.hh +0 -281
  646. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RTSPClient.hh +0 -448
  647. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RTSPCommon.hh +0 -65
  648. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RTSPRegisterSender.hh +0 -138
  649. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RTSPServer.hh +0 -397
  650. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RawVideoFrameParameters.hh +0 -37
  651. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RawVideoRTPSink.hh +0 -71
  652. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RawVideoRTPSource.hh +0 -60
  653. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/SIPClient.hh +0 -150
  654. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/SRTPCryptographicContext.hh +0 -152
  655. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ServerMediaSession.hh +0 -200
  656. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/SimpleRTPSink.hh +0 -76
  657. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/SimpleRTPSource.hh +0 -65
  658. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/StreamReplicator.hh +0 -84
  659. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/T140TextRTPSink.hh +0 -103
  660. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/TLSState.hh +0 -102
  661. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/TextRTPSink.hh +0 -41
  662. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/TheoraVideoRTPSink.hh +0 -72
  663. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/TheoraVideoRTPSource.hh +0 -53
  664. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/VP8VideoRTPSink.hh +0 -50
  665. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/VP8VideoRTPSource.hh +0 -50
  666. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/VP9VideoRTPSink.hh +0 -50
  667. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/VP9VideoRTPSource.hh +0 -50
  668. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/VideoRTPSink.hh +0 -41
  669. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/VorbisAudioRTPSink.hh +0 -85
  670. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/VorbisAudioRTPSource.hh +0 -66
  671. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/WAVAudioFileServerMediaSubsession.hh +0 -68
  672. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/WAVAudioFileSource.hh +0 -86
  673. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/export.h +0 -30
  674. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/liveMedia.hh +0 -137
  675. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/liveMedia_version.hh +0 -25
  676. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ourMD5.hh +0 -38
  677. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/uLawAudioFilter.hh +0 -208
  678. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Info.plist +0 -54
  679. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/liblive666.dylib +0 -0
  680. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/BasicUsageEnvironment/BasicHashTable.hh +0 -104
  681. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/BasicUsageEnvironment/BasicUsageEnvironment.hh +0 -86
  682. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/BasicUsageEnvironment/BasicUsageEnvironment0.hh +0 -131
  683. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/BasicUsageEnvironment/BasicUsageEnvironment_version.hh +0 -25
  684. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/BasicUsageEnvironment/DelayQueue.hh +0 -183
  685. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/BasicUsageEnvironment/HandlerSet.hh +0 -79
  686. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/UsageEnvironment/Boolean.hh +0 -37
  687. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/UsageEnvironment/HashTable.hh +0 -78
  688. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/UsageEnvironment/UsageEnvironment.hh +0 -178
  689. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/UsageEnvironment/UsageEnvironment_version.hh +0 -25
  690. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/UsageEnvironment/strDup.hh +0 -39
  691. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/groupsock/GroupEId.hh +0 -64
  692. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/groupsock/Groupsock.hh +0 -201
  693. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/groupsock/GroupsockHelper.hh +0 -169
  694. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/groupsock/IOHandlers.hh +0 -31
  695. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/groupsock/NetAddress.hh +0 -209
  696. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/groupsock/NetCommon.h +0 -126
  697. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/groupsock/NetInterface.hh +0 -109
  698. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/groupsock/groupsock_version.hh +0 -25
  699. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AC3AudioFileServerMediaSubsession.hh +0 -48
  700. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AC3AudioRTPSink.hh +0 -57
  701. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AC3AudioRTPSource.hh +0 -51
  702. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AC3AudioStreamFramer.hh +0 -70
  703. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ADTSAudioFileServerMediaSubsession.hh +0 -48
  704. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ADTSAudioFileSource.hh +0 -56
  705. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ADTSAudioStreamDiscreteFramer.hh +0 -61
  706. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AMRAudioFileServerMediaSubsession.hh +0 -48
  707. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AMRAudioFileSink.hh +0 -51
  708. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AMRAudioFileSource.hh +0 -48
  709. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AMRAudioRTPSink.hh +0 -65
  710. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AMRAudioRTPSource.hh +0 -53
  711. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AMRAudioSource.hh +0 -52
  712. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AVIFileSink.hh +0 -115
  713. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AudioInputDevice.hh +0 -71
  714. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AudioRTPSink.hh +0 -42
  715. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/Base64.hh +0 -45
  716. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/BasicUDPSink.hh +0 -62
  717. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/BasicUDPSource.hh +0 -56
  718. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/BitVector.hh +0 -69
  719. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ByteStreamFileSource.hh +0 -82
  720. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ByteStreamMemoryBufferSource.hh +0 -70
  721. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ByteStreamMultiFileSource.hh +0 -69
  722. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/DVVideoFileServerMediaSubsession.hh +0 -51
  723. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/DVVideoRTPSink.hh +0 -57
  724. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/DVVideoRTPSource.hh +0 -51
  725. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/DVVideoStreamFramer.hh +0 -72
  726. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/DeviceSource.hh +0 -66
  727. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/DigestAuthentication.hh +0 -77
  728. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/FileServerMediaSubsession.hh +0 -43
  729. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/FileSink.hh +0 -71
  730. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/FramedFileSource.hh +0 -37
  731. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/FramedFilter.hh +0 -52
  732. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/FramedSource.hh +0 -95
  733. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/GSMAudioRTPSink.hh +0 -44
  734. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/GenericMediaServer.hh +0 -224
  735. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H261VideoRTPSource.hh +0 -56
  736. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H263plusVideoFileServerMediaSubsession.hh +0 -48
  737. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H263plusVideoRTPSink.hh +0 -54
  738. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H263plusVideoRTPSource.hh +0 -60
  739. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H263plusVideoStreamFramer.hh +0 -64
  740. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264VideoFileServerMediaSubsession.hh +0 -61
  741. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264VideoFileSink.hh +0 -47
  742. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264VideoRTPSink.hh +0 -59
  743. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264VideoRTPSource.hh +0 -70
  744. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264VideoStreamDiscreteFramer.hh +0 -48
  745. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264VideoStreamFramer.hh +0 -45
  746. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264or5VideoFileSink.hh +0 -46
  747. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264or5VideoRTPSink.hh +0 -60
  748. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264or5VideoStreamDiscreteFramer.hh +0 -56
  749. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264or5VideoStreamFramer.hh +0 -92
  750. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H265VideoFileServerMediaSubsession.hh +0 -61
  751. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H265VideoFileSink.hh +0 -51
  752. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H265VideoRTPSink.hh +0 -62
  753. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H265VideoRTPSource.hh +0 -67
  754. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H265VideoStreamDiscreteFramer.hh +0 -48
  755. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H265VideoStreamFramer.hh +0 -45
  756. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/HLSSegmenter.hh +0 -76
  757. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/HMAC_SHA1.hh +0 -34
  758. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/HMAC_hash.hh +0 -37
  759. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/InputFile.hh +0 -67
  760. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/JPEG2000VideoRTPSink.hh +0 -46
  761. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/JPEG2000VideoRTPSource.hh +0 -53
  762. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/JPEGVideoRTPSink.hh +0 -52
  763. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/JPEGVideoRTPSource.hh +0 -59
  764. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/JPEGVideoSource.hh +0 -55
  765. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/Locale.hh +0 -80
  766. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MIKEY.hh +0 -75
  767. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MP3ADU.hh +0 -94
  768. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MP3ADURTPSink.hh +0 -55
  769. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MP3ADURTPSource.hh +0 -49
  770. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MP3ADUTranscoder.hh +0 -64
  771. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MP3ADUinterleaving.hh +0 -129
  772. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MP3AudioFileServerMediaSubsession.hh +0 -73
  773. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MP3FileSource.hh +0 -71
  774. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MP3Transcoder.hh +0 -44
  775. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2AudioRTPSink.hh +0 -48
  776. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2AudioRTPSource.hh +0 -51
  777. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2AudioStreamFramer.hh +0 -70
  778. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2Demux.hh +0 -158
  779. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2DemuxedElementaryStream.hh +0 -69
  780. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2DemuxedServerMediaSubsession.hh +0 -63
  781. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2FileServerDemux.hh +0 -70
  782. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoFileServerMediaSubsession.hh +0 -59
  783. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoRTPSink.hh +0 -69
  784. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoRTPSource.hh +0 -53
  785. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoStreamDiscreteFramer.hh +0 -76
  786. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoStreamFramer.hh +0 -56
  787. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2IndexFromTransportStream.hh +0 -95
  788. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportFileServerMediaSubsession.hh +0 -131
  789. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamAccumulator.hh +0 -60
  790. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamDemux.hh +0 -50
  791. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamFramer.hh +0 -78
  792. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamFromESSource.hh +0 -66
  793. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamFromPESSource.hh +0 -62
  794. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamIndexFile.hh +0 -96
  795. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamMultiplexor.hh +0 -120
  796. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamTrickModeFilter.hh +0 -99
  797. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportUDPServerMediaSubsession.hh +0 -55
  798. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4ESVideoRTPSink.hh +0 -72
  799. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4ESVideoRTPSource.hh +0 -51
  800. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4GenericRTPSink.hh +0 -70
  801. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4GenericRTPSource.hh +0 -78
  802. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4LATMAudioRTPSink.hh +0 -69
  803. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4LATMAudioRTPSource.hh +0 -101
  804. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4VideoFileServerMediaSubsession.hh +0 -61
  805. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4VideoStreamDiscreteFramer.hh +0 -73
  806. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4VideoStreamFramer.hh +0 -75
  807. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEGVideoStreamFramer.hh +0 -85
  808. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MatroskaFile.hh +0 -218
  809. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MatroskaFileServerDemux.hh +0 -88
  810. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/Media.hh +0 -139
  811. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MediaSession.hh +0 -374
  812. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MediaSink.hh +0 -135
  813. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MediaSource.hh +0 -59
  814. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MediaTranscodingTable.hh +0 -66
  815. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MultiFramedRTPSink.hh +0 -140
  816. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MultiFramedRTPSource.hh +0 -159
  817. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/OggFile.hh +0 -179
  818. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/OggFileServerDemux.hh +0 -85
  819. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/OggFileSink.hh +0 -79
  820. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/OnDemandServerMediaSubsession.hh +0 -233
  821. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/OutputFile.hh +0 -31
  822. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/PassiveServerMediaSubsession.hh +0 -83
  823. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ProxyServerMediaSession.hh +0 -238
  824. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/QCELPAudioRTPSource.hh +0 -39
  825. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/QuickTimeFileSink.hh +0 -192
  826. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/QuickTimeGenericRTPSource.hh +0 -68
  827. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RTCP.hh +0 -250
  828. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RTPInterface.hh +0 -115
  829. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RTPSink.hh +0 -250
  830. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RTPSource.hh +0 -281
  831. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RTSPClient.hh +0 -448
  832. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RTSPCommon.hh +0 -65
  833. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RTSPRegisterSender.hh +0 -138
  834. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RTSPServer.hh +0 -397
  835. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RawVideoFrameParameters.hh +0 -37
  836. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RawVideoRTPSink.hh +0 -71
  837. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RawVideoRTPSource.hh +0 -60
  838. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/SIPClient.hh +0 -150
  839. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/SRTPCryptographicContext.hh +0 -152
  840. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ServerMediaSession.hh +0 -200
  841. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/SimpleRTPSink.hh +0 -76
  842. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/SimpleRTPSource.hh +0 -65
  843. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/StreamReplicator.hh +0 -84
  844. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/T140TextRTPSink.hh +0 -103
  845. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/TLSState.hh +0 -102
  846. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/TextRTPSink.hh +0 -41
  847. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/TheoraVideoRTPSink.hh +0 -72
  848. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/TheoraVideoRTPSource.hh +0 -53
  849. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/VP8VideoRTPSink.hh +0 -50
  850. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/VP8VideoRTPSource.hh +0 -50
  851. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/VP9VideoRTPSink.hh +0 -50
  852. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/VP9VideoRTPSource.hh +0 -50
  853. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/VideoRTPSink.hh +0 -41
  854. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/VorbisAudioRTPSink.hh +0 -85
  855. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/VorbisAudioRTPSource.hh +0 -66
  856. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/WAVAudioFileServerMediaSubsession.hh +0 -68
  857. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/WAVAudioFileSource.hh +0 -86
  858. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/export.h +0 -30
  859. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/liveMedia.hh +0 -137
  860. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/liveMedia_version.hh +0 -25
  861. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ourMD5.hh +0 -38
  862. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/uLawAudioFilter.hh +0 -208
  863. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Info.plist +0 -54
  864. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/liblive666.dylib +0 -0
  865. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/Info.plist +0 -44
  866. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64/libswresample.5.dylib.framework/Headers/swresample.h +0 -587
  867. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64/libswresample.5.dylib.framework/Headers/version.h +0 -46
  868. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64/libswresample.5.dylib.framework/Headers/version_major.h +0 -31
  869. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64/libswresample.5.dylib.framework/Info.plist +0 -54
  870. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64/libswresample.5.dylib.framework/libswresample.5.dylib +0 -0
  871. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64_x86_64-simulator/libswresample.5.dylib.framework/Headers/swresample.h +0 -587
  872. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64_x86_64-simulator/libswresample.5.dylib.framework/Headers/version.h +0 -46
  873. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64_x86_64-simulator/libswresample.5.dylib.framework/Headers/version_major.h +0 -31
  874. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64_x86_64-simulator/libswresample.5.dylib.framework/Info.plist +0 -54
  875. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64_x86_64-simulator/libswresample.5.dylib.framework/libswresample.5.dylib +0 -0
  876. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/Info.plist +0 -44
  877. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64/libswscale.8.dylib.framework/Headers/swscale.h +0 -460
  878. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64/libswscale.8.dylib.framework/Headers/version.h +0 -44
  879. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64/libswscale.8.dylib.framework/Headers/version_major.h +0 -35
  880. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64/libswscale.8.dylib.framework/Info.plist +0 -54
  881. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64/libswscale.8.dylib.framework/libswscale.8.dylib +0 -0
  882. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64_x86_64-simulator/libswscale.8.dylib.framework/Headers/swscale.h +0 -460
  883. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64_x86_64-simulator/libswscale.8.dylib.framework/Headers/version.h +0 -44
  884. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64_x86_64-simulator/libswscale.8.dylib.framework/Headers/version_major.h +0 -35
  885. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64_x86_64-simulator/libswscale.8.dylib.framework/Info.plist +0 -54
  886. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64_x86_64-simulator/libswscale.8.dylib.framework/libswscale.8.dylib +0 -0
  887. package/ios/Flir/SDKLoader/FlirSDKLoader.m +0 -27
  888. package/ios/Flir/SDKLoader/FlirSDKLoader.swift +0 -294
  889. package/scripts/copy_ios_libs.sh +0 -32
  890. package/scripts/create_stubs.py +0 -174
  891. package/scripts/download-sdk.js +0 -62
  892. package/scripts/prepare-binaries.sh +0 -171
  893. package/src/FlirDownload.ts +0 -78
@@ -1,1379 +0,0 @@
1
- /*
2
- * filter layer
3
- * Copyright (c) 2007 Bobby Bingham
4
- *
5
- * This file is part of FFmpeg.
6
- *
7
- * FFmpeg is free software; you can redistribute it and/or
8
- * modify it under the terms of the GNU Lesser General Public
9
- * License as published by the Free Software Foundation; either
10
- * version 2.1 of the License, or (at your option) any later version.
11
- *
12
- * FFmpeg is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
- * Lesser General Public License for more details.
16
- *
17
- * You should have received a copy of the GNU Lesser General Public
18
- * License along with FFmpeg; if not, write to the Free Software
19
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20
- */
21
-
22
- #ifndef AVFILTER_AVFILTER_H
23
- #define AVFILTER_AVFILTER_H
24
-
25
- /**
26
- * @file
27
- * @ingroup lavfi
28
- * Main libavfilter public API header
29
- */
30
-
31
- /**
32
- * @defgroup lavfi libavfilter
33
- * Graph-based frame editing library.
34
- *
35
- * @{
36
- */
37
-
38
- #include <stddef.h>
39
-
40
- #include "libavutil/attributes.h"
41
- #include "libavutil/avutil.h"
42
- #include "libavutil/buffer.h"
43
- #include "libavutil/dict.h"
44
- #include "libavutil/frame.h"
45
- #include "libavutil/log.h"
46
- #include "libavutil/samplefmt.h"
47
- #include "libavutil/pixfmt.h"
48
- #include "libavutil/rational.h"
49
-
50
- #include "libavfilter/version_major.h"
51
- #ifndef HAVE_AV_CONFIG_H
52
- /* When included as part of the ffmpeg build, only include the major version
53
- * to avoid unnecessary rebuilds. When included externally, keep including
54
- * the full version information. */
55
- #include "libavfilter/version.h"
56
- #endif
57
-
58
- /**
59
- * Return the LIBAVFILTER_VERSION_INT constant.
60
- */
61
- unsigned avfilter_version(void);
62
-
63
- /**
64
- * Return the libavfilter build-time configuration.
65
- */
66
- const char *avfilter_configuration(void);
67
-
68
- /**
69
- * Return the libavfilter license.
70
- */
71
- const char *avfilter_license(void);
72
-
73
- typedef struct AVFilterContext AVFilterContext;
74
- typedef struct AVFilterLink AVFilterLink;
75
- typedef struct AVFilterPad AVFilterPad;
76
- typedef struct AVFilterFormats AVFilterFormats;
77
- typedef struct AVFilterChannelLayouts AVFilterChannelLayouts;
78
-
79
- /**
80
- * Get the name of an AVFilterPad.
81
- *
82
- * @param pads an array of AVFilterPads
83
- * @param pad_idx index of the pad in the array; it is the caller's
84
- * responsibility to ensure the index is valid
85
- *
86
- * @return name of the pad_idx'th pad in pads
87
- */
88
- const char *avfilter_pad_get_name(const AVFilterPad *pads, int pad_idx);
89
-
90
- /**
91
- * Get the type of an AVFilterPad.
92
- *
93
- * @param pads an array of AVFilterPads
94
- * @param pad_idx index of the pad in the array; it is the caller's
95
- * responsibility to ensure the index is valid
96
- *
97
- * @return type of the pad_idx'th pad in pads
98
- */
99
- enum AVMediaType avfilter_pad_get_type(const AVFilterPad *pads, int pad_idx);
100
-
101
- /**
102
- * Lists of formats / etc. supported by an end of a link.
103
- *
104
- * This structure is directly part of AVFilterLink, in two copies:
105
- * one for the source filter, one for the destination filter.
106
-
107
- * These lists are used for negotiating the format to actually be used,
108
- * which will be loaded into the format and channel_layout members of
109
- * AVFilterLink, when chosen.
110
- */
111
- typedef struct AVFilterFormatsConfig {
112
-
113
- /**
114
- * List of supported formats (pixel or sample).
115
- */
116
- AVFilterFormats *formats;
117
-
118
- /**
119
- * Lists of supported sample rates, only for audio.
120
- */
121
- AVFilterFormats *samplerates;
122
-
123
- /**
124
- * Lists of supported channel layouts, only for audio.
125
- */
126
- AVFilterChannelLayouts *channel_layouts;
127
-
128
- /**
129
- * Lists of supported YUV color metadata, only for YUV video.
130
- */
131
- AVFilterFormats *color_spaces; ///< AVColorSpace
132
- AVFilterFormats *color_ranges; ///< AVColorRange
133
-
134
- } AVFilterFormatsConfig;
135
-
136
- /**
137
- * The number of the filter inputs is not determined just by AVFilter.inputs.
138
- * The filter might add additional inputs during initialization depending on the
139
- * options supplied to it.
140
- */
141
- #define AVFILTER_FLAG_DYNAMIC_INPUTS (1 << 0)
142
- /**
143
- * The number of the filter outputs is not determined just by AVFilter.outputs.
144
- * The filter might add additional outputs during initialization depending on
145
- * the options supplied to it.
146
- */
147
- #define AVFILTER_FLAG_DYNAMIC_OUTPUTS (1 << 1)
148
- /**
149
- * The filter supports multithreading by splitting frames into multiple parts
150
- * and processing them concurrently.
151
- */
152
- #define AVFILTER_FLAG_SLICE_THREADS (1 << 2)
153
- /**
154
- * The filter is a "metadata" filter - it does not modify the frame data in any
155
- * way. It may only affect the metadata (i.e. those fields copied by
156
- * av_frame_copy_props()).
157
- *
158
- * More precisely, this means:
159
- * - video: the data of any frame output by the filter must be exactly equal to
160
- * some frame that is received on one of its inputs. Furthermore, all frames
161
- * produced on a given output must correspond to frames received on the same
162
- * input and their order must be unchanged. Note that the filter may still
163
- * drop or duplicate the frames.
164
- * - audio: the data produced by the filter on any of its outputs (viewed e.g.
165
- * as an array of interleaved samples) must be exactly equal to the data
166
- * received by the filter on one of its inputs.
167
- */
168
- #define AVFILTER_FLAG_METADATA_ONLY (1 << 3)
169
-
170
- /**
171
- * The filter can create hardware frames using AVFilterContext.hw_device_ctx.
172
- */
173
- #define AVFILTER_FLAG_HWDEVICE (1 << 4)
174
- /**
175
- * Some filters support a generic "enable" expression option that can be used
176
- * to enable or disable a filter in the timeline. Filters supporting this
177
- * option have this flag set. When the enable expression is false, the default
178
- * no-op filter_frame() function is called in place of the filter_frame()
179
- * callback defined on each input pad, thus the frame is passed unchanged to
180
- * the next filters.
181
- */
182
- #define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC (1 << 16)
183
- /**
184
- * Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will
185
- * have its filter_frame() callback(s) called as usual even when the enable
186
- * expression is false. The filter will disable filtering within the
187
- * filter_frame() callback(s) itself, for example executing code depending on
188
- * the AVFilterContext->is_disabled value.
189
- */
190
- #define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL (1 << 17)
191
- /**
192
- * Handy mask to test whether the filter supports or no the timeline feature
193
- * (internally or generically).
194
- */
195
- #define AVFILTER_FLAG_SUPPORT_TIMELINE (AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC | AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL)
196
-
197
- /**
198
- * Filter definition. This defines the pads a filter contains, and all the
199
- * callback functions used to interact with the filter.
200
- */
201
- typedef struct AVFilter {
202
- /**
203
- * Filter name. Must be non-NULL and unique among filters.
204
- */
205
- const char *name;
206
-
207
- /**
208
- * A description of the filter. May be NULL.
209
- *
210
- * You should use the NULL_IF_CONFIG_SMALL() macro to define it.
211
- */
212
- const char *description;
213
-
214
- /**
215
- * List of static inputs.
216
- *
217
- * NULL if there are no (static) inputs. Instances of filters with
218
- * AVFILTER_FLAG_DYNAMIC_INPUTS set may have more inputs than present in
219
- * this list.
220
- */
221
- const AVFilterPad *inputs;
222
-
223
- /**
224
- * List of static outputs.
225
- *
226
- * NULL if there are no (static) outputs. Instances of filters with
227
- * AVFILTER_FLAG_DYNAMIC_OUTPUTS set may have more outputs than present in
228
- * this list.
229
- */
230
- const AVFilterPad *outputs;
231
-
232
- /**
233
- * A class for the private data, used to declare filter private AVOptions.
234
- * This field is NULL for filters that do not declare any options.
235
- *
236
- * If this field is non-NULL, the first member of the filter private data
237
- * must be a pointer to AVClass, which will be set by libavfilter generic
238
- * code to this class.
239
- */
240
- const AVClass *priv_class;
241
-
242
- /**
243
- * A combination of AVFILTER_FLAG_*
244
- */
245
- int flags;
246
-
247
- /*****************************************************************
248
- * All fields below this line are not part of the public API. They
249
- * may not be used outside of libavfilter and can be changed and
250
- * removed at will.
251
- * New public fields should be added right above.
252
- *****************************************************************
253
- */
254
-
255
- /**
256
- * The number of entries in the list of inputs.
257
- */
258
- uint8_t nb_inputs;
259
-
260
- /**
261
- * The number of entries in the list of outputs.
262
- */
263
- uint8_t nb_outputs;
264
-
265
- /**
266
- * This field determines the state of the formats union.
267
- * It is an enum FilterFormatsState value.
268
- */
269
- uint8_t formats_state;
270
-
271
- /**
272
- * Filter pre-initialization function
273
- *
274
- * This callback will be called immediately after the filter context is
275
- * allocated, to allow allocating and initing sub-objects.
276
- *
277
- * If this callback is not NULL, the uninit callback will be called on
278
- * allocation failure.
279
- *
280
- * @return 0 on success,
281
- * AVERROR code on failure (but the code will be
282
- * dropped and treated as ENOMEM by the calling code)
283
- */
284
- int (*preinit)(AVFilterContext *ctx);
285
-
286
- /**
287
- * Filter initialization function.
288
- *
289
- * This callback will be called only once during the filter lifetime, after
290
- * all the options have been set, but before links between filters are
291
- * established and format negotiation is done.
292
- *
293
- * Basic filter initialization should be done here. Filters with dynamic
294
- * inputs and/or outputs should create those inputs/outputs here based on
295
- * provided options. No more changes to this filter's inputs/outputs can be
296
- * done after this callback.
297
- *
298
- * This callback must not assume that the filter links exist or frame
299
- * parameters are known.
300
- *
301
- * @ref AVFilter.uninit "uninit" is guaranteed to be called even if
302
- * initialization fails, so this callback does not have to clean up on
303
- * failure.
304
- *
305
- * @return 0 on success, a negative AVERROR on failure
306
- */
307
- int (*init)(AVFilterContext *ctx);
308
-
309
- /**
310
- * Filter uninitialization function.
311
- *
312
- * Called only once right before the filter is freed. Should deallocate any
313
- * memory held by the filter, release any buffer references, etc. It does
314
- * not need to deallocate the AVFilterContext.priv memory itself.
315
- *
316
- * This callback may be called even if @ref AVFilter.init "init" was not
317
- * called or failed, so it must be prepared to handle such a situation.
318
- */
319
- void (*uninit)(AVFilterContext *ctx);
320
-
321
- /**
322
- * The state of the following union is determined by formats_state.
323
- * See the documentation of enum FilterFormatsState in internal.h.
324
- */
325
- union {
326
- /**
327
- * Query formats supported by the filter on its inputs and outputs.
328
- *
329
- * This callback is called after the filter is initialized (so the inputs
330
- * and outputs are fixed), shortly before the format negotiation. This
331
- * callback may be called more than once.
332
- *
333
- * This callback must set ::AVFilterLink's
334
- * @ref AVFilterFormatsConfig.formats "outcfg.formats"
335
- * on every input link and
336
- * @ref AVFilterFormatsConfig.formats "incfg.formats"
337
- * on every output link to a list of pixel/sample formats that the filter
338
- * supports on that link.
339
- * For video links, this filter may also set
340
- * @ref AVFilterFormatsConfig.color_spaces "incfg.color_spaces"
341
- * /
342
- * @ref AVFilterFormatsConfig.color_spaces "outcfg.color_spaces"
343
- * and @ref AVFilterFormatsConfig.color_ranges "incfg.color_ranges"
344
- * /
345
- * @ref AVFilterFormatsConfig.color_ranges "outcfg.color_ranges"
346
- * analogously.
347
- * For audio links, this filter must also set
348
- * @ref AVFilterFormatsConfig.samplerates "incfg.samplerates"
349
- * /
350
- * @ref AVFilterFormatsConfig.samplerates "outcfg.samplerates"
351
- * and @ref AVFilterFormatsConfig.channel_layouts "incfg.channel_layouts"
352
- * /
353
- * @ref AVFilterFormatsConfig.channel_layouts "outcfg.channel_layouts"
354
- * analogously.
355
- *
356
- * This callback must never be NULL if the union is in this state.
357
- *
358
- * @return zero on success, a negative value corresponding to an
359
- * AVERROR code otherwise
360
- */
361
- int (*query_func)(AVFilterContext *);
362
-
363
- /**
364
- * Same as query_func(), except this function writes the results into
365
- * provided arrays.
366
- *
367
- * @param cfg_in array of input format configurations with as many
368
- * members as the filters has inputs (NULL when there are
369
- * no inputs);
370
- * @param cfg_out array of output format configurations with as many
371
- * members as the filters has outputs (NULL when there
372
- * are no outputs);
373
- */
374
- int (*query_func2)(const AVFilterContext *,
375
- struct AVFilterFormatsConfig **cfg_in,
376
- struct AVFilterFormatsConfig **cfg_out);
377
- /**
378
- * A pointer to an array of admissible pixel formats delimited
379
- * by AV_PIX_FMT_NONE. The generic code will use this list
380
- * to indicate that this filter supports each of these pixel formats,
381
- * provided that all inputs and outputs use the same pixel format.
382
- *
383
- * In addition to that the generic code will mark all inputs
384
- * and all outputs as supporting all color spaces and ranges, as
385
- * long as all inputs and outputs use the same color space/range.
386
- *
387
- * This list must never be NULL if the union is in this state.
388
- * The type of all inputs and outputs of filters using this must
389
- * be AVMEDIA_TYPE_VIDEO.
390
- */
391
- const enum AVPixelFormat *pixels_list;
392
- /**
393
- * Analogous to pixels, but delimited by AV_SAMPLE_FMT_NONE
394
- * and restricted to filters that only have AVMEDIA_TYPE_AUDIO
395
- * inputs and outputs.
396
- *
397
- * In addition to that the generic code will mark all inputs
398
- * and all outputs as supporting all sample rates and every
399
- * channel count and channel layout, as long as all inputs
400
- * and outputs use the same sample rate and channel count/layout.
401
- */
402
- const enum AVSampleFormat *samples_list;
403
- /**
404
- * Equivalent to { pix_fmt, AV_PIX_FMT_NONE } as pixels_list.
405
- */
406
- enum AVPixelFormat pix_fmt;
407
- /**
408
- * Equivalent to { sample_fmt, AV_SAMPLE_FMT_NONE } as samples_list.
409
- */
410
- enum AVSampleFormat sample_fmt;
411
- } formats;
412
-
413
- int priv_size; ///< size of private data to allocate for the filter
414
-
415
- int flags_internal; ///< Additional flags for avfilter internal use only.
416
-
417
- /**
418
- * Make the filter instance process a command.
419
- *
420
- * @param cmd the command to process, for handling simplicity all commands must be alphanumeric only
421
- * @param arg the argument for the command
422
- * @param res a buffer with size res_size where the filter(s) can return a response. This must not change when the command is not supported.
423
- * @param flags if AVFILTER_CMD_FLAG_FAST is set and the command would be
424
- * time consuming then a filter should treat it like an unsupported command
425
- *
426
- * @returns >=0 on success otherwise an error code.
427
- * AVERROR(ENOSYS) on unsupported commands
428
- */
429
- int (*process_command)(AVFilterContext *, const char *cmd, const char *arg, char *res, int res_len, int flags);
430
-
431
- /**
432
- * Filter activation function.
433
- *
434
- * Called when any processing is needed from the filter, instead of any
435
- * filter_frame and request_frame on pads.
436
- *
437
- * The function must examine inlinks and outlinks and perform a single
438
- * step of processing. If there is nothing to do, the function must do
439
- * nothing and not return an error. If more steps are or may be
440
- * possible, it must use ff_filter_set_ready() to schedule another
441
- * activation.
442
- */
443
- int (*activate)(AVFilterContext *ctx);
444
- } AVFilter;
445
-
446
- /**
447
- * Get the number of elements in an AVFilter's inputs or outputs array.
448
- */
449
- unsigned avfilter_filter_pad_count(const AVFilter *filter, int is_output);
450
-
451
- /**
452
- * Process multiple parts of the frame concurrently.
453
- */
454
- #define AVFILTER_THREAD_SLICE (1 << 0)
455
-
456
- /** An instance of a filter */
457
- struct AVFilterContext {
458
- const AVClass *av_class; ///< needed for av_log() and filters common options
459
-
460
- const AVFilter *filter; ///< the AVFilter of which this is an instance
461
-
462
- char *name; ///< name of this filter instance
463
-
464
- AVFilterPad *input_pads; ///< array of input pads
465
- AVFilterLink **inputs; ///< array of pointers to input links
466
- unsigned nb_inputs; ///< number of input pads
467
-
468
- AVFilterPad *output_pads; ///< array of output pads
469
- AVFilterLink **outputs; ///< array of pointers to output links
470
- unsigned nb_outputs; ///< number of output pads
471
-
472
- void *priv; ///< private data for use by the filter
473
-
474
- struct AVFilterGraph *graph; ///< filtergraph this filter belongs to
475
-
476
- /**
477
- * Type of multithreading being allowed/used. A combination of
478
- * AVFILTER_THREAD_* flags.
479
- *
480
- * May be set by the caller before initializing the filter to forbid some
481
- * or all kinds of multithreading for this filter. The default is allowing
482
- * everything.
483
- *
484
- * When the filter is initialized, this field is combined using bit AND with
485
- * AVFilterGraph.thread_type to get the final mask used for determining
486
- * allowed threading types. I.e. a threading type needs to be set in both
487
- * to be allowed.
488
- *
489
- * After the filter is initialized, libavfilter sets this field to the
490
- * threading type that is actually used (0 for no multithreading).
491
- */
492
- int thread_type;
493
-
494
- /**
495
- * Max number of threads allowed in this filter instance.
496
- * If <= 0, its value is ignored.
497
- * Overrides global number of threads set per filter graph.
498
- */
499
- int nb_threads;
500
-
501
- struct AVFilterCommand *command_queue;
502
-
503
- char *enable_str; ///< enable expression string
504
- void *enable; ///< parsed expression (AVExpr*)
505
- double *var_values; ///< variable values for the enable expression
506
- int is_disabled; ///< the enabled state from the last expression evaluation
507
-
508
- /**
509
- * For filters which will create hardware frames, sets the device the
510
- * filter should create them in. All other filters will ignore this field:
511
- * in particular, a filter which consumes or processes hardware frames will
512
- * instead use the hw_frames_ctx field in AVFilterLink to carry the
513
- * hardware context information.
514
- *
515
- * May be set by the caller on filters flagged with AVFILTER_FLAG_HWDEVICE
516
- * before initializing the filter with avfilter_init_str() or
517
- * avfilter_init_dict().
518
- */
519
- AVBufferRef *hw_device_ctx;
520
-
521
- /**
522
- * Ready status of the filter.
523
- * A non-0 value means that the filter needs activating;
524
- * a higher value suggests a more urgent activation.
525
- */
526
- unsigned ready;
527
-
528
- /**
529
- * Sets the number of extra hardware frames which the filter will
530
- * allocate on its output links for use in following filters or by
531
- * the caller.
532
- *
533
- * Some hardware filters require all frames that they will use for
534
- * output to be defined in advance before filtering starts. For such
535
- * filters, any hardware frame pools used for output must therefore be
536
- * of fixed size. The extra frames set here are on top of any number
537
- * that the filter needs internally in order to operate normally.
538
- *
539
- * This field must be set before the graph containing this filter is
540
- * configured.
541
- */
542
- int extra_hw_frames;
543
- };
544
-
545
- /**
546
- * A link between two filters. This contains pointers to the source and
547
- * destination filters between which this link exists, and the indexes of
548
- * the pads involved. In addition, this link also contains the parameters
549
- * which have been negotiated and agreed upon between the filter, such as
550
- * image dimensions, format, etc.
551
- *
552
- * Applications must not normally access the link structure directly.
553
- * Use the buffersrc and buffersink API instead.
554
- * In the future, access to the header may be reserved for filters
555
- * implementation.
556
- */
557
- struct AVFilterLink {
558
- AVFilterContext *src; ///< source filter
559
- AVFilterPad *srcpad; ///< output pad on the source filter
560
-
561
- AVFilterContext *dst; ///< dest filter
562
- AVFilterPad *dstpad; ///< input pad on the dest filter
563
-
564
- enum AVMediaType type; ///< filter media type
565
-
566
- int format; ///< agreed upon media format
567
-
568
- /* These parameters apply only to video */
569
- int w; ///< agreed upon image width
570
- int h; ///< agreed upon image height
571
- AVRational sample_aspect_ratio; ///< agreed upon sample aspect ratio
572
- /**
573
- * For non-YUV links, these are respectively set to fallback values (as
574
- * appropriate for that colorspace).
575
- *
576
- * Note: This includes grayscale formats, as these are currently treated
577
- * as forced full range always.
578
- */
579
- enum AVColorSpace colorspace; ///< agreed upon YUV color space
580
- enum AVColorRange color_range; ///< agreed upon YUV color range
581
-
582
- /* These parameters apply only to audio */
583
- int sample_rate; ///< samples per second
584
- AVChannelLayout ch_layout; ///< channel layout of current buffer (see libavutil/channel_layout.h)
585
-
586
- /**
587
- * Define the time base used by the PTS of the frames/samples
588
- * which will pass through this link.
589
- * During the configuration stage, each filter is supposed to
590
- * change only the output timebase, while the timebase of the
591
- * input link is assumed to be an unchangeable property.
592
- */
593
- AVRational time_base;
594
-
595
- /*****************************************************************
596
- * All fields below this line are not part of the public API. They
597
- * may not be used outside of libavfilter and can be changed and
598
- * removed at will.
599
- * New public fields should be added right above.
600
- *****************************************************************
601
- */
602
-
603
- /**
604
- * Lists of supported formats / etc. supported by the input filter.
605
- */
606
- AVFilterFormatsConfig incfg;
607
-
608
- /**
609
- * Lists of supported formats / etc. supported by the output filter.
610
- */
611
- AVFilterFormatsConfig outcfg;
612
- };
613
-
614
- /**
615
- * Link two filters together.
616
- *
617
- * @param src the source filter
618
- * @param srcpad index of the output pad on the source filter
619
- * @param dst the destination filter
620
- * @param dstpad index of the input pad on the destination filter
621
- * @return zero on success
622
- */
623
- int avfilter_link(AVFilterContext *src, unsigned srcpad,
624
- AVFilterContext *dst, unsigned dstpad);
625
-
626
- #if FF_API_LINK_PUBLIC
627
- /**
628
- * @deprecated this function should never be called by users
629
- */
630
- attribute_deprecated
631
- void avfilter_link_free(AVFilterLink **link);
632
-
633
- /**
634
- * @deprecated this function should never be called by users
635
- */
636
- attribute_deprecated
637
- int avfilter_config_links(AVFilterContext *filter);
638
- #endif
639
-
640
- #define AVFILTER_CMD_FLAG_ONE 1 ///< Stop once a filter understood the command (for target=all for example), fast filters are favored automatically
641
- #define AVFILTER_CMD_FLAG_FAST 2 ///< Only execute command when its fast (like a video out that supports contrast adjustment in hw)
642
-
643
- /**
644
- * Make the filter instance process a command.
645
- * It is recommended to use avfilter_graph_send_command().
646
- */
647
- int avfilter_process_command(AVFilterContext *filter, const char *cmd, const char *arg, char *res, int res_len, int flags);
648
-
649
- /**
650
- * Iterate over all registered filters.
651
- *
652
- * @param opaque a pointer where libavfilter will store the iteration state. Must
653
- * point to NULL to start the iteration.
654
- *
655
- * @return the next registered filter or NULL when the iteration is
656
- * finished
657
- */
658
- const AVFilter *av_filter_iterate(void **opaque);
659
-
660
- /**
661
- * Get a filter definition matching the given name.
662
- *
663
- * @param name the filter name to find
664
- * @return the filter definition, if any matching one is registered.
665
- * NULL if none found.
666
- */
667
- const AVFilter *avfilter_get_by_name(const char *name);
668
-
669
-
670
- /**
671
- * Initialize a filter with the supplied parameters.
672
- *
673
- * @param ctx uninitialized filter context to initialize
674
- * @param args Options to initialize the filter with. This must be a
675
- * ':'-separated list of options in the 'key=value' form.
676
- * May be NULL if the options have been set directly using the
677
- * AVOptions API or there are no options that need to be set.
678
- * @return 0 on success, a negative AVERROR on failure
679
- */
680
- int avfilter_init_str(AVFilterContext *ctx, const char *args);
681
-
682
- /**
683
- * Initialize a filter with the supplied dictionary of options.
684
- *
685
- * @param ctx uninitialized filter context to initialize
686
- * @param options An AVDictionary filled with options for this filter. On
687
- * return this parameter will be destroyed and replaced with
688
- * a dict containing options that were not found. This dictionary
689
- * must be freed by the caller.
690
- * May be NULL, then this function is equivalent to
691
- * avfilter_init_str() with the second parameter set to NULL.
692
- * @return 0 on success, a negative AVERROR on failure
693
- *
694
- * @note This function and avfilter_init_str() do essentially the same thing,
695
- * the difference is in manner in which the options are passed. It is up to the
696
- * calling code to choose whichever is more preferable. The two functions also
697
- * behave differently when some of the provided options are not declared as
698
- * supported by the filter. In such a case, avfilter_init_str() will fail, but
699
- * this function will leave those extra options in the options AVDictionary and
700
- * continue as usual.
701
- */
702
- int avfilter_init_dict(AVFilterContext *ctx, AVDictionary **options);
703
-
704
- /**
705
- * Free a filter context. This will also remove the filter from its
706
- * filtergraph's list of filters.
707
- *
708
- * @param filter the filter to free
709
- */
710
- void avfilter_free(AVFilterContext *filter);
711
-
712
- /**
713
- * Insert a filter in the middle of an existing link.
714
- *
715
- * @param link the link into which the filter should be inserted
716
- * @param filt the filter to be inserted
717
- * @param filt_srcpad_idx the input pad on the filter to connect
718
- * @param filt_dstpad_idx the output pad on the filter to connect
719
- * @return zero on success
720
- */
721
- int avfilter_insert_filter(AVFilterLink *link, AVFilterContext *filt,
722
- unsigned filt_srcpad_idx, unsigned filt_dstpad_idx);
723
-
724
- /**
725
- * @return AVClass for AVFilterContext.
726
- *
727
- * @see av_opt_find().
728
- */
729
- const AVClass *avfilter_get_class(void);
730
-
731
- /**
732
- * A function pointer passed to the @ref AVFilterGraph.execute callback to be
733
- * executed multiple times, possibly in parallel.
734
- *
735
- * @param ctx the filter context the job belongs to
736
- * @param arg an opaque parameter passed through from @ref
737
- * AVFilterGraph.execute
738
- * @param jobnr the index of the job being executed
739
- * @param nb_jobs the total number of jobs
740
- *
741
- * @return 0 on success, a negative AVERROR on error
742
- */
743
- typedef int (avfilter_action_func)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
744
-
745
- /**
746
- * A function executing multiple jobs, possibly in parallel.
747
- *
748
- * @param ctx the filter context to which the jobs belong
749
- * @param func the function to be called multiple times
750
- * @param arg the argument to be passed to func
751
- * @param ret a nb_jobs-sized array to be filled with return values from each
752
- * invocation of func
753
- * @param nb_jobs the number of jobs to execute
754
- *
755
- * @return 0 on success, a negative AVERROR on error
756
- */
757
- typedef int (avfilter_execute_func)(AVFilterContext *ctx, avfilter_action_func *func,
758
- void *arg, int *ret, int nb_jobs);
759
-
760
- typedef struct AVFilterGraph {
761
- const AVClass *av_class;
762
- AVFilterContext **filters;
763
- unsigned nb_filters;
764
-
765
- char *scale_sws_opts; ///< sws options to use for the auto-inserted scale filters
766
-
767
- /**
768
- * Type of multithreading allowed for filters in this graph. A combination
769
- * of AVFILTER_THREAD_* flags.
770
- *
771
- * May be set by the caller at any point, the setting will apply to all
772
- * filters initialized after that. The default is allowing everything.
773
- *
774
- * When a filter in this graph is initialized, this field is combined using
775
- * bit AND with AVFilterContext.thread_type to get the final mask used for
776
- * determining allowed threading types. I.e. a threading type needs to be
777
- * set in both to be allowed.
778
- */
779
- int thread_type;
780
-
781
- /**
782
- * Maximum number of threads used by filters in this graph. May be set by
783
- * the caller before adding any filters to the filtergraph. Zero (the
784
- * default) means that the number of threads is determined automatically.
785
- */
786
- int nb_threads;
787
-
788
- /**
789
- * Opaque user data. May be set by the caller to an arbitrary value, e.g. to
790
- * be used from callbacks like @ref AVFilterGraph.execute.
791
- * Libavfilter will not touch this field in any way.
792
- */
793
- void *opaque;
794
-
795
- /**
796
- * This callback may be set by the caller immediately after allocating the
797
- * graph and before adding any filters to it, to provide a custom
798
- * multithreading implementation.
799
- *
800
- * If set, filters with slice threading capability will call this callback
801
- * to execute multiple jobs in parallel.
802
- *
803
- * If this field is left unset, libavfilter will use its internal
804
- * implementation, which may or may not be multithreaded depending on the
805
- * platform and build options.
806
- */
807
- avfilter_execute_func *execute;
808
-
809
- char *aresample_swr_opts; ///< swr options to use for the auto-inserted aresample filters, Access ONLY through AVOptions
810
- } AVFilterGraph;
811
-
812
- /**
813
- * Allocate a filter graph.
814
- *
815
- * @return the allocated filter graph on success or NULL.
816
- */
817
- AVFilterGraph *avfilter_graph_alloc(void);
818
-
819
- /**
820
- * Create a new filter instance in a filter graph.
821
- *
822
- * @param graph graph in which the new filter will be used
823
- * @param filter the filter to create an instance of
824
- * @param name Name to give to the new instance (will be copied to
825
- * AVFilterContext.name). This may be used by the caller to identify
826
- * different filters, libavfilter itself assigns no semantics to
827
- * this parameter. May be NULL.
828
- *
829
- * @return the context of the newly created filter instance (note that it is
830
- * also retrievable directly through AVFilterGraph.filters or with
831
- * avfilter_graph_get_filter()) on success or NULL on failure.
832
- */
833
- AVFilterContext *avfilter_graph_alloc_filter(AVFilterGraph *graph,
834
- const AVFilter *filter,
835
- const char *name);
836
-
837
- /**
838
- * Get a filter instance identified by instance name from graph.
839
- *
840
- * @param graph filter graph to search through.
841
- * @param name filter instance name (should be unique in the graph).
842
- * @return the pointer to the found filter instance or NULL if it
843
- * cannot be found.
844
- */
845
- AVFilterContext *avfilter_graph_get_filter(AVFilterGraph *graph, const char *name);
846
-
847
- /**
848
- * Create and add a filter instance into an existing graph.
849
- * The filter instance is created from the filter filt and inited
850
- * with the parameter args. opaque is currently ignored.
851
- *
852
- * In case of success put in *filt_ctx the pointer to the created
853
- * filter instance, otherwise set *filt_ctx to NULL.
854
- *
855
- * @param name the instance name to give to the created filter instance
856
- * @param graph_ctx the filter graph
857
- * @return a negative AVERROR error code in case of failure, a non
858
- * negative value otherwise
859
- */
860
- int avfilter_graph_create_filter(AVFilterContext **filt_ctx, const AVFilter *filt,
861
- const char *name, const char *args, void *opaque,
862
- AVFilterGraph *graph_ctx);
863
-
864
- /**
865
- * Enable or disable automatic format conversion inside the graph.
866
- *
867
- * Note that format conversion can still happen inside explicitly inserted
868
- * scale and aresample filters.
869
- *
870
- * @param flags any of the AVFILTER_AUTO_CONVERT_* constants
871
- */
872
- void avfilter_graph_set_auto_convert(AVFilterGraph *graph, unsigned flags);
873
-
874
- enum {
875
- AVFILTER_AUTO_CONVERT_ALL = 0, /**< all automatic conversions enabled */
876
- AVFILTER_AUTO_CONVERT_NONE = -1, /**< all automatic conversions disabled */
877
- };
878
-
879
- /**
880
- * Check validity and configure all the links and formats in the graph.
881
- *
882
- * @param graphctx the filter graph
883
- * @param log_ctx context used for logging
884
- * @return >= 0 in case of success, a negative AVERROR code otherwise
885
- */
886
- int avfilter_graph_config(AVFilterGraph *graphctx, void *log_ctx);
887
-
888
- /**
889
- * Free a graph, destroy its links, and set *graph to NULL.
890
- * If *graph is NULL, do nothing.
891
- */
892
- void avfilter_graph_free(AVFilterGraph **graph);
893
-
894
- /**
895
- * A linked-list of the inputs/outputs of the filter chain.
896
- *
897
- * This is mainly useful for avfilter_graph_parse() / avfilter_graph_parse2(),
898
- * where it is used to communicate open (unlinked) inputs and outputs from and
899
- * to the caller.
900
- * This struct specifies, per each not connected pad contained in the graph, the
901
- * filter context and the pad index required for establishing a link.
902
- */
903
- typedef struct AVFilterInOut {
904
- /** unique name for this input/output in the list */
905
- char *name;
906
-
907
- /** filter context associated to this input/output */
908
- AVFilterContext *filter_ctx;
909
-
910
- /** index of the filt_ctx pad to use for linking */
911
- int pad_idx;
912
-
913
- /** next input/input in the list, NULL if this is the last */
914
- struct AVFilterInOut *next;
915
- } AVFilterInOut;
916
-
917
- /**
918
- * Allocate a single AVFilterInOut entry.
919
- * Must be freed with avfilter_inout_free().
920
- * @return allocated AVFilterInOut on success, NULL on failure.
921
- */
922
- AVFilterInOut *avfilter_inout_alloc(void);
923
-
924
- /**
925
- * Free the supplied list of AVFilterInOut and set *inout to NULL.
926
- * If *inout is NULL, do nothing.
927
- */
928
- void avfilter_inout_free(AVFilterInOut **inout);
929
-
930
- /**
931
- * Add a graph described by a string to a graph.
932
- *
933
- * @note The caller must provide the lists of inputs and outputs,
934
- * which therefore must be known before calling the function.
935
- *
936
- * @note The inputs parameter describes inputs of the already existing
937
- * part of the graph; i.e. from the point of view of the newly created
938
- * part, they are outputs. Similarly the outputs parameter describes
939
- * outputs of the already existing filters, which are provided as
940
- * inputs to the parsed filters.
941
- *
942
- * @param graph the filter graph where to link the parsed graph context
943
- * @param filters string to be parsed
944
- * @param inputs linked list to the inputs of the graph
945
- * @param outputs linked list to the outputs of the graph
946
- * @return zero on success, a negative AVERROR code on error
947
- */
948
- int avfilter_graph_parse(AVFilterGraph *graph, const char *filters,
949
- AVFilterInOut *inputs, AVFilterInOut *outputs,
950
- void *log_ctx);
951
-
952
- /**
953
- * Add a graph described by a string to a graph.
954
- *
955
- * In the graph filters description, if the input label of the first
956
- * filter is not specified, "in" is assumed; if the output label of
957
- * the last filter is not specified, "out" is assumed.
958
- *
959
- * @param graph the filter graph where to link the parsed graph context
960
- * @param filters string to be parsed
961
- * @param inputs pointer to a linked list to the inputs of the graph, may be NULL.
962
- * If non-NULL, *inputs is updated to contain the list of open inputs
963
- * after the parsing, should be freed with avfilter_inout_free().
964
- * @param outputs pointer to a linked list to the outputs of the graph, may be NULL.
965
- * If non-NULL, *outputs is updated to contain the list of open outputs
966
- * after the parsing, should be freed with avfilter_inout_free().
967
- * @return non negative on success, a negative AVERROR code on error
968
- */
969
- int avfilter_graph_parse_ptr(AVFilterGraph *graph, const char *filters,
970
- AVFilterInOut **inputs, AVFilterInOut **outputs,
971
- void *log_ctx);
972
-
973
- /**
974
- * Add a graph described by a string to a graph.
975
- *
976
- * @param[in] graph the filter graph where to link the parsed graph context
977
- * @param[in] filters string to be parsed
978
- * @param[out] inputs a linked list of all free (unlinked) inputs of the
979
- * parsed graph will be returned here. It is to be freed
980
- * by the caller using avfilter_inout_free().
981
- * @param[out] outputs a linked list of all free (unlinked) outputs of the
982
- * parsed graph will be returned here. It is to be freed by the
983
- * caller using avfilter_inout_free().
984
- * @return zero on success, a negative AVERROR code on error
985
- *
986
- * @note This function returns the inputs and outputs that are left
987
- * unlinked after parsing the graph and the caller then deals with
988
- * them.
989
- * @note This function makes no reference whatsoever to already
990
- * existing parts of the graph and the inputs parameter will on return
991
- * contain inputs of the newly parsed part of the graph. Analogously
992
- * the outputs parameter will contain outputs of the newly created
993
- * filters.
994
- */
995
- int avfilter_graph_parse2(AVFilterGraph *graph, const char *filters,
996
- AVFilterInOut **inputs,
997
- AVFilterInOut **outputs);
998
-
999
- /**
1000
- * Parameters of a filter's input or output pad.
1001
- *
1002
- * Created as a child of AVFilterParams by avfilter_graph_segment_parse().
1003
- * Freed in avfilter_graph_segment_free().
1004
- */
1005
- typedef struct AVFilterPadParams {
1006
- /**
1007
- * An av_malloc()'ed string containing the pad label.
1008
- *
1009
- * May be av_free()'d and set to NULL by the caller, in which case this pad
1010
- * will be treated as unlabeled for linking.
1011
- * May also be replaced by another av_malloc()'ed string.
1012
- */
1013
- char *label;
1014
- } AVFilterPadParams;
1015
-
1016
- /**
1017
- * Parameters describing a filter to be created in a filtergraph.
1018
- *
1019
- * Created as a child of AVFilterGraphSegment by avfilter_graph_segment_parse().
1020
- * Freed in avfilter_graph_segment_free().
1021
- */
1022
- typedef struct AVFilterParams {
1023
- /**
1024
- * The filter context.
1025
- *
1026
- * Created by avfilter_graph_segment_create_filters() based on
1027
- * AVFilterParams.filter_name and instance_name.
1028
- *
1029
- * Callers may also create the filter context manually, then they should
1030
- * av_free() filter_name and set it to NULL. Such AVFilterParams instances
1031
- * are then skipped by avfilter_graph_segment_create_filters().
1032
- */
1033
- AVFilterContext *filter;
1034
-
1035
- /**
1036
- * Name of the AVFilter to be used.
1037
- *
1038
- * An av_malloc()'ed string, set by avfilter_graph_segment_parse(). Will be
1039
- * passed to avfilter_get_by_name() by
1040
- * avfilter_graph_segment_create_filters().
1041
- *
1042
- * Callers may av_free() this string and replace it with another one or
1043
- * NULL. If the caller creates the filter instance manually, this string
1044
- * MUST be set to NULL.
1045
- *
1046
- * When both AVFilterParams.filter an AVFilterParams.filter_name are NULL,
1047
- * this AVFilterParams instance is skipped by avfilter_graph_segment_*()
1048
- * functions.
1049
- */
1050
- char *filter_name;
1051
- /**
1052
- * Name to be used for this filter instance.
1053
- *
1054
- * An av_malloc()'ed string, may be set by avfilter_graph_segment_parse() or
1055
- * left NULL. The caller may av_free() this string and replace with another
1056
- * one or NULL.
1057
- *
1058
- * Will be used by avfilter_graph_segment_create_filters() - passed as the
1059
- * third argument to avfilter_graph_alloc_filter(), then freed and set to
1060
- * NULL.
1061
- */
1062
- char *instance_name;
1063
-
1064
- /**
1065
- * Options to be apllied to the filter.
1066
- *
1067
- * Filled by avfilter_graph_segment_parse(). Afterwards may be freely
1068
- * modified by the caller.
1069
- *
1070
- * Will be applied to the filter by avfilter_graph_segment_apply_opts()
1071
- * with an equivalent of av_opt_set_dict2(filter, &opts, AV_OPT_SEARCH_CHILDREN),
1072
- * i.e. any unapplied options will be left in this dictionary.
1073
- */
1074
- AVDictionary *opts;
1075
-
1076
- AVFilterPadParams **inputs;
1077
- unsigned nb_inputs;
1078
-
1079
- AVFilterPadParams **outputs;
1080
- unsigned nb_outputs;
1081
- } AVFilterParams;
1082
-
1083
- /**
1084
- * A filterchain is a list of filter specifications.
1085
- *
1086
- * Created as a child of AVFilterGraphSegment by avfilter_graph_segment_parse().
1087
- * Freed in avfilter_graph_segment_free().
1088
- */
1089
- typedef struct AVFilterChain {
1090
- AVFilterParams **filters;
1091
- size_t nb_filters;
1092
- } AVFilterChain;
1093
-
1094
- /**
1095
- * A parsed representation of a filtergraph segment.
1096
- *
1097
- * A filtergraph segment is conceptually a list of filterchains, with some
1098
- * supplementary information (e.g. format conversion flags).
1099
- *
1100
- * Created by avfilter_graph_segment_parse(). Must be freed with
1101
- * avfilter_graph_segment_free().
1102
- */
1103
- typedef struct AVFilterGraphSegment {
1104
- /**
1105
- * The filtergraph this segment is associated with.
1106
- * Set by avfilter_graph_segment_parse().
1107
- */
1108
- AVFilterGraph *graph;
1109
-
1110
- /**
1111
- * A list of filter chain contained in this segment.
1112
- * Set in avfilter_graph_segment_parse().
1113
- */
1114
- AVFilterChain **chains;
1115
- size_t nb_chains;
1116
-
1117
- /**
1118
- * A string containing a colon-separated list of key=value options applied
1119
- * to all scale filters in this segment.
1120
- *
1121
- * May be set by avfilter_graph_segment_parse().
1122
- * The caller may free this string with av_free() and replace it with a
1123
- * different av_malloc()'ed string.
1124
- */
1125
- char *scale_sws_opts;
1126
- } AVFilterGraphSegment;
1127
-
1128
- /**
1129
- * Parse a textual filtergraph description into an intermediate form.
1130
- *
1131
- * This intermediate representation is intended to be modified by the caller as
1132
- * described in the documentation of AVFilterGraphSegment and its children, and
1133
- * then applied to the graph either manually or with other
1134
- * avfilter_graph_segment_*() functions. See the documentation for
1135
- * avfilter_graph_segment_apply() for the canonical way to apply
1136
- * AVFilterGraphSegment.
1137
- *
1138
- * @param graph Filter graph the parsed segment is associated with. Will only be
1139
- * used for logging and similar auxiliary purposes. The graph will
1140
- * not be actually modified by this function - the parsing results
1141
- * are instead stored in seg for further processing.
1142
- * @param graph_str a string describing the filtergraph segment
1143
- * @param flags reserved for future use, caller must set to 0 for now
1144
- * @param seg A pointer to the newly-created AVFilterGraphSegment is written
1145
- * here on success. The graph segment is owned by the caller and must
1146
- * be freed with avfilter_graph_segment_free() before graph itself is
1147
- * freed.
1148
- *
1149
- * @retval "non-negative number" success
1150
- * @retval "negative error code" failure
1151
- */
1152
- int avfilter_graph_segment_parse(AVFilterGraph *graph, const char *graph_str,
1153
- int flags, AVFilterGraphSegment **seg);
1154
-
1155
- /**
1156
- * Create filters specified in a graph segment.
1157
- *
1158
- * Walk through the creation-pending AVFilterParams in the segment and create
1159
- * new filter instances for them.
1160
- * Creation-pending params are those where AVFilterParams.filter_name is
1161
- * non-NULL (and hence AVFilterParams.filter is NULL). All other AVFilterParams
1162
- * instances are ignored.
1163
- *
1164
- * For any filter created by this function, the corresponding
1165
- * AVFilterParams.filter is set to the newly-created filter context,
1166
- * AVFilterParams.filter_name and AVFilterParams.instance_name are freed and set
1167
- * to NULL.
1168
- *
1169
- * @param seg the filtergraph segment to process
1170
- * @param flags reserved for future use, caller must set to 0 for now
1171
- *
1172
- * @retval "non-negative number" Success, all creation-pending filters were
1173
- * successfully created
1174
- * @retval AVERROR_FILTER_NOT_FOUND some filter's name did not correspond to a
1175
- * known filter
1176
- * @retval "another negative error code" other failures
1177
- *
1178
- * @note Calling this function multiple times is safe, as it is idempotent.
1179
- */
1180
- int avfilter_graph_segment_create_filters(AVFilterGraphSegment *seg, int flags);
1181
-
1182
- /**
1183
- * Apply parsed options to filter instances in a graph segment.
1184
- *
1185
- * Walk through all filter instances in the graph segment that have option
1186
- * dictionaries associated with them and apply those options with
1187
- * av_opt_set_dict2(..., AV_OPT_SEARCH_CHILDREN). AVFilterParams.opts is
1188
- * replaced by the dictionary output by av_opt_set_dict2(), which should be
1189
- * empty (NULL) if all options were successfully applied.
1190
- *
1191
- * If any options could not be found, this function will continue processing all
1192
- * other filters and finally return AVERROR_OPTION_NOT_FOUND (unless another
1193
- * error happens). The calling program may then deal with unapplied options as
1194
- * it wishes.
1195
- *
1196
- * Any creation-pending filters (see avfilter_graph_segment_create_filters())
1197
- * present in the segment will cause this function to fail. AVFilterParams with
1198
- * no associated filter context are simply skipped.
1199
- *
1200
- * @param seg the filtergraph segment to process
1201
- * @param flags reserved for future use, caller must set to 0 for now
1202
- *
1203
- * @retval "non-negative number" Success, all options were successfully applied.
1204
- * @retval AVERROR_OPTION_NOT_FOUND some options were not found in a filter
1205
- * @retval "another negative error code" other failures
1206
- *
1207
- * @note Calling this function multiple times is safe, as it is idempotent.
1208
- */
1209
- int avfilter_graph_segment_apply_opts(AVFilterGraphSegment *seg, int flags);
1210
-
1211
- /**
1212
- * Initialize all filter instances in a graph segment.
1213
- *
1214
- * Walk through all filter instances in the graph segment and call
1215
- * avfilter_init_dict(..., NULL) on those that have not been initialized yet.
1216
- *
1217
- * Any creation-pending filters (see avfilter_graph_segment_create_filters())
1218
- * present in the segment will cause this function to fail. AVFilterParams with
1219
- * no associated filter context or whose filter context is already initialized,
1220
- * are simply skipped.
1221
- *
1222
- * @param seg the filtergraph segment to process
1223
- * @param flags reserved for future use, caller must set to 0 for now
1224
- *
1225
- * @retval "non-negative number" Success, all filter instances were successfully
1226
- * initialized
1227
- * @retval "negative error code" failure
1228
- *
1229
- * @note Calling this function multiple times is safe, as it is idempotent.
1230
- */
1231
- int avfilter_graph_segment_init(AVFilterGraphSegment *seg, int flags);
1232
-
1233
- /**
1234
- * Link filters in a graph segment.
1235
- *
1236
- * Walk through all filter instances in the graph segment and try to link all
1237
- * unlinked input and output pads. Any creation-pending filters (see
1238
- * avfilter_graph_segment_create_filters()) present in the segment will cause
1239
- * this function to fail. Disabled filters and already linked pads are skipped.
1240
- *
1241
- * Every filter output pad that has a corresponding AVFilterPadParams with a
1242
- * non-NULL label is
1243
- * - linked to the input with the matching label, if one exists;
1244
- * - exported in the outputs linked list otherwise, with the label preserved.
1245
- * Unlabeled outputs are
1246
- * - linked to the first unlinked unlabeled input in the next non-disabled
1247
- * filter in the chain, if one exists
1248
- * - exported in the ouputs linked list otherwise, with NULL label
1249
- *
1250
- * Similarly, unlinked input pads are exported in the inputs linked list.
1251
- *
1252
- * @param seg the filtergraph segment to process
1253
- * @param flags reserved for future use, caller must set to 0 for now
1254
- * @param[out] inputs a linked list of all free (unlinked) inputs of the
1255
- * filters in this graph segment will be returned here. It
1256
- * is to be freed by the caller using avfilter_inout_free().
1257
- * @param[out] outputs a linked list of all free (unlinked) outputs of the
1258
- * filters in this graph segment will be returned here. It
1259
- * is to be freed by the caller using avfilter_inout_free().
1260
- *
1261
- * @retval "non-negative number" success
1262
- * @retval "negative error code" failure
1263
- *
1264
- * @note Calling this function multiple times is safe, as it is idempotent.
1265
- */
1266
- int avfilter_graph_segment_link(AVFilterGraphSegment *seg, int flags,
1267
- AVFilterInOut **inputs,
1268
- AVFilterInOut **outputs);
1269
-
1270
- /**
1271
- * Apply all filter/link descriptions from a graph segment to the associated filtergraph.
1272
- *
1273
- * This functions is currently equivalent to calling the following in sequence:
1274
- * - avfilter_graph_segment_create_filters();
1275
- * - avfilter_graph_segment_apply_opts();
1276
- * - avfilter_graph_segment_init();
1277
- * - avfilter_graph_segment_link();
1278
- * failing if any of them fails. This list may be extended in the future.
1279
- *
1280
- * Since the above functions are idempotent, the caller may call some of them
1281
- * manually, then do some custom processing on the filtergraph, then call this
1282
- * function to do the rest.
1283
- *
1284
- * @param seg the filtergraph segment to process
1285
- * @param flags reserved for future use, caller must set to 0 for now
1286
- * @param[out] inputs passed to avfilter_graph_segment_link()
1287
- * @param[out] outputs passed to avfilter_graph_segment_link()
1288
- *
1289
- * @retval "non-negative number" success
1290
- * @retval "negative error code" failure
1291
- *
1292
- * @note Calling this function multiple times is safe, as it is idempotent.
1293
- */
1294
- int avfilter_graph_segment_apply(AVFilterGraphSegment *seg, int flags,
1295
- AVFilterInOut **inputs,
1296
- AVFilterInOut **outputs);
1297
-
1298
- /**
1299
- * Free the provided AVFilterGraphSegment and everything associated with it.
1300
- *
1301
- * @param seg double pointer to the AVFilterGraphSegment to be freed. NULL will
1302
- * be written to this pointer on exit from this function.
1303
- *
1304
- * @note
1305
- * The filter contexts (AVFilterParams.filter) are owned by AVFilterGraph rather
1306
- * than AVFilterGraphSegment, so they are not freed.
1307
- */
1308
- void avfilter_graph_segment_free(AVFilterGraphSegment **seg);
1309
-
1310
- /**
1311
- * Send a command to one or more filter instances.
1312
- *
1313
- * @param graph the filter graph
1314
- * @param target the filter(s) to which the command should be sent
1315
- * "all" sends to all filters
1316
- * otherwise it can be a filter or filter instance name
1317
- * which will send the command to all matching filters.
1318
- * @param cmd the command to send, for handling simplicity all commands must be alphanumeric only
1319
- * @param arg the argument for the command
1320
- * @param res a buffer with size res_size where the filter(s) can return a response.
1321
- *
1322
- * @returns >=0 on success otherwise an error code.
1323
- * AVERROR(ENOSYS) on unsupported commands
1324
- */
1325
- int avfilter_graph_send_command(AVFilterGraph *graph, const char *target, const char *cmd, const char *arg, char *res, int res_len, int flags);
1326
-
1327
- /**
1328
- * Queue a command for one or more filter instances.
1329
- *
1330
- * @param graph the filter graph
1331
- * @param target the filter(s) to which the command should be sent
1332
- * "all" sends to all filters
1333
- * otherwise it can be a filter or filter instance name
1334
- * which will send the command to all matching filters.
1335
- * @param cmd the command to sent, for handling simplicity all commands must be alphanumeric only
1336
- * @param arg the argument for the command
1337
- * @param ts time at which the command should be sent to the filter
1338
- *
1339
- * @note As this executes commands after this function returns, no return code
1340
- * from the filter is provided, also AVFILTER_CMD_FLAG_ONE is not supported.
1341
- */
1342
- int avfilter_graph_queue_command(AVFilterGraph *graph, const char *target, const char *cmd, const char *arg, int flags, double ts);
1343
-
1344
-
1345
- /**
1346
- * Dump a graph into a human-readable string representation.
1347
- *
1348
- * @param graph the graph to dump
1349
- * @param options formatting options; currently ignored
1350
- * @return a string, or NULL in case of memory allocation failure;
1351
- * the string must be freed using av_free
1352
- */
1353
- char *avfilter_graph_dump(AVFilterGraph *graph, const char *options);
1354
-
1355
- /**
1356
- * Request a frame on the oldest sink link.
1357
- *
1358
- * If the request returns AVERROR_EOF, try the next.
1359
- *
1360
- * Note that this function is not meant to be the sole scheduling mechanism
1361
- * of a filtergraph, only a convenience function to help drain a filtergraph
1362
- * in a balanced way under normal circumstances.
1363
- *
1364
- * Also note that AVERROR_EOF does not mean that frames did not arrive on
1365
- * some of the sinks during the process.
1366
- * When there are multiple sink links, in case the requested link
1367
- * returns an EOF, this may cause a filter to flush pending frames
1368
- * which are sent to another sink link, although unrequested.
1369
- *
1370
- * @return the return value of ff_request_frame(),
1371
- * or AVERROR_EOF if all links returned AVERROR_EOF
1372
- */
1373
- int avfilter_graph_request_oldest(AVFilterGraph *graph);
1374
-
1375
- /**
1376
- * @}
1377
- */
1378
-
1379
- #endif /* AVFILTER_AVFILTER_H */