Module info

Source
Expand description

Functions and types related to querying library information.

Structs§

CoreVersion
A struct containing the OpenMPT version number, in big-endian.
LibraryVersion
A struct containing the libopenmpt version number, in big-endian.

Enums§

InfoField
An enum containing all the potentially valid keys for openmpt_get_string

Functions§

get_core_version
Get the OpenMPT core version number.
get_library_version
Get the libopenmpt version number.
get_string
Get a library-related metadata string.
get_supported_extensions
Get a list of supported file extensions.
is_extension_supported
Query whether a file extension is supported.