BASS.NET API for the Un4seen BASS Audio Library

BassLoud Methods

BASS.NET API for the Un4seen BASS Audio Library

The BassLoud type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBASS_Loudness_GetChannel
Retrieves the channel that a loudness measurement is set on.
Public methodStatic memberBASS_Loudness_GetLevel
Starts loudness measurement on a channel.
Public methodStatic memberBASS_Loudness_GetLevelMulti
Retrieves the level of multiple loudness measurements combined.
Public methodStatic memberCode exampleBASS_Loudness_GetVersion
Retrieves the version number of the BASSloud.DLL that is loaded.
Public methodStatic memberCode exampleBASS_Loudness_GetVersion(Int32)
Retrieves the version of the BASSloud.DLL that is loaded.
Public methodStatic memberBASS_Loudness_SetChannel
Moves a loudness measurement to another channel or just changes its DSP priority.
Public methodStatic memberBASS_Loudness_Start(Int32, BassLoudness, Int32)
Starts loudness measurement on a channel.
Public methodStatic memberBASS_Loudness_Start(Int32, BassLoudness, Int32, Int32)
Starts loudness measurement on a channel.
Public methodStatic memberBASS_Loudness_Stop
Stops a loudness measurement or all loudness measurements on a channel.
Public methodStatic memberFreeMe
Unloads this library. This must be called when you have previously called LoadMe.
Public methodStatic memberCode exampleLoadMe
Loads this library into memory. The library will be search in the current application directory.
Public methodStatic memberCode exampleLoadMe(String)
Loads this library into memory. The library will be loaded from the given path.
Top
See Also

Reference