mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 04:30:49 +00:00
NSSpeechSynthesizer: define new constants
Define new constants in NSSpeechSynthesizer. These are not yet handled by the implementation.
This commit is contained in:
parent
75dd71b149
commit
f1abcb313a
2 changed files with 10 additions and 0 deletions
|
@ -64,6 +64,12 @@ extern NSString *NSSpeechModePhoneme;
|
|||
extern NSString *NSSpeechModeNormal;
|
||||
extern NSString *NSSpeechModeLiteral;
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
|
||||
extern NSString *NSSpeechResetProperty;
|
||||
extern NSString *NSSpeechOutputToFileURLProperty;
|
||||
extern NSString *NSSpeechPitchBaseProperty;
|
||||
#endif
|
||||
|
||||
// values for speech status...
|
||||
extern NSString *NSSpeechStatusOutputBusy;
|
||||
extern NSString *NSSpeechStatusOutputPaused;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue