Beispiel #1
0
 public void PauseActive()
 {
     ThePlayStream.StopTheStream();
 }
Beispiel #2
0
 public void RemoveActive()
 {
     ThePlayStream.StopTheStream();
     ActiveChannel = null;
 }
Beispiel #3
0
 public void PlayActive()
 {
     ThePlayStream.PlayTheStream();
 }