Copyright © 2001-2011 MultiMedia Soft

PlaySoundDisableLoop method

Previous pageReturn to chapter overviewNext page

Remarks

 

Disables an eventual loop, set by a previous call to the PlaySoundLoop or the PlaySoundRangeLoop methods, without stopping the current playback.

 

 

Syntax

 

[Visual Basic]

control.PlaySoundDisableLoop (

nPlayer as Integer

) as enumErrorCodes


 

[C++]

short control.PlaySoundDisableLoop (

short nPlayer

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the player that will play the sound

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful