SpAudioFormat Guid Property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Object: SpAudioFormat

Guid Property

The Guid property returns the GUID of the default audio format.

Non-standard formats using sources other than wav files should use Guid to set and retrieve formats.


Syntax

Set: SpAudioFormat.Guid = String
Get: String = SpAudioFormat.Guid

Parts

SpAudioFormat
The owning object.
String
Set: A String variable that sets the property.
Get: A String variable that gets the property.

Example

For an example of the use of the Guid property, see the code example in the Type section.