Changeset 529 for ocaml-remix/trunk/oss.mli
- Timestamp:
- 11/19/07 15:39:53 (1 year ago)
- Files:
-
- ocaml-remix/trunk/oss.mli (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ocaml-remix/trunk/oss.mli
r488 r529 3 3 val sound_open : unit -> soundDevice;; 4 4 val sound_set_parms : soundDevice -> int -> int -> unit;; 5 val sound_write : soundDevice -> int array-> unit;;5 val sound_write : soundDevice -> FB.buffer -> unit;; 6 6 val sound_close : soundDevice -> unit;;
