You are reading help file online using chmlib.com
|
Object: SpWaveFormatEx
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.
Set: | SpWaveFormatEx.FormatTag = Integer |
Get: | Integer = SpWaveFormatEx.FormatTag |
For an example of the use of the FormatTag property, see the code example in the SpAudioFormat GetWaveFormatEx section.
You are reading help file online using chmlib.com
|