gooblet
Results
1
issues of
gooblet
Use the Windows Media Overlay with the Windows API rather than relying on third party squabbling Example in C# UWP: ``` var smtc = SystemMediaTransportControls.GetForCurrentView(); smtc.DisplayUpdater.Type = MediaPlaybackType.Music; var properties...
enhancement
needs investigation