Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
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.