![]() |
SpeechXtndData |
Header: SpeechSynthesis.h |
struct SpeechXtndData { OSType synthCreator; Byte synthData[2]; };
The synthesizers creator ID, identical to the value stored in the synthManufacturer field of a speech version information structure. You should set this field to the appropriate value before calling GetSpeechInfo or SetSpeechInfo.
Synthesizer-specific data. The size and format of the data in this field may vary.
The speech extension data structure allows you to use the GetSpeechInfo and SetSpeechInfo functions with selectors defined by particular synthesizers. By requiring that you pass to one of these functions a pointer to a speech extension data structure, synthesizers can permit the exchange of data in any format. The SpeechXtndData data type defines a speech extension data structure.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)