C# Class TelAPI.InboundXML.Element.Play

Inheritance: ELement, GatherElement, GetSpeechElement
Afficher le fichier Open project: TelAPI/telapi-dotnet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Create ( string resource, long loop ) : Play

The Play element plays an mp3 file for the caller.

Play ( ) : System

Method Details

Create() public static méthode

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.
Résultat Play

Play() public méthode

public Play ( ) : System
Résultat System