Copyright © 2008-2019 MultiMedia Soft

ResumeSound method

Previous pageReturn to chapter overviewNext page

Remarks

 

Resumes a playback session paused through the PauseSound method.

 

A successful call to this method will fire the SoundPlaybackPlaying event. Once the playback session has been performed completely, the control will fire the SoundPlaybackDone event.

 

 

Syntax

 

[Visual Basic]

Public Function ResumeSound (

) as enumErrorCodes


 

[C#]

public enumErrorCodes ResumeSound (

);


 

[C++]

public: enumErrorCodes ResumeSound (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred. Check the LastError property value in order to see the last error.

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.