Copyright © 2001-2019 MultiMedia Soft

GetPlayerHandle method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the handle of the given player. This method can be used in combination with the PlayerSettingsApply method of the Active Sound Editor control.

 

 

Syntax

 

[Visual Basic]

control.GetPlayerHandle (

nPlayer as Integer

) as Long


 

[C++]

long control.GetPlayerHandle (

short nPlayer

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the involved player

 

 

Return value

 

Value

Meaning

 

 

Value > 0

The player's handle

Negative value

An error occurred (see the LastError property for further error details)