|
SoundDirectionGet method |
![]() ![]()
|
Remarks
Obtains the current sound's playback direction. The playback direction can be modified through the SoundDirectionSet method.
Syntax
[Visual Basic] Public Function SoundDirectionGet ( ByRef nDirection as enumSoundDirections ) as enumSoundDirections |
[C#] public enumSoundDirections SoundDirectionGet ( ref enumSoundDirections nDirection ); |
[C++] public: enumSoundDirections SoundDirectionGet ( enumSoundDirections __gc *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.NOERROR (0) |
The method call was successful. |