R – Media on Windows CE using Compact Framework

compact-frameworkwindows-ce

I have the following requirements:

I need a api that works on CE (x86) + .NET Compact Framework to play videos (Similar to CorePlayer API… Just free)?

Is their anything else available or must I use CorePlayer?

Best Answer

You could use the MediaPlayer with COM interop. Have a look at this and this.

Also, Media Player may not be installed in your device.

Related Topic