Log in

View Full Version : directshow for ARM/ wince -?


vl_
21st December 2009, 20:30
Does DirectShow have support for ARM/CE targets?
E.g. can simple player sample project be built and deployed into ARM/ Pocket PC target?
Thanks,
-V

kidjan
22nd December 2009, 02:38
Does DirectShow have support for ARM/CE targets?
E.g. can simple player sample project be built and deployed into ARM/ Pocket PC target?
Thanks,
-V

There is plenty of documentation on MSDN about using DirectShow on Windows CE platforms--see that for more info.

(and yes, you can port common DShow applications to run on a WinCE device, but you may need to redesign the GUI and port/replace any filters that are not available on CE, which makes it sort of a pain)