SpAudioFormat Guid Property (SAPI 5.3)
Microsoft Speech API 5.3
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.