RecordedSound.SoundDirectionGet method |
|
Remarks
Obtains the current sound's playback direction. The playback direction can be modified through the RecordedSound.SoundDirectionSet method.
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.SoundDirectionGet ( nDirection as enumSoundDirections ) as enumSoundDirections |
[C++] short control.RecordedSound.SoundDirectionGet ( long *nDirection ); |
Parameter |
Description |
|||||||||
|
|
|||||||||
nDirection |
Reference that, on return from the method call, will contain the current playback direction. Supported values are the following:
|
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. |