|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.GetSoundDuration (
nPlayer as Integer
) as Long
|
|
[C++]
long control.GetSoundDuration (
short nPlayer
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the player whose information must be retrieved
|
|
Value
|
Meaning
|
|
|
|
|
Value > 0
|
The song duration expressed in milliseconds
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|