module External:sig
..end
exception No_process
type
restart_condition =
| |
Delay of |
| |
Metadata |
| |
No_condition |
type
t = {
|
channels : |
|
samplerate : |
|
header : |
|
restart_on_crash : |
|
restart : |
|
process : |
val to_string : t -> string