Stop() public method

public Stop ( ) : void
return void
Beispiel #1
0
 private void btnStop_Click(object sender, System.EventArgs e)
 {
     if (null != ApplicationStreamedSound)
     {
         ApplicationStreamedSound.Stop();
     }
 }