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

Commit 6e04f29

Browse files
SirDragonClawxoofx
authored andcommitted
Removed addtional methods that are unsupported on the windows store. (#940)
[MediaFoundation] Remove unsupported functions for Windows Store App Certification
1 parent 426dc44 commit 6e04f29

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

Source/SharpDX.MediaFoundation/Mapping-core.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,10 +1021,17 @@
10211021
<remove function="MFCreateContentDecryptorContext" />
10221022
<remove function="MFCreateContentProtectionDevice" />
10231023
<remove function="MFIsContentProtectionDeviceSupported" />
1024-
<remove function="MFCreatePMPMediaSession" />
1025-
<remove function="MFCreateTopology" />
1026-
<remove function="MFCreateTopologyNode" />
1027-
1024+
<remove function="MFCreatePMPMediaSession" />
1025+
<remove function="MFCreateTopology" />
1026+
<remove function="MFCreateTopologyNode" />
1027+
<remove function="MFCreateAudioRendererActivate" />
1028+
<remove function="MFCreatePresentationClock" />
1029+
<remove function="MFCreateMuxStreamAttributes" />
1030+
<remove function="MFCreateMuxStreamMediaType" />
1031+
<remove function="MFCreateMuxStreamSample" />
1032+
<remove function="MFCreateSensorGroup" />
1033+
<remove function="MFCreateSensorStream" />
1034+
10281035
</ifdef>
10291036
<context-clear />
10301037
</mapping>

0 commit comments

Comments
 (0)