Copyright © 2011-2019 MultiMedia Soft

ResumeSound method

Previous pageReturn to chapter overviewNext page

Remarks

 

Resumes a playback session paused through the PauseSound method.

 

Once the playback session has been performed completely, the CallbackSoundPlaybackDone delegate is invoked.

 

For further details about callback delegates see the How to synchronize the container application with the API tutorial.

 

 

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.