Exemple #1
0
 void airplay_PlaybackRateChanged(object sender, PlaybackRateEventArgs e)
 {
     Invoke((MethodInvoker) delegate()
     {
         if (videoForm != null)
         {
             videoForm.SetPlaybackRate(e);
         }
     });
 }