BASS_PLUGINFORM structure

Information on a plugin supported format.

typedef struct {
    DWORD ctype;
    char *name;
    char *exts;
} BASS_PLUGINFORM;

Members

ctypeThe channel type, as would appear in the BASS_CHANNELINFO structure.
nameFormat description.
extsFile extension filter, in the form of "*.ext1;*.ext2;...".

Remarks

The extension filter is for information only. A plugin will check the file contents rather than file extension, to verify that it is a supported format.

See also

BASS_PluginGetInfo, BASS_PLUGININFO structure