BASS.NET API for the Un4seen BASS Audio Library

BassLoud Class

BASS.NET API for the Un4seen BASS Audio Library
BASS.NET API wrapper for BASSLOUD.DLL

Requires: bassloud.dll - Loudness plugin support Add-On.

Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.LoudBassLoud

Namespace:  Un4seen.Bass.AddOn.Loud
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.18.0
Syntax

public sealed class BassLoud

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
Fields

  NameDescription
Public fieldStatic memberBASSLOUDVERSION
Current BASSloud version (without minor revision).
Top
Remarks

BASSloud is an extension to the BASS audio library, providing loudness measurement of BASS channels.

See Also

Reference