Example #1
0
 public void Play()
 {
     if (_movieHandle >= 0)
     {
         AVProWindowsMediaPlugin.Play(_movieHandle);
         IsPlaying = true;
     }
 }