|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function GetSoundDuration (
nPlayerIndex as Int16
) as Int32
|
|
[C#]
public Int32 GetSoundDuration (
Int16 nPlayerIndex
);
|
|
[C++]
public: Int32 GetSoundDuration (
Int16 nPlayerIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayerIndex
|
Number representing the zero-based index of the player whose information must be retrieved
|
|
Value
|
Meaning
|
|
|
|
|
Value > 0
|
The song duration in milliseconds
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|