Copyright © 2013-2017 MultiMedia Soft

GetAnalyzedSoundDuration method

Previous pageReturn to chapter overviewNext page

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.