RecordedSound.SoundDirectionEnable method |
|
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 class section.
For further details see the How to perform a recording session section.
Syntax
[Visual Basic] Public Function SoundDirectionEnable ( bEnable as Boolean ) as enumErrorCodes |
[C#] public enumErrorCodes SoundDirectionEnable ( bool bEnable ); |
[C++] public: enumErrorCodes SoundDirectionEnable ( bool bEnable ); |
Parameter |
Description |
||||||
|
|
||||||
bEnable |
Boolean value indicating if the control needs to resample the stream for reverse playback support. Supported values are the following:
|
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.NOERROR (0) |
The method call was successful. |