WaveAnnouncer Methods |
The WaveAnnouncer 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.) | |
CreatePlayItem(String) |
Create a PlayItem from a sound file, or a series of sound files located in the
default langs folder.
| |
CreatePlayItem(String, String) |
Create a PlayItem from a sound file, or a series of sound files.
| |
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(AnnouncerPlayItem) |
Add a PlayItem to the play list.
(Inherited from Announcer.) | |
Play(AnnouncerPlayItem, String) | Obsolete.
Add a sound file to a PlayItem.
| |
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.) |