Used with BASS_PluginGetInfo to retrieve information on a plugin.
typedef struct {
DWORD version;
DWORD formatc;
BASS_PLUGINFORM *formats;
} BASS_PLUGININFO;
| version | Plugin version, in the same form as given by BASS_GetVersion. |
| formatc | Number of supported formats. |
| formats | The array of supported formats. The array contains formatc elements. |