C# 클래스 SwitchSharp.DialPlans.Actions.PlaySoundFile

Play a sound file.
상속: IAction
파일 보기 프로젝트 열기: jgauffin/SipSharp

공개 메소드들

메소드 설명
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.