Copyright © 2006-2019 MultiMedia Soft

EncodeFormats.ACM.EncodeMode property

Previous pageReturn to chapter overviewNext page

Type

enumAcmEncodeModes for Visual Basic

short for Visual C++

 

 

Remarks

The encoding mode used during recording, exporting or CD ripping sessions using a codec of the Windows Audio Compression Manager.

Supported values are the following:

Mnemonic Value

Numeric value

Meaning

ACM_ENCODE_USE_CODEC_INDEX

0

Encode using the ACM codec defined inside the EncodeFormats.ACM.CodecIndex property and the related format defined inside the EncodeFormats.ACM.CodecFormatIndex property

ACM_ENCODE_USE_WAV_FORMAT

1

Encode using the ACM codec represented by the WAV format previously set through a call to the EncodeFormats.ACM.SetCodecFormatWavData method

ACM_ENCODE_USE_WAV_FORMAT_FROM_URL

2

Encode using the ACM codec represented by the WAV format previously downloaded through the EncodeFormats.ACM.DownloadCodecWavFormatFromURL method

 

This property is used only in the following situations:

During a recording session if the EncodeFormats.ForRecording property is set to ENCODING_FORMAT_ACM (for further details see the How to perform a recording session section).

During a CD ripping session if the EncodeFormats.ForCdRipping property is set to ENCODING_FORMAT_ACM (for further details see the How to perform a CD ripping session section).

During an exporting session if the EncodeFormats.ForExporting property is set to ENCODING_FORMAT_ACM (for further details see the How to export a recorded sound section).

 

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.