|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.SetPlayerOutputDevice (
nPlayer as Integer,
nIndex as Integer
) as enumErrorCodes
|
|
[C++]
short control.SetPlayerOutputDevice (
short nPlayer,
short nIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
|
nIndex
|
Number representing the index of the output device that will be used by the given player.
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The method call was successful.
|