RecordedSound.SoundDirectionIsEnabled method |
|
Remarks
Verifies if the possibility to play the loaded song in reverse has been enabled on the given player through the RecordedSound.SoundDirectionEnable method.
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 SoundDirectionIsEnabled ( ByRef bEnabled as Boolean ) as enumErrorCodes |
[C#] public enumErrorCodes SoundDirectionIsEnabled ( ref bool bEnabled ); |
[C++] public: enumErrorCodes SoundDirectionIsEnabled ( bool __gc *bEnabled ); |
Parameter |
Description |
||||||
|
|
||||||
bEnabled |
Reference that, on return from the method call, will contain the boolean value specifying if reverse playback is currently enabled. 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. |