Information on a plugin supported format.
typedef struct {
DWORD ctype;
char *name;
char *exts;
} BASS_PLUGINFORM;
| ctype | The channel type, as would appear in the BASS_CHANNELINFO structure. |
| name | Format description. |
| exts | File extension filter, in the form of "*.ext1;*.ext2;...". |