BASS

BASS_PLUGININFO structure


Used with BASS_PluginGetInfo to retrieve information on a plugin.

typedef struct {
    DWORD version;
    DWORD formatc;
    BASS_PLUGINFORM *formats;
} BASS_PLUGININFO;

Members

versionPlugin version, in the same form as given by BASS_GetVersion.
formatcNumber of supported formats.
formatsThe array of supported formats. The array contains formatc elements.

See also

BASS_PluginGetInfo, BASS_PLUGINFORM structure