The BassLoud type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BASS_Loudness_GetChannel |
Retrieves the channel that a loudness measurement is set on.
| |
| BASS_Loudness_GetLevel |
Starts loudness measurement on a channel.
| |
| BASS_Loudness_GetLevelMulti |
Retrieves the level of multiple loudness measurements combined.
| |
| BASS_Loudness_GetVersion |
Retrieves the version number of the BASSloud.DLL that is loaded.
| |
| BASS_Loudness_GetVersion(Int32) |
Retrieves the version of the BASSloud.DLL that is loaded.
| |
| BASS_Loudness_SetChannel |
Moves a loudness measurement to another channel or just changes its DSP priority.
| |
| BASS_Loudness_Start(Int32, BassLoudness, Int32) |
Starts loudness measurement on a channel.
| |
| BASS_Loudness_Start(Int32, BassLoudness, Int32, Int32) |
Starts loudness measurement on a channel.
| |
| BASS_Loudness_Stop |
Stops a loudness measurement or all loudness measurements on a channel.
| |
| FreeMe |
Unloads this library. This must be called when you have previously called LoadMe.
| |
| LoadMe |
Loads this library into memory. The library will be search in the current application directory.
| |
| LoadMe(String) |
Loads this library into memory. The library will be loaded from the given path.
|
See Also