Delegate BPMProgressProcedure
User defined callback function, to get the bpm detection process in percents.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Fx.dll
Syntax
public delegate void BPMProgressProcedure(int Channel, float Percent, IntPtr User);
Parameters
Int32
Channel
Channel that the BPMDecodeGet(Int32, Double, Double, Int32, BassFlags, BPMProgressProcedure, IntPtr) applies to. |
Single
Percent
The progress of the process in percent (0%..100%). |
IntPtr
User
The user instance data given when BPMDecodeGet(Int32, Double, Double, Int32, BassFlags, BPMProgressProcedure, IntPtr) was called. |