|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.GetPlayerOutputDevice (
nPlayer as Integer
) as Integer
|
|
[C++]
short control.GetPlayerOutputDevice (
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
|
Number representing the index of the output device assigned to the given player.
|