C# Class TelAPI.InboundXML.Element.Play

Inheritance: ELement, GatherElement, GetSpeechElement
Datei anzeigen Open project: TelAPI/telapi-dotnet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Create ( string resource, long loop ) : Play

The Play element plays an mp3 file for the caller.

Play ( ) : System

Method Details

Create() public static method

The Play element plays an mp3 file for the caller.
public static Create ( string resource, long loop ) : Play
resource string Url of mp3 audio
loop long The amount of times the Play should be repeated. 0 indicates an infinite loop.
return Play

Play() public method

public Play ( ) : System
return System