IGlobalsPlaySound メソッド

音声ファイルを再生します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
void PlaySound(
	string filePath,
	int volume = 20,
	bool waitPlayEnd = false
)

パラメーター

filePath
型: SystemString
音声ファイルのパス
volume (Optional)
型: SystemInt32
ボリューム(0~100)
waitPlayEnd (Optional)
型: SystemBoolean
音声ファイルの再生が終了するのを待つ
関連項目