Copyright © 2005-2019 MultiMedia Soft

RangeLoopDone event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a loop of a sound range playback, started through a call to the PlaySoundRangeLoop or the VideoPlayer.PlayRangeWithLoop methods, has been completed.

 

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

 

 

Syntax

 

[Visual Basic]

Public Event RangeLoopDone As RangeLoopDoneEventHandler


 

[C#]

public event RangeLoopDoneEventHandler RangeLoopDone;


 

[C++]

public: __event RangeLoopDoneEventHandler* RangeLoopDoneDone;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nPlayerIndex

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

nRemainingLoops

Number representing the amount of loops that must be still performed