Copyright © 2006-2019 MultiMedia Soft

RecordedSound.RewindWavRecPosition method

Previous pageReturn to chapter overviewNext page

Remarks

 

Supported only by recording sessions in WAV format, moves back the recording position truncating the existing recorded sound beyond the given position.

 

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.RewindWavRecPosition (

nFinalPosition as Long

) as enumErrorCodes


 

[C++]

short control.RecordedSound.RewindWavRecPosition (

long nFinalPosition

);


 

 

Parameter

Description

 

 

nFinalPosition

Rewind position expressed in milliseconds

 

 

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.