C# Класс SwitchSharp.DialPlans.Actions.PlaySoundFile

Play a sound file.
Наследование: IAction
Показать файл Открыть проект

Открытые методы

Метод Описание
PlaySoundFile ( int phraseId )

Initializes a new instance of the PlaySoundFile class.

PlaySoundFile ( string soundFile )

Initializes a new instance of the PlaySoundFile class.

Описание методов

PlaySoundFile() публичный Метод

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

PlaySoundFile() публичный Метод

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