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,1187 +0,0 @@
1
- /*
2
- * AVOptions
3
- * copyright (c) 2005 Michael Niedermayer <michaelni@gmx.at>
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 AVUTIL_OPT_H
23
- #define AVUTIL_OPT_H
24
-
25
- /**
26
- * @file
27
- * AVOptions
28
- */
29
-
30
- #include "rational.h"
31
- #include "avutil.h"
32
- #include "channel_layout.h"
33
- #include "dict.h"
34
- #include "log.h"
35
- #include "pixfmt.h"
36
- #include "samplefmt.h"
37
-
38
- /**
39
- * @defgroup avoptions AVOptions
40
- * @ingroup lavu_data
41
- * @{
42
- * AVOptions provide a generic system to declare options on arbitrary structs
43
- * ("objects"). An option can have a help text, a type and a range of possible
44
- * values. Options may then be enumerated, read and written to.
45
- *
46
- * There are two modes of access to members of AVOption and its child structs.
47
- * One is called 'native access', and refers to access from the code that
48
- * declares the AVOption in question. The other is 'foreign access', and refers
49
- * to access from other code.
50
- *
51
- * Certain struct members in this header are documented as 'native access only'
52
- * or similar - it means that only the code that declared the AVOption in
53
- * question is allowed to access the field. This allows us to extend the
54
- * semantics of those fields without breaking API compatibility.
55
- *
56
- * @section avoptions_scope Scope of AVOptions
57
- *
58
- * AVOptions is designed to support any set of multimedia configuration options
59
- * that can be defined at compile-time. Although it is mainly used to expose
60
- * FFmpeg options, you are welcome to adapt it to your own use case.
61
- *
62
- * No single approach can ever fully solve the problem of configuration,
63
- * but please submit a patch if you believe you have found a problem
64
- * that is best solved by extending AVOptions.
65
- *
66
- * @section avoptions_implement Implementing AVOptions
67
- * This section describes how to add AVOptions capabilities to a struct.
68
- *
69
- * All AVOptions-related information is stored in an AVClass. Therefore
70
- * the first member of the struct should be a pointer to an AVClass describing it.
71
- * The option field of the AVClass must be set to a NULL-terminated static array
72
- * of AVOptions. Each AVOption must have a non-empty name, a type, a default
73
- * value and for number-type AVOptions also a range of allowed values. It must
74
- * also declare an offset in bytes from the start of the struct, where the field
75
- * associated with this AVOption is located. Other fields in the AVOption struct
76
- * should also be set when applicable, but are not required.
77
- *
78
- * The following example illustrates an AVOptions-enabled struct:
79
- * @code
80
- * typedef struct test_struct {
81
- * const AVClass *class;
82
- * int int_opt;
83
- * char *str_opt;
84
- * uint8_t *bin_opt;
85
- * int bin_len;
86
- * } test_struct;
87
- *
88
- * static const AVOption test_options[] = {
89
- * { "test_int", "This is a test option of int type.", offsetof(test_struct, int_opt),
90
- * AV_OPT_TYPE_INT, { .i64 = -1 }, INT_MIN, INT_MAX },
91
- * { "test_str", "This is a test option of string type.", offsetof(test_struct, str_opt),
92
- * AV_OPT_TYPE_STRING },
93
- * { "test_bin", "This is a test option of binary type.", offsetof(test_struct, bin_opt),
94
- * AV_OPT_TYPE_BINARY },
95
- * { NULL },
96
- * };
97
- *
98
- * static const AVClass test_class = {
99
- * .class_name = "test class",
100
- * .item_name = av_default_item_name,
101
- * .option = test_options,
102
- * .version = LIBAVUTIL_VERSION_INT,
103
- * };
104
- * @endcode
105
- *
106
- * Next, when allocating your struct, you must ensure that the AVClass pointer
107
- * is set to the correct value. Then, av_opt_set_defaults() can be called to
108
- * initialize defaults. After that the struct is ready to be used with the
109
- * AVOptions API.
110
- *
111
- * When cleaning up, you may use the av_opt_free() function to automatically
112
- * free all the allocated string and binary options.
113
- *
114
- * Continuing with the above example:
115
- *
116
- * @code
117
- * test_struct *alloc_test_struct(void)
118
- * {
119
- * test_struct *ret = av_mallocz(sizeof(*ret));
120
- * ret->class = &test_class;
121
- * av_opt_set_defaults(ret);
122
- * return ret;
123
- * }
124
- * void free_test_struct(test_struct **foo)
125
- * {
126
- * av_opt_free(*foo);
127
- * av_freep(foo);
128
- * }
129
- * @endcode
130
- *
131
- * @subsection avoptions_implement_nesting Nesting
132
- * It may happen that an AVOptions-enabled struct contains another
133
- * AVOptions-enabled struct as a member (e.g. AVCodecContext in
134
- * libavcodec exports generic options, while its priv_data field exports
135
- * codec-specific options). In such a case, it is possible to set up the
136
- * parent struct to export a child's options. To do that, simply
137
- * implement AVClass.child_next() and AVClass.child_class_iterate() in the
138
- * parent struct's AVClass.
139
- * Assuming that the test_struct from above now also contains a
140
- * child_struct field:
141
- *
142
- * @code
143
- * typedef struct child_struct {
144
- * AVClass *class;
145
- * int flags_opt;
146
- * } child_struct;
147
- * static const AVOption child_opts[] = {
148
- * { "test_flags", "This is a test option of flags type.",
149
- * offsetof(child_struct, flags_opt), AV_OPT_TYPE_FLAGS, { .i64 = 0 }, INT_MIN, INT_MAX },
150
- * { NULL },
151
- * };
152
- * static const AVClass child_class = {
153
- * .class_name = "child class",
154
- * .item_name = av_default_item_name,
155
- * .option = child_opts,
156
- * .version = LIBAVUTIL_VERSION_INT,
157
- * };
158
- *
159
- * void *child_next(void *obj, void *prev)
160
- * {
161
- * test_struct *t = obj;
162
- * if (!prev && t->child_struct)
163
- * return t->child_struct;
164
- * return NULL
165
- * }
166
- * const AVClass child_class_iterate(void **iter)
167
- * {
168
- * const AVClass *c = *iter ? NULL : &child_class;
169
- * *iter = (void*)(uintptr_t)c;
170
- * return c;
171
- * }
172
- * @endcode
173
- * Putting child_next() and child_class_iterate() as defined above into
174
- * test_class will now make child_struct's options accessible through
175
- * test_struct (again, proper setup as described above needs to be done on
176
- * child_struct right after it is created).
177
- *
178
- * From the above example it might not be clear why both child_next()
179
- * and child_class_iterate() are needed. The distinction is that child_next()
180
- * iterates over actually existing objects, while child_class_iterate()
181
- * iterates over all possible child classes. E.g. if an AVCodecContext
182
- * was initialized to use a codec which has private options, then its
183
- * child_next() will return AVCodecContext.priv_data and finish
184
- * iterating. OTOH child_class_iterate() on AVCodecContext.av_class will
185
- * iterate over all available codecs with private options.
186
- *
187
- * @subsection avoptions_implement_named_constants Named constants
188
- * It is possible to create named constants for options. Simply set the unit
189
- * field of the option the constants should apply to a string and
190
- * create the constants themselves as options of type AV_OPT_TYPE_CONST
191
- * with their unit field set to the same string.
192
- * Their default_val field should contain the value of the named
193
- * constant.
194
- * For example, to add some named constants for the test_flags option
195
- * above, put the following into the child_opts array:
196
- * @code
197
- * { "test_flags", "This is a test option of flags type.",
198
- * offsetof(child_struct, flags_opt), AV_OPT_TYPE_FLAGS, { .i64 = 0 }, INT_MIN, INT_MAX, "test_unit" },
199
- * { "flag1", "This is a flag with value 16", 0, AV_OPT_TYPE_CONST, { .i64 = 16 }, 0, 0, "test_unit" },
200
- * @endcode
201
- *
202
- * @section avoptions_use Using AVOptions
203
- * This section deals with accessing options in an AVOptions-enabled struct.
204
- * Such structs in FFmpeg are e.g. AVCodecContext in libavcodec or
205
- * AVFormatContext in libavformat.
206
- *
207
- * @subsection avoptions_use_examine Examining AVOptions
208
- * The basic functions for examining options are av_opt_next(), which iterates
209
- * over all options defined for one object, and av_opt_find(), which searches
210
- * for an option with the given name.
211
- *
212
- * The situation is more complicated with nesting. An AVOptions-enabled struct
213
- * may have AVOptions-enabled children. Passing the AV_OPT_SEARCH_CHILDREN flag
214
- * to av_opt_find() will make the function search children recursively.
215
- *
216
- * For enumerating there are basically two cases. The first is when you want to
217
- * get all options that may potentially exist on the struct and its children
218
- * (e.g. when constructing documentation). In that case you should call
219
- * av_opt_child_class_iterate() recursively on the parent struct's AVClass. The
220
- * second case is when you have an already initialized struct with all its
221
- * children and you want to get all options that can be actually written or read
222
- * from it. In that case you should call av_opt_child_next() recursively (and
223
- * av_opt_next() on each result).
224
- *
225
- * @subsection avoptions_use_get_set Reading and writing AVOptions
226
- * When setting options, you often have a string read directly from the
227
- * user. In such a case, simply passing it to av_opt_set() is enough. For
228
- * non-string type options, av_opt_set() will parse the string according to the
229
- * option type.
230
- *
231
- * Similarly av_opt_get() will read any option type and convert it to a string
232
- * which will be returned. Do not forget that the string is allocated, so you
233
- * have to free it with av_free().
234
- *
235
- * In some cases it may be more convenient to put all options into an
236
- * AVDictionary and call av_opt_set_dict() on it. A specific case of this
237
- * are the format/codec open functions in lavf/lavc which take a dictionary
238
- * filled with option as a parameter. This makes it possible to set some options
239
- * that cannot be set otherwise, since e.g. the input file format is not known
240
- * before the file is actually opened.
241
- */
242
-
243
- /**
244
- * An option type determines:
245
- * - for native access, the underlying C type of the field that an AVOption
246
- * refers to;
247
- * - for foreign access, the semantics of accessing the option through this API,
248
- * e.g. which av_opt_get_*() and av_opt_set_*() functions can be called, or
249
- * what format will av_opt_get()/av_opt_set() expect/produce.
250
- */
251
- enum AVOptionType{
252
- /**
253
- * Underlying C type is unsigned int.
254
- */
255
- AV_OPT_TYPE_FLAGS = 1,
256
- /**
257
- * Underlying C type is int.
258
- */
259
- AV_OPT_TYPE_INT,
260
- /**
261
- * Underlying C type is int64_t.
262
- */
263
- AV_OPT_TYPE_INT64,
264
- /**
265
- * Underlying C type is double.
266
- */
267
- AV_OPT_TYPE_DOUBLE,
268
- /**
269
- * Underlying C type is float.
270
- */
271
- AV_OPT_TYPE_FLOAT,
272
- /**
273
- * Underlying C type is a uint8_t* that is either NULL or points to a C
274
- * string allocated with the av_malloc() family of functions.
275
- */
276
- AV_OPT_TYPE_STRING,
277
- /**
278
- * Underlying C type is AVRational.
279
- */
280
- AV_OPT_TYPE_RATIONAL,
281
- /**
282
- * Underlying C type is a uint8_t* that is either NULL or points to an array
283
- * allocated with the av_malloc() family of functions. The pointer is
284
- * immediately followed by an int containing the array length in bytes.
285
- */
286
- AV_OPT_TYPE_BINARY,
287
- /**
288
- * Underlying C type is AVDictionary*.
289
- */
290
- AV_OPT_TYPE_DICT,
291
- /**
292
- * Underlying C type is uint64_t.
293
- */
294
- AV_OPT_TYPE_UINT64,
295
- /**
296
- * Special option type for declaring named constants. Does not correspond to
297
- * an actual field in the object, offset must be 0.
298
- */
299
- AV_OPT_TYPE_CONST,
300
- /**
301
- * Underlying C type is two consecutive integers.
302
- */
303
- AV_OPT_TYPE_IMAGE_SIZE,
304
- /**
305
- * Underlying C type is enum AVPixelFormat.
306
- */
307
- AV_OPT_TYPE_PIXEL_FMT,
308
- /**
309
- * Underlying C type is enum AVSampleFormat.
310
- */
311
- AV_OPT_TYPE_SAMPLE_FMT,
312
- /**
313
- * Underlying C type is AVRational.
314
- */
315
- AV_OPT_TYPE_VIDEO_RATE,
316
- /**
317
- * Underlying C type is int64_t.
318
- */
319
- AV_OPT_TYPE_DURATION,
320
- /**
321
- * Underlying C type is uint8_t[4].
322
- */
323
- AV_OPT_TYPE_COLOR,
324
- /**
325
- * Underlying C type is int.
326
- */
327
- AV_OPT_TYPE_BOOL,
328
- /**
329
- * Underlying C type is AVChannelLayout.
330
- */
331
- AV_OPT_TYPE_CHLAYOUT,
332
- /**
333
- * Underlying C type is unsigned int.
334
- */
335
- AV_OPT_TYPE_UINT,
336
-
337
- /**
338
- * May be combined with another regular option type to declare an array
339
- * option.
340
- *
341
- * For array options, @ref AVOption.offset should refer to a pointer
342
- * corresponding to the option type. The pointer should be immediately
343
- * followed by an unsigned int that will store the number of elements in the
344
- * array.
345
- */
346
- AV_OPT_TYPE_FLAG_ARRAY = (1 << 16),
347
- };
348
-
349
- /**
350
- * A generic parameter which can be set by the user for muxing or encoding.
351
- */
352
- #define AV_OPT_FLAG_ENCODING_PARAM (1 << 0)
353
- /**
354
- * A generic parameter which can be set by the user for demuxing or decoding.
355
- */
356
- #define AV_OPT_FLAG_DECODING_PARAM (1 << 1)
357
- #define AV_OPT_FLAG_AUDIO_PARAM (1 << 3)
358
- #define AV_OPT_FLAG_VIDEO_PARAM (1 << 4)
359
- #define AV_OPT_FLAG_SUBTITLE_PARAM (1 << 5)
360
- /**
361
- * The option is intended for exporting values to the caller.
362
- */
363
- #define AV_OPT_FLAG_EXPORT (1 << 6)
364
- /**
365
- * The option may not be set through the AVOptions API, only read.
366
- * This flag only makes sense when AV_OPT_FLAG_EXPORT is also set.
367
- */
368
- #define AV_OPT_FLAG_READONLY (1 << 7)
369
- /**
370
- * A generic parameter which can be set by the user for bit stream filtering.
371
- */
372
- #define AV_OPT_FLAG_BSF_PARAM (1 << 8)
373
-
374
- /**
375
- * A generic parameter which can be set by the user at runtime.
376
- */
377
- #define AV_OPT_FLAG_RUNTIME_PARAM (1 << 15)
378
- /**
379
- * A generic parameter which can be set by the user for filtering.
380
- */
381
- #define AV_OPT_FLAG_FILTERING_PARAM (1 << 16)
382
- /**
383
- * Set if option is deprecated, users should refer to AVOption.help text for
384
- * more information.
385
- */
386
- #define AV_OPT_FLAG_DEPRECATED (1 << 17)
387
- /**
388
- * Set if option constants can also reside in child objects.
389
- */
390
- #define AV_OPT_FLAG_CHILD_CONSTS (1 << 18)
391
-
392
- /**
393
- * May be set as default_val for AV_OPT_TYPE_FLAG_ARRAY options.
394
- */
395
- typedef struct AVOptionArrayDef {
396
- /**
397
- * Native access only.
398
- *
399
- * Default value of the option, as would be serialized by av_opt_get() (i.e.
400
- * using the value of sep as the separator).
401
- */
402
- const char *def;
403
-
404
- /**
405
- * Minimum number of elements in the array. When this field is non-zero, def
406
- * must be non-NULL and contain at least this number of elements.
407
- */
408
- unsigned size_min;
409
- /**
410
- * Maximum number of elements in the array, 0 when unlimited.
411
- */
412
- unsigned size_max;
413
-
414
- /**
415
- * Separator between array elements in string representations of this
416
- * option, used by av_opt_set() and av_opt_get(). It must be a printable
417
- * ASCII character, excluding alphanumeric and the backslash. A comma is
418
- * used when sep=0.
419
- *
420
- * The separator and the backslash must be backslash-escaped in order to
421
- * appear in string representations of the option value.
422
- */
423
- char sep;
424
- } AVOptionArrayDef;
425
-
426
- /**
427
- * AVOption
428
- */
429
- typedef struct AVOption {
430
- const char *name;
431
-
432
- /**
433
- * short English help text
434
- * @todo What about other languages?
435
- */
436
- const char *help;
437
-
438
- /**
439
- * Native access only.
440
- *
441
- * The offset relative to the context structure where the option
442
- * value is stored. It should be 0 for named constants.
443
- */
444
- int offset;
445
- enum AVOptionType type;
446
-
447
- /**
448
- * Native access only, except when documented otherwise.
449
- * the default value for scalar options
450
- */
451
- union {
452
- int64_t i64;
453
- double dbl;
454
- const char *str;
455
- /* TODO those are unused now */
456
- AVRational q;
457
-
458
- /**
459
- * Used for AV_OPT_TYPE_FLAG_ARRAY options. May be NULL.
460
- *
461
- * Foreign access to some members allowed, as noted in AVOptionArrayDef
462
- * documentation.
463
- */
464
- const AVOptionArrayDef *arr;
465
- } default_val;
466
- double min; ///< minimum valid value for the option
467
- double max; ///< maximum valid value for the option
468
-
469
- /**
470
- * A combination of AV_OPT_FLAG_*.
471
- */
472
- int flags;
473
-
474
- /**
475
- * The logical unit to which the option belongs. Non-constant
476
- * options and corresponding named constants share the same
477
- * unit. May be NULL.
478
- */
479
- const char *unit;
480
- } AVOption;
481
-
482
- /**
483
- * A single allowed range of values, or a single allowed value.
484
- */
485
- typedef struct AVOptionRange {
486
- const char *str;
487
- /**
488
- * Value range.
489
- * For string ranges this represents the min/max length.
490
- * For dimensions this represents the min/max pixel count or width/height in multi-component case.
491
- */
492
- double value_min, value_max;
493
- /**
494
- * Value's component range.
495
- * For string this represents the unicode range for chars, 0-127 limits to ASCII.
496
- */
497
- double component_min, component_max;
498
- /**
499
- * Range flag.
500
- * If set to 1 the struct encodes a range, if set to 0 a single value.
501
- */
502
- int is_range;
503
- } AVOptionRange;
504
-
505
- /**
506
- * List of AVOptionRange structs.
507
- */
508
- typedef struct AVOptionRanges {
509
- /**
510
- * Array of option ranges.
511
- *
512
- * Most of option types use just one component.
513
- * Following describes multi-component option types:
514
- *
515
- * AV_OPT_TYPE_IMAGE_SIZE:
516
- * component index 0: range of pixel count (width * height).
517
- * component index 1: range of width.
518
- * component index 2: range of height.
519
- *
520
- * @note To obtain multi-component version of this structure, user must
521
- * provide AV_OPT_MULTI_COMPONENT_RANGE to av_opt_query_ranges or
522
- * av_opt_query_ranges_default function.
523
- *
524
- * Multi-component range can be read as in following example:
525
- *
526
- * @code
527
- * int range_index, component_index;
528
- * AVOptionRanges *ranges;
529
- * AVOptionRange *range[3]; //may require more than 3 in the future.
530
- * av_opt_query_ranges(&ranges, obj, key, AV_OPT_MULTI_COMPONENT_RANGE);
531
- * for (range_index = 0; range_index < ranges->nb_ranges; range_index++) {
532
- * for (component_index = 0; component_index < ranges->nb_components; component_index++)
533
- * range[component_index] = ranges->range[ranges->nb_ranges * component_index + range_index];
534
- * //do something with range here.
535
- * }
536
- * av_opt_freep_ranges(&ranges);
537
- * @endcode
538
- */
539
- AVOptionRange **range;
540
- /**
541
- * Number of ranges per component.
542
- */
543
- int nb_ranges;
544
- /**
545
- * Number of componentes.
546
- */
547
- int nb_components;
548
- } AVOptionRanges;
549
-
550
- /**
551
- * @defgroup opt_mng AVOption (un)initialization and inspection.
552
- * @{
553
- */
554
-
555
- /**
556
- * Set the values of all AVOption fields to their default values.
557
- *
558
- * @param s an AVOption-enabled struct (its first member must be a pointer to AVClass)
559
- */
560
- void av_opt_set_defaults(void *s);
561
-
562
- /**
563
- * Set the values of all AVOption fields to their default values. Only these
564
- * AVOption fields for which (opt->flags & mask) == flags will have their
565
- * default applied to s.
566
- *
567
- * @param s an AVOption-enabled struct (its first member must be a pointer to AVClass)
568
- * @param mask combination of AV_OPT_FLAG_*
569
- * @param flags combination of AV_OPT_FLAG_*
570
- */
571
- void av_opt_set_defaults2(void *s, int mask, int flags);
572
-
573
- /**
574
- * Free all allocated objects in obj.
575
- */
576
- void av_opt_free(void *obj);
577
-
578
- /**
579
- * Iterate over all AVOptions belonging to obj.
580
- *
581
- * @param obj an AVOptions-enabled struct or a double pointer to an
582
- * AVClass describing it.
583
- * @param prev result of the previous call to av_opt_next() on this object
584
- * or NULL
585
- * @return next AVOption or NULL
586
- */
587
- const AVOption *av_opt_next(const void *obj, const AVOption *prev);
588
-
589
- /**
590
- * Iterate over AVOptions-enabled children of obj.
591
- *
592
- * @param prev result of a previous call to this function or NULL
593
- * @return next AVOptions-enabled child or NULL
594
- */
595
- void *av_opt_child_next(void *obj, void *prev);
596
-
597
- /**
598
- * Iterate over potential AVOptions-enabled children of parent.
599
- *
600
- * @param iter a pointer where iteration state is stored.
601
- * @return AVClass corresponding to next potential child or NULL
602
- */
603
- const AVClass *av_opt_child_class_iterate(const AVClass *parent, void **iter);
604
-
605
- #define AV_OPT_SEARCH_CHILDREN (1 << 0) /**< Search in possible children of the
606
- given object first. */
607
- /**
608
- * The obj passed to av_opt_find() is fake -- only a double pointer to AVClass
609
- * instead of a required pointer to a struct containing AVClass. This is
610
- * useful for searching for options without needing to allocate the corresponding
611
- * object.
612
- */
613
- #define AV_OPT_SEARCH_FAKE_OBJ (1 << 1)
614
-
615
- /**
616
- * In av_opt_get, return NULL if the option has a pointer type and is set to NULL,
617
- * rather than returning an empty string.
618
- */
619
- #define AV_OPT_ALLOW_NULL (1 << 2)
620
-
621
- /**
622
- * May be used with av_opt_set_array() to signal that new elements should
623
- * replace the existing ones in the indicated range.
624
- */
625
- #define AV_OPT_ARRAY_REPLACE (1 << 3)
626
-
627
- /**
628
- * Allows av_opt_query_ranges and av_opt_query_ranges_default to return more than
629
- * one component for certain option types.
630
- * @see AVOptionRanges for details.
631
- */
632
- #define AV_OPT_MULTI_COMPONENT_RANGE (1 << 12)
633
-
634
- /**
635
- * Look for an option in an object. Consider only options which
636
- * have all the specified flags set.
637
- *
638
- * @param[in] obj A pointer to a struct whose first element is a
639
- * pointer to an AVClass.
640
- * Alternatively a double pointer to an AVClass, if
641
- * AV_OPT_SEARCH_FAKE_OBJ search flag is set.
642
- * @param[in] name The name of the option to look for.
643
- * @param[in] unit When searching for named constants, name of the unit
644
- * it belongs to.
645
- * @param opt_flags Find only options with all the specified flags set (AV_OPT_FLAG).
646
- * @param search_flags A combination of AV_OPT_SEARCH_*.
647
- *
648
- * @return A pointer to the option found, or NULL if no option
649
- * was found.
650
- *
651
- * @note Options found with AV_OPT_SEARCH_CHILDREN flag may not be settable
652
- * directly with av_opt_set(). Use special calls which take an options
653
- * AVDictionary (e.g. avformat_open_input()) to set options found with this
654
- * flag.
655
- */
656
- const AVOption *av_opt_find(void *obj, const char *name, const char *unit,
657
- int opt_flags, int search_flags);
658
-
659
- /**
660
- * Look for an option in an object. Consider only options which
661
- * have all the specified flags set.
662
- *
663
- * @param[in] obj A pointer to a struct whose first element is a
664
- * pointer to an AVClass.
665
- * Alternatively a double pointer to an AVClass, if
666
- * AV_OPT_SEARCH_FAKE_OBJ search flag is set.
667
- * @param[in] name The name of the option to look for.
668
- * @param[in] unit When searching for named constants, name of the unit
669
- * it belongs to.
670
- * @param opt_flags Find only options with all the specified flags set (AV_OPT_FLAG).
671
- * @param search_flags A combination of AV_OPT_SEARCH_*.
672
- * @param[out] target_obj if non-NULL, an object to which the option belongs will be
673
- * written here. It may be different from obj if AV_OPT_SEARCH_CHILDREN is present
674
- * in search_flags. This parameter is ignored if search_flags contain
675
- * AV_OPT_SEARCH_FAKE_OBJ.
676
- *
677
- * @return A pointer to the option found, or NULL if no option
678
- * was found.
679
- */
680
- const AVOption *av_opt_find2(void *obj, const char *name, const char *unit,
681
- int opt_flags, int search_flags, void **target_obj);
682
-
683
- /**
684
- * Show the obj options.
685
- *
686
- * @param req_flags requested flags for the options to show. Show only the
687
- * options for which it is opt->flags & req_flags.
688
- * @param rej_flags rejected flags for the options to show. Show only the
689
- * options for which it is !(opt->flags & req_flags).
690
- * @param av_log_obj log context to use for showing the options
691
- */
692
- int av_opt_show2(void *obj, void *av_log_obj, int req_flags, int rej_flags);
693
-
694
- /**
695
- * Extract a key-value pair from the beginning of a string.
696
- *
697
- * @param ropts pointer to the options string, will be updated to
698
- * point to the rest of the string (one of the pairs_sep
699
- * or the final NUL)
700
- * @param key_val_sep a 0-terminated list of characters used to separate
701
- * key from value, for example '='
702
- * @param pairs_sep a 0-terminated list of characters used to separate
703
- * two pairs from each other, for example ':' or ','
704
- * @param flags flags; see the AV_OPT_FLAG_* values below
705
- * @param rkey parsed key; must be freed using av_free()
706
- * @param rval parsed value; must be freed using av_free()
707
- *
708
- * @return >=0 for success, or a negative value corresponding to an
709
- * AVERROR code in case of error; in particular:
710
- * AVERROR(EINVAL) if no key is present
711
- *
712
- */
713
- int av_opt_get_key_value(const char **ropts,
714
- const char *key_val_sep, const char *pairs_sep,
715
- unsigned flags,
716
- char **rkey, char **rval);
717
-
718
- enum {
719
-
720
- /**
721
- * Accept to parse a value without a key; the key will then be returned
722
- * as NULL.
723
- */
724
- AV_OPT_FLAG_IMPLICIT_KEY = 1,
725
- };
726
-
727
- /**
728
- * @}
729
- */
730
-
731
- /**
732
- * @defgroup opt_write Setting and modifying option values
733
- * @{
734
- */
735
-
736
- /**
737
- * Parse the key/value pairs list in opts. For each key/value pair
738
- * found, stores the value in the field in ctx that is named like the
739
- * key. ctx must be an AVClass context, storing is done using
740
- * AVOptions.
741
- *
742
- * @param opts options string to parse, may be NULL
743
- * @param key_val_sep a 0-terminated list of characters used to
744
- * separate key from value
745
- * @param pairs_sep a 0-terminated list of characters used to separate
746
- * two pairs from each other
747
- * @return the number of successfully set key/value pairs, or a negative
748
- * value corresponding to an AVERROR code in case of error:
749
- * AVERROR(EINVAL) if opts cannot be parsed,
750
- * the error code issued by av_opt_set() if a key/value pair
751
- * cannot be set
752
- */
753
- int av_set_options_string(void *ctx, const char *opts,
754
- const char *key_val_sep, const char *pairs_sep);
755
-
756
- /**
757
- * Parse the key-value pairs list in opts. For each key=value pair found,
758
- * set the value of the corresponding option in ctx.
759
- *
760
- * @param ctx the AVClass object to set options on
761
- * @param opts the options string, key-value pairs separated by a
762
- * delimiter
763
- * @param shorthand a NULL-terminated array of options names for shorthand
764
- * notation: if the first field in opts has no key part,
765
- * the key is taken from the first element of shorthand;
766
- * then again for the second, etc., until either opts is
767
- * finished, shorthand is finished or a named option is
768
- * found; after that, all options must be named
769
- * @param key_val_sep a 0-terminated list of characters used to separate
770
- * key from value, for example '='
771
- * @param pairs_sep a 0-terminated list of characters used to separate
772
- * two pairs from each other, for example ':' or ','
773
- * @return the number of successfully set key=value pairs, or a negative
774
- * value corresponding to an AVERROR code in case of error:
775
- * AVERROR(EINVAL) if opts cannot be parsed,
776
- * the error code issued by av_set_string3() if a key/value pair
777
- * cannot be set
778
- *
779
- * Options names must use only the following characters: a-z A-Z 0-9 - . / _
780
- * Separators must use characters distinct from option names and from each
781
- * other.
782
- */
783
- int av_opt_set_from_string(void *ctx, const char *opts,
784
- const char *const *shorthand,
785
- const char *key_val_sep, const char *pairs_sep);
786
-
787
- /**
788
- * Set all the options from a given dictionary on an object.
789
- *
790
- * @param obj a struct whose first element is a pointer to AVClass
791
- * @param options options to process. This dictionary will be freed and replaced
792
- * by a new one containing all options not found in obj.
793
- * Of course this new dictionary needs to be freed by caller
794
- * with av_dict_free().
795
- *
796
- * @return 0 on success, a negative AVERROR if some option was found in obj,
797
- * but could not be set.
798
- *
799
- * @see av_dict_copy()
800
- */
801
- int av_opt_set_dict(void *obj, struct AVDictionary **options);
802
-
803
-
804
- /**
805
- * Set all the options from a given dictionary on an object.
806
- *
807
- * @param obj a struct whose first element is a pointer to AVClass
808
- * @param options options to process. This dictionary will be freed and replaced
809
- * by a new one containing all options not found in obj.
810
- * Of course this new dictionary needs to be freed by caller
811
- * with av_dict_free().
812
- * @param search_flags A combination of AV_OPT_SEARCH_*.
813
- *
814
- * @return 0 on success, a negative AVERROR if some option was found in obj,
815
- * but could not be set.
816
- *
817
- * @see av_dict_copy()
818
- */
819
- int av_opt_set_dict2(void *obj, struct AVDictionary **options, int search_flags);
820
-
821
- /**
822
- * Copy options from src object into dest object.
823
- *
824
- * The underlying AVClass of both src and dest must coincide. The guarantee
825
- * below does not apply if this is not fulfilled.
826
- *
827
- * Options that require memory allocation (e.g. string or binary) are malloc'ed in dest object.
828
- * Original memory allocated for such options is freed unless both src and dest options points to the same memory.
829
- *
830
- * Even on error it is guaranteed that allocated options from src and dest
831
- * no longer alias each other afterwards; in particular calling av_opt_free()
832
- * on both src and dest is safe afterwards if dest has been memdup'ed from src.
833
- *
834
- * @param dest Object to copy from
835
- * @param src Object to copy into
836
- * @return 0 on success, negative on error
837
- */
838
- int av_opt_copy(void *dest, const void *src);
839
-
840
- /**
841
- * @defgroup opt_set_funcs Option setting functions
842
- * @{
843
- * Those functions set the field of obj with the given name to value.
844
- *
845
- * @param[in] obj A struct whose first element is a pointer to an AVClass.
846
- * @param[in] name the name of the field to set
847
- * @param[in] val The value to set. In case of av_opt_set() if the field is not
848
- * of a string type, then the given string is parsed.
849
- * SI postfixes and some named scalars are supported.
850
- * If the field is of a numeric type, it has to be a numeric or named
851
- * scalar. Behavior with more than one scalar and +- infix operators
852
- * is undefined.
853
- * If the field is of a flags type, it has to be a sequence of numeric
854
- * scalars or named flags separated by '+' or '-'. Prefixing a flag
855
- * with '+' causes it to be set without affecting the other flags;
856
- * similarly, '-' unsets a flag.
857
- * If the field is of a dictionary type, it has to be a ':' separated list of
858
- * key=value parameters. Values containing ':' special characters must be
859
- * escaped.
860
- * @param search_flags flags passed to av_opt_find2. I.e. if AV_OPT_SEARCH_CHILDREN
861
- * is passed here, then the option may be set on a child of obj.
862
- *
863
- * @return 0 if the value has been set, or an AVERROR code in case of
864
- * error:
865
- * AVERROR_OPTION_NOT_FOUND if no matching option exists
866
- * AVERROR(ERANGE) if the value is out of range
867
- * AVERROR(EINVAL) if the value is not valid
868
- */
869
- int av_opt_set (void *obj, const char *name, const char *val, int search_flags);
870
- int av_opt_set_int (void *obj, const char *name, int64_t val, int search_flags);
871
- int av_opt_set_double (void *obj, const char *name, double val, int search_flags);
872
- int av_opt_set_q (void *obj, const char *name, AVRational val, int search_flags);
873
- int av_opt_set_bin (void *obj, const char *name, const uint8_t *val, int size, int search_flags);
874
- int av_opt_set_image_size(void *obj, const char *name, int w, int h, int search_flags);
875
- int av_opt_set_pixel_fmt (void *obj, const char *name, enum AVPixelFormat fmt, int search_flags);
876
- int av_opt_set_sample_fmt(void *obj, const char *name, enum AVSampleFormat fmt, int search_flags);
877
- int av_opt_set_video_rate(void *obj, const char *name, AVRational val, int search_flags);
878
- /**
879
- * @note Any old chlayout present is discarded and replaced with a copy of the new one. The
880
- * caller still owns layout and is responsible for uninitializing it.
881
- */
882
- int av_opt_set_chlayout(void *obj, const char *name, const AVChannelLayout *layout, int search_flags);
883
- /**
884
- * @note Any old dictionary present is discarded and replaced with a copy of the new one. The
885
- * caller still owns val is and responsible for freeing it.
886
- */
887
- int av_opt_set_dict_val(void *obj, const char *name, const AVDictionary *val, int search_flags);
888
-
889
- /**
890
- * Set a binary option to an integer list.
891
- *
892
- * @param obj AVClass object to set options on
893
- * @param name name of the binary option
894
- * @param val pointer to an integer list (must have the correct type with
895
- * regard to the contents of the list)
896
- * @param term list terminator (usually 0 or -1)
897
- * @param flags search flags
898
- */
899
- #define av_opt_set_int_list(obj, name, val, term, flags) \
900
- (av_int_list_length(val, term) > INT_MAX / sizeof(*(val)) ? \
901
- AVERROR(EINVAL) : \
902
- av_opt_set_bin(obj, name, (const uint8_t *)(val), \
903
- av_int_list_length(val, term) * sizeof(*(val)), flags))
904
-
905
- /**
906
- * Add, replace, or remove elements for an array option. Which of these
907
- * operations is performed depends on the values of val and search_flags.
908
- *
909
- * @param start_elem Index of the first array element to modify; must not be
910
- * larger than array size as returned by
911
- * av_opt_get_array_size().
912
- * @param nb_elems number of array elements to modify; when val is NULL,
913
- * start_elem+nb_elems must not be larger than array size as
914
- * returned by av_opt_get_array_size()
915
- *
916
- * @param val_type Option type corresponding to the type of val, ignored when val is
917
- * NULL.
918
- *
919
- * The effect of this function will will be as if av_opt_setX()
920
- * was called for each element, where X is specified by type.
921
- * E.g. AV_OPT_TYPE_STRING corresponds to av_opt_set().
922
- *
923
- * Typically this should be the same as the scalarized type of
924
- * the AVOption being set, but certain conversions are also
925
- * possible - the same as those done by the corresponding
926
- * av_opt_set*() function. E.g. any option type can be set from
927
- * a string, numeric types can be set from int64, double, or
928
- * rational, etc.
929
- *
930
- * @param val Array with nb_elems elements or NULL.
931
- *
932
- * When NULL, nb_elems array elements starting at start_elem are
933
- * removed from the array. Any array elements remaining at the end
934
- * are shifted by nb_elems towards the first element in order to keep
935
- * the array contiguous.
936
- *
937
- * Otherwise (val is non-NULL), the type of val must match the
938
- * underlying C type as documented for val_type.
939
- *
940
- * When AV_OPT_ARRAY_REPLACE is not set in search_flags, the array is
941
- * enlarged by nb_elems, and the contents of val are inserted at
942
- * start_elem. Previously existing array elements from start_elem
943
- * onwards (if present) are shifted by nb_elems away from the first
944
- * element in order to make space for the new elements.
945
- *
946
- * When AV_OPT_ARRAY_REPLACE is set in search_flags, the contents
947
- * of val replace existing array elements from start_elem to
948
- * start_elem+nb_elems (if present). New array size is
949
- * max(start_elem + nb_elems, old array size).
950
- */
951
- int av_opt_set_array(void *obj, const char *name, int search_flags,
952
- unsigned int start_elem, unsigned int nb_elems,
953
- enum AVOptionType val_type, const void *val);
954
-
955
- /**
956
- * @}
957
- * @}
958
- */
959
-
960
- /**
961
- * @defgroup opt_read Reading option values
962
- * @{
963
- */
964
-
965
- /**
966
- * @defgroup opt_get_funcs Option getting functions
967
- * @{
968
- * Those functions get a value of the option with the given name from an object.
969
- *
970
- * @param[in] obj a struct whose first element is a pointer to an AVClass.
971
- * @param[in] name name of the option to get.
972
- * @param[in] search_flags flags passed to av_opt_find2. I.e. if AV_OPT_SEARCH_CHILDREN
973
- * is passed here, then the option may be found in a child of obj.
974
- * @param[out] out_val value of the option will be written here
975
- * @return >=0 on success, a negative error code otherwise
976
- */
977
- /**
978
- * @note the returned string will be av_malloc()ed and must be av_free()ed by the caller
979
- *
980
- * @note if AV_OPT_ALLOW_NULL is set in search_flags in av_opt_get, and the
981
- * option is of type AV_OPT_TYPE_STRING, AV_OPT_TYPE_BINARY or AV_OPT_TYPE_DICT
982
- * and is set to NULL, *out_val will be set to NULL instead of an allocated
983
- * empty string.
984
- */
985
- int av_opt_get (void *obj, const char *name, int search_flags, uint8_t **out_val);
986
- int av_opt_get_int (void *obj, const char *name, int search_flags, int64_t *out_val);
987
- int av_opt_get_double (void *obj, const char *name, int search_flags, double *out_val);
988
- int av_opt_get_q (void *obj, const char *name, int search_flags, AVRational *out_val);
989
- int av_opt_get_image_size(void *obj, const char *name, int search_flags, int *w_out, int *h_out);
990
- int av_opt_get_pixel_fmt (void *obj, const char *name, int search_flags, enum AVPixelFormat *out_fmt);
991
- int av_opt_get_sample_fmt(void *obj, const char *name, int search_flags, enum AVSampleFormat *out_fmt);
992
- int av_opt_get_video_rate(void *obj, const char *name, int search_flags, AVRational *out_val);
993
- /**
994
- * @param[out] layout The returned layout is a copy of the actual value and must
995
- * be freed with av_channel_layout_uninit() by the caller
996
- */
997
- int av_opt_get_chlayout(void *obj, const char *name, int search_flags, AVChannelLayout *layout);
998
- /**
999
- * @param[out] out_val The returned dictionary is a copy of the actual value and must
1000
- * be freed with av_dict_free() by the caller
1001
- */
1002
- int av_opt_get_dict_val(void *obj, const char *name, int search_flags, AVDictionary **out_val);
1003
-
1004
- /**
1005
- * For an array-type option, get the number of elements in the array.
1006
- */
1007
- int av_opt_get_array_size(void *obj, const char *name, int search_flags,
1008
- unsigned int *out_val);
1009
-
1010
- /**
1011
- * For an array-type option, retrieve the values of one or more array elements.
1012
- *
1013
- * @param start_elem index of the first array element to retrieve
1014
- * @param nb_elems number of array elements to retrieve; start_elem+nb_elems
1015
- * must not be larger than array size as returned by
1016
- * av_opt_get_array_size()
1017
- *
1018
- * @param out_type Option type corresponding to the desired output.
1019
- *
1020
- * The array elements produced by this function will
1021
- * will be as if av_opt_getX() was called for each element,
1022
- * where X is specified by out_type. E.g. AV_OPT_TYPE_STRING
1023
- * corresponds to av_opt_get().
1024
- *
1025
- * Typically this should be the same as the scalarized type of
1026
- * the AVOption being retrieved, but certain conversions are
1027
- * also possible - the same as those done by the corresponding
1028
- * av_opt_get*() function. E.g. any option type can be retrieved
1029
- * as a string, numeric types can be retrieved as int64, double,
1030
- * or rational, etc.
1031
- *
1032
- * @param out_val Array with nb_elems members into which the output will be
1033
- * written. The array type must match the underlying C type as
1034
- * documented for out_type, and be zeroed on entry to this
1035
- * function.
1036
- *
1037
- * For dynamically allocated types (strings, binary, dicts,
1038
- * etc.), the result is owned and freed by the caller.
1039
- */
1040
- int av_opt_get_array(void *obj, const char *name, int search_flags,
1041
- unsigned int start_elem, unsigned int nb_elems,
1042
- enum AVOptionType out_type, void *out_val);
1043
- /**
1044
- * @}
1045
- */
1046
-
1047
- /**
1048
- * @defgroup opt_eval_funcs Evaluating option strings
1049
- * @{
1050
- * This group of functions can be used to evaluate option strings
1051
- * and get numbers out of them. They do the same thing as av_opt_set(),
1052
- * except the result is written into the caller-supplied pointer.
1053
- *
1054
- * @param obj a struct whose first element is a pointer to AVClass.
1055
- * @param o an option for which the string is to be evaluated.
1056
- * @param val string to be evaluated.
1057
- * @param *_out value of the string will be written here.
1058
- *
1059
- * @return 0 on success, a negative number on failure.
1060
- */
1061
- int av_opt_eval_flags (void *obj, const AVOption *o, const char *val, int *flags_out);
1062
- int av_opt_eval_int (void *obj, const AVOption *o, const char *val, int *int_out);
1063
- int av_opt_eval_uint (void *obj, const AVOption *o, const char *val, unsigned *uint_out);
1064
- int av_opt_eval_int64 (void *obj, const AVOption *o, const char *val, int64_t *int64_out);
1065
- int av_opt_eval_float (void *obj, const AVOption *o, const char *val, float *float_out);
1066
- int av_opt_eval_double(void *obj, const AVOption *o, const char *val, double *double_out);
1067
- int av_opt_eval_q (void *obj, const AVOption *o, const char *val, AVRational *q_out);
1068
- /**
1069
- * @}
1070
- */
1071
-
1072
- /**
1073
- * Gets a pointer to the requested field in a struct.
1074
- * This function allows accessing a struct even when its fields are moved or
1075
- * renamed since the application making the access has been compiled,
1076
- *
1077
- * @returns a pointer to the field, it can be cast to the correct type and read
1078
- * or written to.
1079
- */
1080
- void *av_opt_ptr(const AVClass *avclass, void *obj, const char *name);
1081
-
1082
- /**
1083
- * Check if given option is set to its default value.
1084
- *
1085
- * Options o must belong to the obj. This function must not be called to check child's options state.
1086
- * @see av_opt_is_set_to_default_by_name().
1087
- *
1088
- * @param obj AVClass object to check option on
1089
- * @param o option to be checked
1090
- * @return >0 when option is set to its default,
1091
- * 0 when option is not set its default,
1092
- * <0 on error
1093
- */
1094
- int av_opt_is_set_to_default(void *obj, const AVOption *o);
1095
-
1096
- /**
1097
- * Check if given option is set to its default value.
1098
- *
1099
- * @param obj AVClass object to check option on
1100
- * @param name option name
1101
- * @param search_flags combination of AV_OPT_SEARCH_*
1102
- * @return >0 when option is set to its default,
1103
- * 0 when option is not set its default,
1104
- * <0 on error
1105
- */
1106
- int av_opt_is_set_to_default_by_name(void *obj, const char *name, int search_flags);
1107
-
1108
- /**
1109
- * Check whether a particular flag is set in a flags field.
1110
- *
1111
- * @param field_name the name of the flag field option
1112
- * @param flag_name the name of the flag to check
1113
- * @return non-zero if the flag is set, zero if the flag isn't set,
1114
- * isn't of the right type, or the flags field doesn't exist.
1115
- */
1116
- int av_opt_flag_is_set(void *obj, const char *field_name, const char *flag_name);
1117
-
1118
- #define AV_OPT_SERIALIZE_SKIP_DEFAULTS 0x00000001 ///< Serialize options that are not set to default values only.
1119
- #define AV_OPT_SERIALIZE_OPT_FLAGS_EXACT 0x00000002 ///< Serialize options that exactly match opt_flags only.
1120
- #define AV_OPT_SERIALIZE_SEARCH_CHILDREN 0x00000004 ///< Serialize options in possible children of the given object.
1121
-
1122
- /**
1123
- * Serialize object's options.
1124
- *
1125
- * Create a string containing object's serialized options.
1126
- * Such string may be passed back to av_opt_set_from_string() in order to restore option values.
1127
- * A key/value or pairs separator occurring in the serialized value or
1128
- * name string are escaped through the av_escape() function.
1129
- *
1130
- * @param[in] obj AVClass object to serialize
1131
- * @param[in] opt_flags serialize options with all the specified flags set (AV_OPT_FLAG)
1132
- * @param[in] flags combination of AV_OPT_SERIALIZE_* flags
1133
- * @param[out] buffer Pointer to buffer that will be allocated with string containg serialized options.
1134
- * Buffer must be freed by the caller when is no longer needed.
1135
- * @param[in] key_val_sep character used to separate key from value
1136
- * @param[in] pairs_sep character used to separate two pairs from each other
1137
- * @return >= 0 on success, negative on error
1138
- * @warning Separators cannot be neither '\\' nor '\0'. They also cannot be the same.
1139
- */
1140
- int av_opt_serialize(void *obj, int opt_flags, int flags, char **buffer,
1141
- const char key_val_sep, const char pairs_sep);
1142
-
1143
- /**
1144
- * @}
1145
- */
1146
-
1147
- /**
1148
- * Free an AVOptionRanges struct and set it to NULL.
1149
- */
1150
- void av_opt_freep_ranges(AVOptionRanges **ranges);
1151
-
1152
- /**
1153
- * Get a list of allowed ranges for the given option.
1154
- *
1155
- * The returned list may depend on other fields in obj like for example profile.
1156
- *
1157
- * @param flags is a bitmask of flags, undefined flags should not be set and should be ignored
1158
- * AV_OPT_SEARCH_FAKE_OBJ indicates that the obj is a double pointer to a AVClass instead of a full instance
1159
- * AV_OPT_MULTI_COMPONENT_RANGE indicates that function may return more than one component, @see AVOptionRanges
1160
- *
1161
- * The result must be freed with av_opt_freep_ranges.
1162
- *
1163
- * @return number of compontents returned on success, a negative errro code otherwise
1164
- */
1165
- int av_opt_query_ranges(AVOptionRanges **, void *obj, const char *key, int flags);
1166
-
1167
- /**
1168
- * Get a default list of allowed ranges for the given option.
1169
- *
1170
- * This list is constructed without using the AVClass.query_ranges() callback
1171
- * and can be used as fallback from within the callback.
1172
- *
1173
- * @param flags is a bitmask of flags, undefined flags should not be set and should be ignored
1174
- * AV_OPT_SEARCH_FAKE_OBJ indicates that the obj is a double pointer to a AVClass instead of a full instance
1175
- * AV_OPT_MULTI_COMPONENT_RANGE indicates that function may return more than one component, @see AVOptionRanges
1176
- *
1177
- * The result must be freed with av_opt_free_ranges.
1178
- *
1179
- * @return number of compontents returned on success, a negative errro code otherwise
1180
- */
1181
- int av_opt_query_ranges_default(AVOptionRanges **, void *obj, const char *key, int flags);
1182
-
1183
- /**
1184
- * @}
1185
- */
1186
-
1187
- #endif /* AVUTIL_OPT_H */