WaveAnnouncerCreatePlayItem Method (String, String) | |
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
)
Public Function CreatePlayItem (
path As String,
files As String
) As AnnouncerPlayItem
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:
AnnouncerPlayItemA
AnnouncerPlayItem, or a series of sound files.
See Also