ramesh
ramesh

Reputation: 4082

include media player classic in my .net application

In one of my .net project I have to play almost all video files ( flv, mp4 etc ) inside my .net application. So that other than windows media player, I have to include Windows Media player classic in my application. Is it possible ? I am very new to .net.

Please help Thanks in advance

Upvotes: 1

Views: 3005

Answers (2)

dynamichael
dynamichael

Reputation: 852

From my understanding, no. But apparently VLC is comparable to MPC-HC as far as supported media goes, and it has an API you can use to embed it in your app. There are even .Net wrappers for it, I believe.

(I realize this is old... just posting this for others who come here.)

Upvotes: 2

ArthurCPPCLI
ArthurCPPCLI

Reputation: 1092

I think it can help you Embedding the Windows Media Player Control in a C# Solution.

Upvotes: 0

Related Questions