|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.SoundDirectionSet (
nPlayer as Integer,
nDirection as Integer
) as enumSoundDirections
|
|
[C++]
short control.SoundDirectionSet (
short nPlayer,
short nDirection
);
|
|
Parameter
|
Description
| |||||||||
|
|
| |||||||||
|
nPlayer
|
Number representing the zero-based index of the involved player
| |||||||||
|
nDirection
|
The current playback direction.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The call was successful.
|