public void StopSoundPlayback(string soundName)
No description provided.
void
using System;
public class CPHInline
{
public bool Execute()
{
//Stop all sounds with the name "Kachow"
CPH.StopSoundPlayback("Kachow");
return true;
}
}