Copyright © 2008-2019 MultiMedia Soft

EncodeFormats.ACM.CodecIndex property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property CodecIndex As Int16


 

[C#]

public Int16 CodecIndex {get; set;}


 

[C++]

public: __property Int16 get_CodecIndex();

public: __property void set_CodecIndex(Int16);


 

 

Remarks

Zero-based index of the ACM codec used for a recording, CD ripping or exporting session.

 

This property is used only if the EncodeFormats.FormatToUse property is set to ENCODING_FORMAT_ACM and the when the EncodeFormats.ACM.EncodeMode property is set to ACM_ENCODE_USE_CODEC_INDEX.

 

The specific format for the chosen ACM codec can be modified through the EncodeFormats.ACM.CodecFormatIndex property.

 

For further details about using the Windows Audio Compression Manager refer to the EncodeACM class 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 EncodeFormatsMan class.