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.3
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.