gen_dict.json 695 B

1234567891011121314151617181920
  1. {
  2. "AdditionalImports" : {
  3. "Videoio" :
  4. [ "\"videoio/registry.hpp\"" ]
  5. },
  6. "ManualFuncs" : {
  7. "VideoCapture" : {
  8. "release" : {"declaration" : [""], "implementation" : [""] }
  9. },
  10. "VideoWriter" : {
  11. "release" : {"declaration" : [""], "implementation" : [""] }
  12. }
  13. },
  14. "func_arg_fix" : {
  15. "VideoCapture" : {
  16. "(BOOL)open:(int)index apiPreference:(int)apiPreference" : { "open" : {"name" : "openWithIndex"} },
  17. "(BOOL)open:(int)index apiPreference:(int)apiPreference params:(IntVector*)params" : { "open" : {"name" : "openWithIndexAndParameters"} }
  18. }
  19. }
  20. }