WaveAnnouncerPlay Method (AnnouncerPlayItem, String) | |
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
)
<ObsoleteAttribute("Use CreatePlayItem() instead.")>
Public Sub Play (
playItem As AnnouncerPlayItem,
fname As String
)
Parameters
- playItem
- Type: Telogis.GeoBase.Navigation.AnnouncementsAnnouncerPlayItem
The PlayItem. - fname
- Type: SystemString
The name of the sound file, excluding .wav
extension.
See Also