public void Pause() { if (_movieHandle >= 0) { AVProWindowsMediaPlugin.Pause(_movieHandle); IsPlaying = false; } }