Closed jensbuehl closed 10 years ago
Stop current playback when openening steam.
Automatically stop music or video playback before starting steam. Which API-Call is needed for that?
Maybe this helps: https://github.com/MediaPortal/MediaPortal-1/blob/master/mediaportal/MediaPortal.Application/MediaPortal.cs#L2319
Either this way or sending the windows "StopMedia" keystroke. I'll test it @home.
SendKeys.Send(Keys.MediaStop.ToString());
Stop current playback when openening steam.
Automatically stop music or video playback before starting steam. Which API-Call is needed for that?