Microsoft Speech Platform
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.