diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-05-30 22:15:15 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-05-30 22:15:15 +0000 |
commit | 1d578c635f759a426e86944e351779ac581f3fda (patch) | |
tree | 04b786aee9c1bfc29d7f7b6a7db60c407d2a6fd8 /mixlib/mix_vm.h | |
parent | b5f7d4a0d39ee53414adf6893a836f12f20ba362 (diff) | |
download | mdk-1d578c635f759a426e86944e351779ac581f3fda.tar.gz mdk-1d578c635f759a426e86944e351779ac581f3fda.tar.bz2 |
binary devices output formats added
Diffstat (limited to 'mixlib/mix_vm.h')
-rw-r--r-- | mixlib/mix_vm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mixlib/mix_vm.h b/mixlib/mix_vm.h index c4663bc..a8b826e 100644 --- a/mixlib/mix_vm.h +++ b/mixlib/mix_vm.h @@ -51,6 +51,11 @@ mix_vm_delete(mix_vm_t * vm); extern mix_device_t * /* previously connected device */ mix_vm_connect_device (mix_vm_t *vm, mix_device_t *device); +/* get device */ +extern mix_device_t * +mix_vm_get_device (const mix_vm_t *vm, mix_device_type_t dev); + + /* install a device factory for automatic connection */ typedef mix_device_t * (* mix_device_factory_t) (mix_device_type_t device); extern void |