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