GetAnalyzedSoundDuration method |
|
Remarks
Obtains the duration of the analyzed sound.
Syntax
[Visual Basic] Public Function GetAnalyzedSoundDuration ( ByRef nDuration as Int32 ) as Int32 |
[C#] public Int32 GetAnalyzedSoundDuration ( ref Int32 nDuration ); |
[C++] public: Int32 GetAnalyzedSoundDuration ( Int32 __gc *nDuration ); |
Parameter |
Description |
|
|
nDuration |
Reference that, after returning from the method call, will contain the duration of the analyzed file expressed in milliseconds |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumWanErrorCodes.ERR_WAN_NOERROR (0) |
The method call was successful. |