Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
Adding MFCreateSinkWriterFromMediaSink and MFCreateSinkWriterFromURL …
Browse files Browse the repository at this point in the history
…back to W8CORE.

MFCreateSinkWriterFromMediaSink is supported from Vista all the way to Windows store apps, and Windows Phone 8.1:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd388103(v=vs.85).aspx

I have been working with MFCreateSinkWriterFromMediaSink on an app that I've been testing with Windows 8.1 on an Intel chip, and on a Surface RT.

MFCreateSinkWriterFromURL is supported from Vista all the way to Windows store apps, and Windows Phone 8.1:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd388105(v=vs.85).aspx
  • Loading branch information
scotkelly committed Jul 21, 2014
1 parent 72a73dd commit f7a09c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/SharpDX.MediaFoundation/Mapping-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -862,8 +862,6 @@
<ifdef name="W8CORE">
<remove function="MFCreateAggregateSource"/>
<remove function="MFCreateProtectedEnvironmentAccess"/>
<remove function="MFCreateSinkWriterFromMediaSink"/>
<remove function="MFCreateSinkWriterFromURL"/>
<remove function="MFGetLocalId"/>
<remove function="MFGetService"/>
<remove function="MFGetSystemId"/>
Expand Down

0 comments on commit f7a09c1

Please sign in to comment.