You are reading help file online using chmlib.com
|
Object: SpWaveFormatEx
The ExtraData property gets and sets extra format information.
This information can be used by non-PCM formats to store extra attributes for the FormatTag property. For WAVE_FORMAT_PCM formats, this parameter is ignored.
Set: | SpWaveFormatEx.ExtraData = Variant |
Get: | Variant = SpWaveFormatEx.ExtraData |
For an example of the use of the ExtraData property, see the code example in the SpAudioFormat GetWaveFormatEx section.
You are reading help file online using chmlib.com
|