SpWaveFormatEx FormatTag property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Object: SpWaveFormatEx

FormatTag Property


The FormatTag property gets and sets the waveform-audio format type.

Format tags are registered with Microsoft Corporation for many compression algorithms. A complete list of format tags is located in the Mmsystem.h header file.

Syntax

Set: SpWaveFormatEx.FormatTag = Integer
Get: Integer = SpWaveFormatEx.FormatTag

Parts

SpWaveFormatEx
The owning object.
Integer
Set: An Integer variable that sets the property.
Get: An Integer variable that gets the property.

Example

For an example of the use of the FormatTag property, see the code example in the SpAudioFormat GetWaveFormatEx section.