EnableAutoWaveAnalysisOnLoad method |
|
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:
|
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. |