Copyright © 2006-2019 MultiMedia Soft

RecordedSound.Pause method

Previous pageReturn to chapter overviewNext page

Remarks

 

Pauses a playback session started through the RecordedSound.Play method.

 

A paused session can be resumed through a call to the RecordedSound.Resume method.

 

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

 

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

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

 

 

Syntax

 

[Visual Basic]

control.RecordedSound.Pause (

) as enumErrorCodes


 

[C++]

short control.RecordedSound.Pause (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to see the error code meaning

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.