Click or drag to resize

WaveAnnouncerPlay Method (AnnouncerPlayItem, String)

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

Note: This API is now obsolete.

Add a sound file to a PlayItem.

Namespace:  Telogis.GeoBase.Navigation.Announcements
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[ObsoleteAttribute("Use CreatePlayItem() instead.")]
public void Play(
	AnnouncerPlayItem playItem,
	string fname
)

Parameters

playItem
Type: Telogis.GeoBase.Navigation.AnnouncementsAnnouncerPlayItem
The PlayItem.
fname
Type: SystemString
The name of the sound file, excluding .wav extension.
See Also