Summary
Get a list of supported file extensions.
Syntax
[DllImport(DLL, EntryPoint = "openmpt_get_supported_extensions")]
public static extern IntPtr GetSupportedExtensions()
Attributes
Type | Description |
---|---|
DllImportAttribute |
Return Value
Type | Description |
---|---|
IntPtr | The semicolon-separated list of extensions supported by this libopenmpt build. The extensions are returned lower-case without a leading dot. |