Copyright © 2001-2019 MultiMedia Soft

ResumeSound method

Previous pageReturn to chapter overviewNext page

Remarks

 

Resumes a paused sound. If the sound is not paused, the call is ignored. In case the given player should have been loaded with a video clip, the call to this method would have the same effect of the VideoPlayer.Resume method.

 

A successful call to this method will fire the SoundPlaying event.

 

 

Syntax

 

[Visual Basic]

control.ResumeSound (

nPlayer as Integer

) as enumErrorCodes


 

[C++]

short control.ResumeSound (

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.