Created
May 9, 2015 11:13
-
-
Save noppolp/071060b68b20db72f6b2 to your computer and use it in GitHub Desktop.
Smooth Streaming Package.appxmanifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"> | |
| .... | |
| <Extensions> | |
| <Extension Category="windows.activatableClass.inProcessServer"> | |
| <InProcessServer> | |
| <Path>Microsoft.Media.AdaptiveStreaming.dll</Path> | |
| <ActivatableClass ActivatableClassId="Microsoft.Media.AdaptiveStreaming.AdaptiveSourceManager" ThreadingModel="both" /> | |
| <ActivatableClass ActivatableClassId="Microsoft.Media.AdaptiveStreaming.DownloaderRequest" ThreadingModel="both" /> | |
| <!--<ActivatableClass ActivatableClassId="Microsoft.Media.AdaptiveStreaming.SmoothSchemeHandler" ThreadingModel="both" />--> | |
| <!--<ActivatableClass ActivatableClassId="Microsoft.Media.AdaptiveStreaming.HttpCookie" ThreadingModel="both" />--> | |
| <ActivatableClass ActivatableClassId="Microsoft.Media.AdaptiveStreaming.DownloaderResponse" ThreadingModel="both" /> | |
| <!--<ActivatableClass ActivatableClassId="Microsoft.Media.AdaptiveStreaming.SmoothByteStreamHandler" ThreadingModel="both" />--> | |
| <!--<ActivatableClass ActivatableClassId="Microsoft.Media.AdaptiveStreaming.AdaptiveSource" ThreadingModel="both" />--> | |
| </InProcessServer> | |
| </Extension> | |
| </Extensions> | |
| </Package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment