Copyright © 2006-2019 MultiMedia Soft

RecordedSound.SoundDirectionEnable method

Previous pageReturn to chapter overviewNext page

Remarks

 

Enables/disables the possibility to play the recorded sounds in reverse through future calls to the RecordedSound.SoundDirectionSet method.

Invoking this method is not needed when the waveform scroller is set, through the WaveformScroller.PlaybackOnScrollEnable method, to work in playback mode during manual scrolling.

 

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

bEnable as enumBoolean

) as enumErrorCodes


 

[C++]

short control.RecordedSound.SoundDirectionEnable (

short bEnable

);


 

 

Parameter

Description

 

 

bEnable

Boolean value indicating if the control needs to resample the stream for reverse playback support.

Supported values are the following:

Mnemonic constant

Value

Meaning

BOOL_FALSE (default)

0

Disables reversed sound creation

BOOL_TRUE

1

Enables reversed sound creation

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The call was successful.