BASS.NET API for the Un4seen BASS Audio Library

BASSFXBpm Enumeration

BASS.NET API for the Un4seen BASS Audio Library

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

public enum BASSFXBpm
Members

  Member nameValueDescription
BASS_FX_BPM_DEFAULT0 Decode: No option.

Caution: when used with the Translate methods this flag would be identical to BASS_FX_BPM_X2.

BASS_FX_BPM_BKGRND1 Decode: Do the processing in a background thread.

If in use, then you can do other stuff while detection's in process.

BASS_FX_BPM_MULT22 Decode: If in use, then will auto multiply bpm by 2 (if BPM < MinBPM*2).
BASS_FX_FREESOURCE65536 Decode: Free the source handle as well?
See Also

Reference