Copyright © 2006-2019 MultiMedia Soft

RecordedSound.Resume method

Previous pageReturn to chapter overviewNext page

Remarks

 

Resumes a playback session paused through the RecordedSound.Pause method.

 

A successful call to this method causes the CallbackSoundPlaybackStatusChanged delegate to be invoked with the nStatus parameter set to PLAYBACK_PLAYING. Once the playback session has been performed completely, the CallbackSoundPlaybackDone delegate is invoked.

 

For further details about recorded sound methods refer to the RecordedSound class section.

For further details see the How to perform a recording session section.

 

 

Syntax

 

[Visual Basic]

Public Function Resume (

) as enumErrorCodes


 

[C#]

public enumErrorCodes Resume (

);


 

[C++]

public: enumErrorCodes Resume (

);


 

 

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.