Copyright © 2001-2019 MultiMedia Soft

ForwardSound method

Previous pageReturn to chapter overviewNext page

Remarks

 

Forwards a sound of the amount that has been set through a previous call to the SetForwardRewindGranularity method.

 

 

Syntax

 

[Visual Basic]

control.ForwardSound (

nPlayer as Integer

) as enumErrorCodes


 

[C++]

short control.ForwardSound (

short nPlayer

);


 

 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the involved player

 

 

Return value

 

Value

Meaning

 

 

Negative value

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

enumErrorCodes.ERR_NOERROR (0)

The call was successful.