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