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