BASS_PLUGINFORM structure
Information on a plugin supported format.
typedef struct {
DWORD ctype;
char *name;
char *exts;
} BASS_PLUGINFORM;
Members
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;...".
|
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.
Platform-specific
On Windows CE, name and exts are in UTF-16 form ("WCHAR" rather than "char").
See also
BASS_PluginGetInfo, BASS_PLUGININFO structure