ISpeechBaseStream Format Property (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform


Interface: ISpeechBaseStream

Format Property

The Format property gets and sets the cached wave format of the stream as an SpAudioFormat object.

Syntax

Set: ISpeechBaseStream.Format = SpAudioFormat
Get: SpAudioFormat = ISpeechBaseStream.Format

Parts

ISpeechBaseStream
The owning object.
SpAudioFormat
Set: An SpAudioFormat object that sets the wave format.
Get: An SpAudioFormat object that gets the wave format.

Example

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