Remarks
Occurs when a loop of a sound or video range playback, started through a call to the PlaySoundRangeLoop or the VideoPlayer.PlayRangeWithLoop methods, has been completed.
Syntax
[Visual Basic]
RangeLoopDone (
ByVal nPlayer as Integer,
ByVal nRemainingLoops as Long
)
|
|
[C++]
void RangeLoopDone (
short nPlayer,
long nRemainingLoops
);
|
|
Parameter
|
Description
|
|
|
nPlayer
|
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
|
|