BASS.NET API for the Un4seen BASS Audio Library

BassFxBASS_FX_BPM_BeatCallbackReset Method

BASS.NET API for the Un4seen BASS Audio Library
Resets the internal buffers.

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

[DllImportAttribute("bass_fx")]
public static bool BASS_FX_BPM_BeatCallbackReset(
	int handle
)

Parameters

handle
Type: SystemInt32
Stream/music/wma/cd/any other supported add-on format.

Return Value

Type: Boolean
If successful, is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
Remarks

This function flushes the internal buffers of the Beat callback. The Beat callback is automatically reset by BASS_ChannelSetPosition(Int32, Int64, BASSMode), except when called from a "mixtime" SYNCPROC.

ERROR CODEDescription
BASS_ERROR_HANDLEhandle is not valid.

See Also

Reference