Introduce CMediaSessionPlaybackState and CMediaSessionActionType

This commit is contained in:
Fernando Jimenez Moreno 2019-12-02 16:40:37 +01:00
parent d5200ba453
commit b01e3fdc7e
10 changed files with 71 additions and 41 deletions

View file

@ -3,7 +3,6 @@
#include "OpenGLES.h"
#include "Servo.h"
#include "DefaultUrl.h"
#include "MediaSession.h"
namespace winrt::ServoApp::implementation {
struct ServoControl : ServoControlT<ServoControl>, public servo::ServoDelegate {