BASS.NET API for the Un4seen BASS Audio Library

UtilsBASSAddOnGetSupportedFileName Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the supported stream file name of the given add-on file (e.g. "bassflac.dll").

Use to retrieve the native supported stream file name of Bass.

Use "music" to retrive the native supported music name of Bass.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static string BASSAddOnGetSupportedFileName(
	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 name (or or "music").

Return Value

Type: String
The name of the supported audio format (e.g. "Windows Media Audio").
See Also

Reference