Copyright © 2006-2019 MultiMedia Soft

CodecWavFormatDownloadDone event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the download session started by a previous call to the EncodeFormats.ACM.DownloadCodecWavFormatFromURL method is completed or interrupted.

 

For further details about using the Windows Audio Compression Manager refer to the ACM object section.

For a tutorial about the use of the Windows Audio Compression Manager refer to the How to use the Windows Audio Compression Manager section.

For further information about available encoding formats see the EncodeFormats object.

 

 

Syntax

 

[Visual Basic]

CodecWavFormatDownloadDone (

ByVal nResult as enumErrorCodes

)


 

[C++]

void CodecWavFormatDownloadDone (

short nResult

);


 

 

Parameter

Description

 

 

nResult

The result of the downloading session.

Possible values are the following

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to get the error code

enumErrorCodes.ERR_NOERROR (0)

The download session was successful