Click or drag to resize

WaveAnnouncerCreatePlayItem Method (String, 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.

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

Parameters

path
Type: SystemString
The path to the location of the sound files.
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