package portaudio_c_bindings

  1. Overview
  2. Docs
Bindings to the C PortAudio library

Install

Dune Dependency

Authors

Maintainers

Sources

portaudio_c_bindings-19.6.0.tbz
sha256=2cf27412d3dc5c4b748637b1655b393e8cc072386d4de66923bc39284b642dd2
sha512=c473bc2e68d313f94170b8aaa2b4e20457d2dd2f01593309f2b7971bfa224d58b0573069bab68cef8a2e232a44a48faf85e1a810e9a8dfd0d73b3a95e9b90b8d

doc/stubs/Stubs/Make/PaError/index.html

Module Make.PaErrorSource

Sourcetype t =
  1. | NoError
  2. | Not_initialized
  3. | Unanticipated_host_error
  4. | Invalid_channel_count
  5. | Invalid_device
  6. | Invalid_flag
  7. | Sample_format_not_supported
  8. | Bad_io_device_combination
  9. | Insufficient_memory
  10. | Buffer_too_big
  11. | Buffer_too_small
  12. | Null_callback
  13. | Timed_out
  14. | Internal_error
  15. | Device_unavailable
  16. | Incompatible_host_api_specific_stream_info
  17. | Stream_is_stopped
  18. | Stream_is_not_stopped
  19. | Input_overflow
  20. | Host_api_not_found
  21. | Invalid_host_api
  22. | Can_not_read_from_a_callback_stream
  23. | Can_not_write_to_a_callback_stream
  24. | Can_not_read_from_output_only_stream
  25. | Can_not_write_to_input_only_stream
  26. | Incompatible_stream_host_api
  27. | Bad_buffer_ptr
  28. | Other of int
Sourceval t : t S.typ
OCaml

Innovation. Community. Security.