Summary
A simple bindings class using Libopenmpt_ext's C API.
https://lib.openmpt.org/doc/group__libopenmpt__ext__c.html
Syntax
public static class LibopenmptExt
Methods
Name | Return Value | Summary |
---|---|---|
Module |
IntPtr |
Construct an openmpt_module_ext.
static
|
ModuleExtDestroy |
void |
Unload a previously created openmpt_module_ext from memory.
static
|
Module |
int |
Retrieve a libopenmpt extension.
static
|
ModuleExtGetModule |
IntPtr |
Retrieve the openmpt_module handle from an openmpt_module_ext handle.
static
|