Example #1
0
 public void RemoveInputSoundDetectedDelegate(InputSoundDetectedDelegate del)
 {
     inputSoundDetectedEvent -= del;
 }
Example #2
0
 public void AddInputSoundDetectedDelegate(InputSoundDetectedDelegate del)
 {
     inputSoundDetectedEvent += del;
 }