Returns the supported stream file extensions of the given add-on file (e.g. "bassflac.dll").
Use to retrieve the native supported stream file extensions of Bass.
Use "music" to retrive the native supported music file extensions of Bass.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Parameters
- file
- Type: SystemString
The file name and/or path of the bass add-on dll from which to retrieve the supported file extensions (or or "music").
Return Value
Type: StringA list of supported file extensions (pattern-like, semicolon-seperated, e.g. "*.wma;*.wmv").
Remarks
See Also