Click or drag to resize

WaveAnnouncerCreatePlayItem Method (String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a PlayItem from a sound file, or a series of sound files located in the default langs folder.

Namespace:  Telogis.GeoBase.Navigation.Announcements
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public AnnouncerPlayItem CreatePlayItem(
	string files
)

Parameters

files
Type: SystemString
String containing the names of the sound files, excluding .wav extensions and separated by spaces if more than one.

Return Value

Type: AnnouncerPlayItem
A AnnouncerPlayItem, or a series of sound files.
See Also