root/ocaml-remix/trunk/oss.mli
| Revision 529, 210 bytes (checked in by shans, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | type soundDevice;; |
| 2 | |
| 3 | val sound_open : unit -> soundDevice;; |
| 4 | val sound_set_parms : soundDevice -> int -> int -> unit;; |
| 5 | val sound_write : soundDevice -> FB.buffer -> unit;; |
| 6 | val sound_close : soundDevice -> unit;; |
Note: See TracBrowser for help on using the browser.
