Copyright © 2005-2019 MultiMedia Soft

BPMAvailable event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a song BPM has been detected.

 

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event BPMAvailable As BPMAvailableEventHandler


 

[C#]

public event BPMAvailableEventHandler BPMAvailable;


 

[C++]

public: __event BPMAvailableEventHandler* BPMAvailable;


 

 

Event Data

 

The event handler receives an argument of type BPMAvailableEventArgs having the following parameters:

 

Parameters

Description

 

 

nPlayerIndex

Number representing the zero-based index of the player that fired the event

fBPM

The detected song BPM.