Platform SDK: Web Telephony Engine

Step.GetAudioItem Method

The GetAudioItem property retrieves the specified audio item.

Syntax

[ sItem = ] Step.GetAudioItem( lIndex )

Parameters

lIndex
Required. Index of the audio item.

Return Value

Returns a string specifying the audio item. If the audio item is a wave file, the file path is wrapped in URL(). For example, if the audio item is a voice file named "introduction.wav", the string returned is "URL(introduction.wav)". If the audio item is a text string, then the string is returned.

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

Step