SpWaveFormatEx ExtraData property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Object: SpWaveFormatEx

ExtraData Property


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.

Syntax

Set: SpWaveFormatEx.ExtraData = Variant
Get: Variant = SpWaveFormatEx.ExtraData

Parts

SpWaveFormatEx
The owning object.
Variant
Set: A Variant variable that sets the property.
Get: A Variant variable that gets the property.

Example

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