Example #1
0
 /// ------------------------------------------------------------------------------------
 public void SuspendAudioVideoBackgroundProcesses()
 {
     if (_audioVideoDataGatherer != null)
     {
         _audioVideoDataGatherer.SuspendProcessing();
     }
 }