I tried to play Protected Media files in Metro style app.
I saw the document for Desktop apps. Some of functions and interfaces (IMFContentProtectionManager, MFRequireProtectedEnvironment and MFCreatePMPMediaSession) are not available for WinRT component. Some new interfaces (IContentEnablerClosedHandler, IContentEnablerReadyHandler,
IMFMediaEngineProtectedContent and IMFProtectedEnvironmentAccess) for Metro style app, but not enough info about how to use them.
Found a sample code in http://msdn.microsoft.com/en-us/library/windows/desktop/hh162758(v=vs.85).aspx
But, I cannot compile the sample code. No definitions for PEAUTH_MSG.
Do I need sign my WinRT components and Metro Style App with PMP PE certificate?
Does PMP PE certificate process is same as the document http://www.microsoft.com/whdc/winlogo/drvsign/Pmp-sign.mspx
Best Regards,
Sherlock