Copyright © 2008-2019 MultiMedia Soft

EncodeFormats.ACM.CodecFormatIndex property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property CodecFormatIndex As Int16


 

[C#]

public Int16 CodecFormatIndex {get; set;}


 

[C++]

public: __property Int16 get_CodecFormatIndex();

public: __property void set_CodecFormatIndex(Int16);


 

 

Remarks

Zero-based index of the specific format for the ACM codec used for a recording, CD ripping or exporting session: the ACM codec can be modified through the EncodeFormats.ACM.CodecIndex property.

 

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.

 

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.