|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function GetDuration (
) as Int32
|
|
[C#]
public Int32 GetDuration (
);
|
|
[C++]
public: Int32 GetDuration (
);
|
|
Value
|
Meaning
|
|
|
|
|
Value > 0
|
The sound duration expressed in milliseconds
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|