Copyright © 2013-2017 MultiMedia Soft

EnableAutoWaveAnalysisOnLoad method

Previous pageReturn to chapter overviewNext page

Remarks

 

Enables/disables the automatic waveform analysis during decoding of a media file through Microsoft Media Foundation or during extraction of the audio track of a video clip through Microsoft DirectShow.

 

 

Syntax

 

[Visual Basic]

Public Function EnableAutoWaveAnalysisOnLoad (

bEnable as Boolean

) as enumWanErrorCodes


 

[C#]

public enumWanErrorCodes EnableAutoWaveAnalysisOnLoad (

bool bEnable

);


 

[C++]

public: enumWanErrorCodes EnableAutoWaveAnalysisOnLoad (

bool bEnable

);


Parameter

Description

 

 

bEnable

Boolean value that specifies if auto analysis is enabled.

Supported values are the following:

Value

Meaning

false (default)

Auto analysis is disabled.

true

Auto analysis is enabled.

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred. Check the LastError property value in order to see the last error.

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.