Example #1
0
 /// ------------------------------------------------------------------------------------
 public void ResumeAudioVideoBackgroundProcesses(bool processAllPendingEventsNow)
 {
     if (_audioVideoDataGatherer != null)
     {
         _audioVideoDataGatherer.ResumeProcessing(processAllPendingEventsNow);
     }
 }