TTSAnnouncer Methods |
The TTSAnnouncer type exposes the following members.
Name | Description | |
---|---|---|
AbortPlay |
Allow the currently playing phrase to finish, then abort the announcement.
(Inherited from Announcer.) | |
Bell |
Play a 'bell' sound.
(Inherited from Announcer.) | |
Click |
Play a 'click' sound
(Inherited from Announcer.) | |
Dispose |
Disposes of the announcement or sound.
(Inherited from Announcer.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetMaxAnnouncementDistance |
Gets the maximum distance to announce the instruction for the next turn.
(Inherited from Announcer.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Play |
Add a PlayItem to the play list.
(Inherited from Announcer.) | |
SayArrival |
Announces arrival at the destination.
(Inherited from Announcer.) | |
SayMovement(NavigationEvent, NavigationEvent) |
Announce the next (pending) navigation movement to the user.
(Inherited from Announcer.) | |
SayMovement(NavigationEvent, NavigationEvent, Boolean) |
Announce the next (pending) navigation movement to the user.
(Inherited from Announcer.) | |
SetMaxAnnouncementDistance |
Sets the maximum distance to announce the instruction for the next turn.
If the distance to the next turn is greater than this distance, the driver will
simply be told to 'continue'
(Inherited from Announcer.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |