Expand description
Functions and types related to querying library information.
Structs§
- Core
Version - A struct containing the OpenMPT version number, in big-endian.
- Library
Version - A struct containing the libopenmpt version number, in big-endian.
Enums§
- Info
Field - 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.