Copyright © 2005-2019 MultiMedia Soft

BeatsAvailableOffline event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the offline beats detection is completed. Offline beats detection can be started through a previous call to the BeatsDetectRequest method.

 

For further details about beats detection refer to the How to detect beats positions and BPM tutorial.

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

 

 

Syntax

 

[Visual Basic]

Public Event BeatsAvailableOffline As BeatsAvailableOfflineEventHandler


 

[C#]

public event BeatsAvailableOfflineEventHandler BeatsAvailableOffline;


 

[C++]

public: __event BeatsAvailableOfflineEventHandler BeatsAvailableOffline;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nPlayerIndex

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

nBeatsDetected

Number of beats detected