package portaudio_c_bindings

  1. Overview
  2. Docs
type t = Stubs.Make(Portaudio_types__.Stub_types).PaError.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