Class
LibopenmptExt

Summary

Syntax

public static class LibopenmptExt

Methods

Name Return Value Summary
ModuleExtCreateFromMemory(byte[], UIntPtr, Libopenmpt.LogFunc, IntPtr, Libopenmpt.ErrorFunc, IntPtr, IntPtr, IntPtr, IntPtr) IntPtr
Construct an openmpt_module_ext.
static
ModuleExtDestroy(IntPtr) void
Unload a previously created openmpt_module_ext from memory.
static
ModuleExtGetInterface(IntPtr, string, IntPtr, UIntPtr) int
Retrieve a libopenmpt extension.
static
ModuleExtGetModule(IntPtr) IntPtr
Retrieve the openmpt_module handle from an openmpt_module_ext handle.
static