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]

control.EnableAutoWaveAnalysisOnLoad (

bEnable as enumBoolean

) as enumWanErrorCodes


 

[C++]

short control.EnableAutoWaveAnalysisOnLoad (

short bEnable

);


Parameter

Description

 

 

bEnable

Boolean value that specifies if auto analysis is enabled.

Supported values are the following:

Value

Meaning

BOOL_FALSE (default)

Auto analysis is disabled.

BOOL_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.