Exemplo n.º 1
0
 public void ReleaseChannel(AudioChannel channel)
 {
     channel.Quit();
     this.mChannels.Remove(channel);
 }