BASS.NET API for the Un4seen BASS Audio Library

UtilsBASSAddOnGetSupportedFileExtensions Method (String)

BASS.NET API for the Un4seen BASS Audio Library
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

public static string BASSAddOnGetSupportedFileExtensions(
	string file
)

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: String
A list of supported file extensions (pattern-like, semicolon-seperated, e.g. "*.wma;*.wmv").
Remarks

Note: This list reports a set of file extensions which might be supported. There is no guarantee that the list is complete or might contain formats not being supported on your particular OS/machine (due to additional or missing audio codecs).
See Also

Reference