C# Class SwitchSharp.DialPlans.Actions.PlaySoundFile

Play a sound file.
Inheritance: IAction
Afficher le fichier Open project: jgauffin/SipSharp

Méthodes publiques

Méthode Description
PlaySoundFile ( int phraseId )

Initializes a new instance of the PlaySoundFile class.

PlaySoundFile ( string soundFile )

Initializes a new instance of the PlaySoundFile class.

Method Details

PlaySoundFile() public méthode

Initializes a new instance of the PlaySoundFile class.
public PlaySoundFile ( int phraseId )
phraseId int The phrase id.

PlaySoundFile() public méthode

Initializes a new instance of the PlaySoundFile class.
public PlaySoundFile ( string soundFile )
soundFile string The sound file.