BASS.NET API wrapper for BASSLOUD.DLL
Requires: bassloud.dll - Loudness plugin support Add-On.
Inheritance Hierarchy
Un4seen.Bass.AddOn.LoudBassLoud
Namespace: Un4seen.Bass.AddOn.Loud
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.18.0
Syntax
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.
|
Fields
| Name | Description | |
|---|---|---|
| BASSLOUDVERSION |
Current BASSloud version (without minor revision).
|
Remarks
BASSloud is an extension to the BASS audio library, providing loudness measurement of BASS channels.
See Also