Platform SDK: Web Telephony Engine

WTEApplication.NavigationAnnouncement Property

The NavigationAnnouncement property sets or retrieves the wave file or text to play while navigating.

Syntax

WTEApplication.NavigationAnnouncement [ = sNameOrText ]

Possible Values

sNameOrText
String specifying either the name of a wave file or the actual text to play. Use the following format to specify a wave file: URL("filename.wav"). If the format is different, WTE assumes that the string contains text to be played using a TTS engine.

This property is read-write.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

WTEApplication