1

Are the DirectX Media Object COM interfaces supported in Windows Store apps? I can't seem to find anything that says either way on MSDN. I'm thinking of interfaces like IMediaObject etc.

Mark Heath
  • 48,273
  • 29
  • 137
  • 194
  • I suppose that would be Media Foundation only, that is no `IMediaObject`, just `IMFTransform`. I have no confirmation for this, just a guess coming out of announced API availability there. – Roman R. Nov 25 '12 at 17:21

1 Answers1

0

I've found a list of supported Win32 and COM APIs in Windows Store apps and DMO is not on it.

Mark Heath
  • 48,273
  • 29
  • 137
  • 194