Announcer Methods |
The Announcer type exposes the following members.
Name | Description | |
---|---|---|
AbortPlay |
Allow the currently playing phrase to finish, then abort the announcement.
| |
Bell |
Play a 'bell' sound.
| |
Click |
Play a 'click' sound
| |
Dispose |
Disposes of the announcement or sound.
| |
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.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Play |
Add a PlayItem to the play list.
| |
SayArrival |
Announces arrival at the destination.
| |
SayMovement(NavigationEvent, NavigationEvent) |
Announce the next (pending) navigation movement to the user.
| |
SayMovement(NavigationEvent, NavigationEvent, Boolean) |
Announce the next (pending) navigation movement to the user.
| |
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'
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |