Click or drag to resize

XmlWaveAnnouncer Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The XmlWaveAnnouncer type exposes the following members.

Methods
  NameDescription
Public methodAbortPlay
Allow the currently playing phrase to finish, then abort the announcement.
(Inherited from Announcer.)
Public methodBell
Play a 'bell' sound.
(Overrides AnnouncerBell.)
Public methodClick
Play a 'click' sound.
(Overrides AnnouncerClick.)
Public methodCreatePlayItem(String)
Create a PlayItem from a sound file, or a series of sound files located in the default langs folder.
(Inherited from WaveAnnouncer.)
Public methodCreatePlayItem(String, String)
Create a PlayItem from a sound file, or a series of sound files.
(Inherited from WaveAnnouncer.)
Public methodCreatePlayItem(String, String, Object)
Generate a PlayItem from a Phrase tag within a Phrases node.
Public methodDispose
Disposes of the announcement or sound.
(Inherited from Announcer.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGetAvailableCultures
Get a Dictionary containing details of the available cultures. The keys in the Dictionary are the formal names of the cultures, for example "en-US". The values in the dictionary are their descriptions, for example "US English". The sounds directory used is the default "langs" directory in the GeoBase system's data path.
Public methodStatic memberGetAvailableCultures(String)
Get a Dictionary containing details of the available cultures. The keys in the Dictionary are the formal names of the cultures, for example "en-US". The values in the dictionary are their descriptions, for example "US English".
Public methodStatic memberGetDefaultCulture
Get the full name of the default culture. The sounds directory used is the default "langs" directory in the GeoBase system's data path.
Public methodStatic memberGetDefaultCulture(String)
Get the full name of the default culture.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMaxAnnouncementDistance
Gets the maximum distance to announce the instruction for the next turn.
(Inherited from Announcer.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPlay(AnnouncerPlayItem)
Add a PlayItem to the play list.
(Inherited from Announcer.)
Public methodPlay(AnnouncerPlayItem, String) Obsolete.
Add a sound file to a PlayItem.
(Inherited from WaveAnnouncer.)
Public methodSayArrival
Announces arrival at the destination.
(Inherited from Announcer.)
Public methodSayMovement(NavigationEvent, NavigationEvent)
Announce the next (pending) navigation movement to the user.
(Inherited from Announcer.)
Public methodSayMovement(NavigationEvent, NavigationEvent, Boolean)
Announce the next (pending) navigation movement to the user.
(Inherited from Announcer.)
Public methodSetMaxAnnouncementDistance
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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also